Integrating Oracle and Data Protector

Troubleshooting

restore database;

recover database;

sql 'alter database open resetlogs';

release channel 'dev_0';

}

At this point you must manually register any backups made after the control file backup that was restored. After that, continue with the restore procedure.

For Oracle 9i/10g, restore the control file from RMAN backup set, mount and restore the database, and perform a database recovery:

run {

allocate channel 'dev_0' type 'sbt_tape'; restore controlfile from '<backup piece handle>'; sql 'alter database mount';

set until time 'MMM DD YY HH24:MM:SS'; restore database;

recover database;

sql 'alter database open resetlogs'; release channel 'dev_0';

}

At this point you must manually register any backups made after the control file backup that was restored. After that, continue with the restore procedure.

For the <backup piece handle> search the Data Protector internal database and session outputs of previous backup sessions.

Problem

Shared library that provides thread local storage cannot be

 

loaded

 

The problem occurs with Oracle8i on HP-UX 11.11.

 

When, during restore, Data Protector attempts to dynamically load a

 

shared library that provides thread local storage, an error similar to the

 

following is displayed:

140

Chapter 1