Greetings,
I'm trying to setup a second db server using RMAN DUPLICATE. I've gotten the connection working, but it seems my sysdba user on the auxiliary box doesn't have the right privileges to it's own database? I've created the password file in $ORACLE_HOME/dbs so that shouldn't be the problem.
$ rman target sys/syspass@dbname
...gets this result...
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01031: insufficient privileges
Going into SQLPlus...
$ sqlplus /nolog
SQL> connect sys/syspass@dbname as sysdba
gets this result...
ERROR:
ORA-01031: insufficient privileges
Any help is appreciated...
Thanks,
Matt
I'm trying to setup a second db server using RMAN DUPLICATE. I've gotten the connection working, but it seems my sysdba user on the auxiliary box doesn't have the right privileges to it's own database? I've created the password file in $ORACLE_HOME/dbs so that shouldn't be the problem.
$ rman target sys/syspass@dbname
...gets this result...
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-01031: insufficient privileges
Going into SQLPlus...
$ sqlplus /nolog
SQL> connect sys/syspass@dbname as sysdba
gets this result...
ERROR:
ORA-01031: insufficient privileges
Any help is appreciated...
Thanks,
Matt