Integrating Oracle and Data Protector

Troubleshooting

6. Try putting the database into the Open state manually after using the Data Protector GUI to recover and restore a backup session.

If you have used the Data Protector GUI to recover and restore a backup session, and you see the following error message:

Oracle Error: ORA-1589: must use RESETLOGS or NORESETLOGS option for database open.

Open a SQLplus window and use the following command: sqlplus/nolog

SQL>connect <user>/<password>@<service> as sysdba

SQL>alter database open noresetlogs;

If this does not work try using the following command:

SQL>alter database open resetlogs;

Problem

“Binary util_orarest is missing” error message is displayed when

 

browsing Oracle 9i database for restore on Linux

 

The following error message is displayed when browsing Oracle9i

 

database for restore on Linux:

 

Binary util_orarest is missing. Cannot get information from

 

the remote host.

Action

Start the following command:

 

/usr/omni/bin/util_orarest.exe -objs0 <DB_NAME>

 

If the command core dumps, make sure that the libc version is

 

2.3.2-23or higher. This should eliminate the problem.

Problem

“Binary util_orarest failed” error message is displayed when

 

browsing Oracle 9i database for restore on Linux

 

The following error message is displayed when browsing Oracle9i

 

database for restore on Linux:

 

Binary util_orarest failed. Cannot get information from the

 

remote host.

Action

Replace the util_orarest.exe utility with the new

 

util_orarest9.exe (both located in the /usr/omni/bin directory on

 

Linux):

138

Chapter 1