SQL> create tablespace rman_ts datafile 'e:\oracle\oradata\rman\rman_ts.dbf' size 20M;
SQL> alter user rman identified by rman default tablespace rman_ts temporary tablespace temp quota unlimited on rman_ts;
SQL> grant recovery_catalog_owner to rman;SQL> grant connect, resource to rman;
然后我执行
C:\>rman catalog rman/rman
总出现以下提示:恢复管理器: 版本9.2.0.1.0 - ProductionCopyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04004: error from recovery catalog database: ORA-01017: invalid username/password; logon denied
不知何非故,望高人指点