码迷,mamicode.com
首页 > 数据库 > 详细

oracle忘记用户登录密码

时间:2014-10-09 19:13:08      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:oracle   忘记密码   

C:\Users\neusoft>sqlplus/nolog                    --启动SQLPLUS但不进行连接操作


SQL*Plus: Release 11.2.0.1.0 Production on 星期四 10月 9 11:38:20 2014


Copyright (c) 1982, 2010, Oracle.  All rights reserved.


SQL> conn /as sysdba                              --使用sysdba登录

已连接。

SQL> alter user scott identified by tigger;       --更改用户登录密码


用户已更改。


SQL> conn scott/tigger;                           --使用新密码登录

已连接。

SQL> show user;                                   --显示当前登录用户名称

USER 为 "SCOTT"



oracle忘记用户登录密码

标签:oracle   忘记密码   

原文地址:http://dushuai.blog.51cto.com/9461011/1561623

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!