如果装完数据库没有该用户,你可以用unistall重新把他装上去的。程序运行执行dbca
默认情况下与Scott用户一样是未被激活的。以dba身份登录为hr用户解锁.
SQL> alter user hr account unlock;
User altered.
SQL> alter user hr identified by wwwwww;
User altered.
SQL> quit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@oracle11g ~]$ sqlplus hr/wwwwww
SQL*Plus: Release 11.2.0.3.0 Production on Thu Jan 30 11:45:19 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
阅读(1099) | 评论(0) | 转发(0) |