默认用户有这么几个,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 是用户名密码。
上述命令略通英语都能看懂。