- 最后登录
- 2018-11-1
- 在线时间
- 377 小时
- 威望
- 29
- 金钱
- 6866
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 891
- 精华
- 4
- 积分
- 29
- UID
- 1
|
4#
发表于 2016-6-20 14:42:46
SQL> create user PVSIMTRUE identified by oracle;
User created.
SQL> grant connect,resource to PVSIMTRUE;
Grant succeeded.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@ocp d01]$ sqlplus PVSIMTRUE/oracle@localhost:1521/DBDAO
SQL*Plus: Release 11.2.0.4.0 Production on Mon Jun 20 14:42:11 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@ocp d01]$
[oracle@ocp d01]$
[oracle@ocp d01]$
[oracle@ocp d01]$ rman target PVSIMTRUE/oracle@localhost:1521/DBDAO
Recovery Manager: Release 11.2.0.4.0 - Production on Mon Jun 20 14:42:22 2016
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01017: invalid username/password; logon denied
没权限不是很正常? |
|