工作中点滴记录

永远保持学徒心态

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

2012年10月25日

摘要: 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 @ 2012-10-25 11:54 梦里故乡 阅读(2842) 评论(0) 推荐(0)