Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error installing recovery catalog

A.Mohammed RafiJun 14 2006 — edited Jun 14 2006
Hi,

Inorder to implement RMAN in oracle 10g in windows environment I created a separate table space for rman and created a user as rman1;

then I issued the following commands :

GRANT connect, resource, recovery_catalog_owner TO rman1
grant create session to rman1;
grant create type to rman1;

then i entered into rman from dos prompt,

rman catalog=rman1/rman1@tc

from rman prompt I issued the command,
create catalog tablespace RMAN1;

then the following error occurs,

RMAN> create catalog tablespace RMAN1;

ORACLE error from recovery catalog database: ORA-01031: insufficient privileges

RMAN-00571: ====================
RMAN-00569: ===== ERROR MESSAGE STACK FOLLOWS ===========
RMAN-00571: ====================================
RMAN-06433: error installing recovery catalog

Due to this error I am unable to proceed further and let me know the solution.

Thanks in advance.

Regards,

A.Mohammed Rafi.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2006
Added on Jun 14 2006
3 comments
258 views