Can anyone send me catrman.sql from 8.1.6 version.
My id is [email protected]
thanks in advance..
Printable View
Can anyone send me catrman.sql from 8.1.6 version.
My id is [email protected]
thanks in advance..
It should be in your $ORACLE_HOME/rdbms/admin.....
There is no catrman.sql script in 8.1.x. You can now use the "create catalog" command. (See http://metalink.oracle.com/metalink/...OT&id=106432.1 )
C:\WINDOWS\Desktop>RMAN
Recovery Manager: Release 8.1.5.0.0 - Production
RMAN> CREATE CATALOG
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06002: command not allowed when not connected to a recovery catalog
Getting this error any idea what should be done ...
Did you create the catalog owner (typically rman)?
If so:
% set ORACLE_SID=RCAT
% rman catalog rman/rman
RMAN> create catalog;