Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1055195
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: LINUX

2014-01-30 11:47:35

如果装完数据库没有该用户,你可以用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
阅读(1086) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~