TheStar

导航

 

2017年11月27日

摘要: sqlplus / as sysbda;-- 运行命令conn scott/tiger [as sysdba];-- 登录show user;查看当前用户alter user scott account lock;-- 锁定用户alter user scott account unlock;-- 解 阅读全文
posted @ 2017-11-27 18:23 TheStar 阅读(197) 评论(0) 推荐(0)