Oracle - 解封 Scott

Posted 你的笑忘书

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle - 解封 Scott相关的知识,希望对你有一定的参考价值。

嘻嘻

Microsoft Windows [版本 10.0.16299.125]
(c) 2017 Microsoft Corporation。保留所有权利。

C:\\Users\\zhouk>sqlplus

SQL*Plus: Release 11.2.0.1.0 Production on 星期五 12月 29 20:01:03 2017

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

请输入用户名:  sys as sysdba
输入口令:

连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> alter user scott account unlock;

用户已更改。

SQL> commit;

提交完成。

SQL> conn scott/tiger
ERROR:
ORA-28001: the password has expired


更改 scott 的口令
新口令:
重新键入新口令:
口令已更改
已连接。
SQL>

 

如图:

 

 alter user scott account unlock; 后,并且 commit; 后,也还可以这么操作的...

SQL> commit;

提交完成。

SQL> alter user scott identified by tiger;

SQL> conn scott/tiger

 

修改普通用户的密码,可以这么操作

SQL> alter user username identified by password;

 

以上是关于Oracle - 解封 Scott的主要内容,如果未能解决你的问题,请参考以下文章

oracle scott里面自带了那几张表

oracle为啥用scott用户登录 有好多表

oracle 怎么查指定用户(例如scott)用到的表空间

Oracle使用Scott用户登录

Oracle使用Scott用户登录

oracle scott用户几张表的关联查询,谁能帮我把这些解决一下,悬赏100,谢谢各位了