Linking oracle server with the data protector mml – HP A.06.11 User Manual
Page 172
2.
Mount the Oracle database and start the archived logging mode using the
Oracle Server Manager. Run:
startup mount
alter database archivelog;
archive log start;
alter database open;
Example
For the Oracle instance PRO, run:
UNIX:
export ORACLE_SID=PRO
Windows:
set ORACLE_SID=PRO
sqlplus /nolog
SQLPLUS> connect user/passwd@PRO;
Connected.
SQLPLUS> startup mount
ORACLE instance started.
Total System Global Area
6060224 bytes
Fixed Size
47296 bytes
Variable Size
4292608 bytes
Database Buffers
1638400 bytes
Redo Buffers
81920 bytes
Database mounted.
SQLPLUS> alter database archivelog;
Statement processed.
SQLPLUS> archive log start;
Statement processed.
SQLPLUS> alter database open;
Linking Oracle Server with the Data Protector MML
To use the Data Protector SAP R/3 integration in the RMAN mode, the Oracle Server
software needs to be linked with the Data Protector Oracle integration Media
Management Library (MML) on every client on which an Oracle instance is running:
•
When you start backups or restores using the Data Protector GUI or CLI, Data
Protector automatically links Oracle Server with the correct platform–specific Data
Protector MML.
Integrating SAP R/3 and Data Protector
172