Operating System - HP-UX
1752276 Members
5137 Online
108786 Solutions
New Discussion

Error Data Protector RMAN

 
SOLVED
Go to solution
Otong Sunaryo
Occasional Advisor

Error Data Protector RMAN

Dear all,

I get an error message when performed online oracle backup using data protector 5.5:

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03008: error while performing automatic resync of recovery catalog
ORA-01654: unable to extend index RMAN.BDF_U1 by 176 in tablespace CATALOG

Please help me to resolve this problem.

Thanks,

Otong
1 REPLY 1
Thayanidhi
Honored Contributor
Solution

Re: Error Data Protector RMAN

Hi,
I am not DBA, but error looks like no space left on table space CATALOG. Add datafiles to this table space. Hope you already set unlimited quota on this table space for rman while setting it up.

SQL>alter user quota unlimited on

===Error code details=========
ORA-01654: unable to extend index string.string by string in tablespace string
Cause: Failed to allocate an extent for index segment in tablespace.
Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
=======================

Regds
TT
Attitude (not aptitude) determines altitude.