默认用户有这么几个,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 是用户名密码。
本文介绍了Oracle数据库中常见的默认用户,如system、sys、scott和hr等,并提供了这些用户的默认密码。此外,还详细说明了如何使用sys或system用户解锁scott和hr,以便进行后续的操作。
1232

被折叠的 条评论
为什么被折叠?



