oracle数据库连接信息的初始用户名和口令是什么啊?

感谢那位帮我远程协助的朋友

初始用户:system
密码:你安装时候输入的密码。
另外ORACLE自带2个用户一个是楼上的
账号:scott 密码: tiger
第二个是:账号 sh 密码 sh
但是你刚装好需要以system用户身份登录进去,然后alter user 用户名 account unlock。好像是这个命令对这2个用户进行解锁,不然你用不了的。
你直接打开windows 的 dos 窗口登录也行;
输入“sqlplus syste/密码 as sysdba”
就行了。
温馨提示:答案为网友推荐,仅供参考
第1个回答  推荐于2017-09-03
默认用户有这么几个,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 是用户名密码。

上述命令略通英语都能看懂。本回答被提问者采纳
第2个回答  2011-10-08
system的默认密码是 manager
sys的默认密码是 change_on_install
第3个回答  2011-10-08
scott , tiger