博客园 首页 私信博主 显示目录 隐藏目录 管理 动画 动画

Oracle 默认的几个登陆用户名和密码

默认用户有这么几个,system,sys,scott,hr ,一般scott 和hr 作为你的练习用户.
system的默认密码是 manager
sys的默认密码是 change_on_install
练习用户,oracle 10g 以后需要解锁.
使用sys或者system 用户登录以后,使用如下命令解锁
alter user scott identified by tiger account unlock ;
alter user hr identified by hr account unlock ;
其中scott / tiger ,hr / hr 是用户名密码。

posted @ 2018-07-21 11:29  这才是真的阿呆云飞  阅读(1086)  评论(0编辑  收藏  举报