当前位置:Gxlcms > 数据库问题 > 【oracle】oracle学习笔记2--scoot账户的激活与解锁

【oracle】oracle学习笔记2--scoot账户的激活与解锁

时间:2021-07-01 10:21:17 帮助过:2人阅读

1.用sysz账户as sysddba登录,并执行scott.sql文件。我的文件目录是C:\oraclexe\app\oracle\product\11.2.0\server\rdbms\admin\scott.sql

 

技术分享

2。这时依然无法以scott用户登录。需要激活才行,激活方法执行

alter user scott identified by tiger;
alter user scott account unlock; 
之后就能以scott账户登录了

【oracle】oracle学习笔记2--scoot账户的激活与解锁

标签:

人气教程排行