摘要: orcal常用命令 用户加锁 alter user scott account lock; commit; 必加 用户解锁 alter user scott account unlock; commit; 修改用户密码 alter user scott identified by 修改的密码; co 阅读全文
posted @ 2018-11-29 22:02 元气满满01 阅读(407) 评论(0) 推荐(0)