HP OpenView Storage Data Protector B6960-96008 User Manual

Page of 396
Integrating Oracle and Data Protector
Troubleshooting
Chapter 1
131
Export of the Recovery Catalog Database failed.
Action
Start SQL*Plus and grant the execute permission to the 
LT_EXPORT_PKG
 
as follows (make sure that the user 
sys
 has the 
SYSDBA
 privilege granted 
beforehand):
sqlplus 'sys/<password>@CDB as sysdba
'
SQL> grant execute on sys.lt_export_pkg to public;
Restart the failed backup session.
Data Protector reports “Cannot allocate/attach shared memory”
Problem
Backup fails and the following error message is displayed:
Cannot allocate/attach shared memory (IPC Cannot Allocate Shared 
Memory Segment)
System error: [13] Permission denied) => aborting
Action
Set the 
OB2SHMEM_IPCGLOBAL
 
omnirc
 option in the 
/opt/omni/.omnirc
 
file to 1 in order to use the memory windowing properly, and restart the 
failed backup session. See the HP OpenView Storage Data Protector 
Troubleshooting Guide
 for details on using 
omnirc
 options.
Backup Fails After a Point in Time Restore and Recovery
Problem
Backup fails after a point in time restore and recovery was performed 
and the following error is displayed:
RMAN-06004: ORACLE error from recovery catalog database: 
RMAN-20003: target database incarnation not found in 
recovery catalog
Action
Connect to the target and recovery catalog database using RMAN and 
reset the database:
Oracle 9i/10g:
rman target <Target_Database_Login> catalog 
<Recovery_Catalog_Login>
RMAN> RESET DATABASE;
RMAN> exit