1:先用system用户登陆进plsql

密码是manager
2:进去之后
file>>new>>Command Window
alter user scott account unlock;
grant connect,resource,unlimited tablespace to scott;
分别执行上面的两个命令

执行完之后,再用scott用户,密码是tiger,Connect as选normal登陆就行了
转载于:https://blog.51cto.com/2820354/1263137