Integrating Oracle and Data Protector

 

Troubleshooting

 

EXP-00083: The previous problem occurred when calling

 

SYS.LT_EXPORT_PKG.schema_info_exp

 

. exporting statistics

 

Export terminated successfully with warnings.

 

[Major] From: ob2rman.pl@machine "MAKI" Time: 10/01/01 16:07:53

 

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.

 

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 to register the new incarnation of database in the

 

recovery catalog:

 

Oracle 9i/10g:

 

rman target <Target_Database_Login> catalog

 

<Recovery_Catalog_Login>

 

RMAN> RESET DATABASE;

 

RMAN> exit

 

Oracle 8i:

 

Use rcvcat instead of catalog in the above syntax.

134

Chapter 1