工作中点滴记录

永远保持学徒心态

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

alter user scott account unlock;
alter user scott identified by scott;
grant dba to scott;

同理修改system用户也是如此
alter user system account unlock;
alter user system identified by system;
grant sysdba to system;

posted on 2012-10-25 11:54  梦里故乡  阅读(2842)  评论(0)    收藏  举报