alter user scott account unlock;
alter user scott identified by tiger;

select username,account_status,common from dba_users where username='SCOTT';

select table_name from tabs;

desc bonus

alter user scott account unlock;
alter user scott identified by tiger;

select username,account_status,common from dba_users where username='SCOTT';

select table_name from tabs;

desc bonus

2826

被折叠的 条评论
为什么被折叠?