摘要: 在以SYSDBA身份登陆时可以修改其他用户的密码,比如: SQL> alter user user01 identified by user10; 如果密码含有特殊字符, 修改: SQL> alter user user01 identified by "@#1234"; 登录: sqlplus ' 阅读全文
posted @ 2017-06-12 10:38 酸奶加绿茶 阅读(1057) 评论(0) 推荐(0)