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;
Sharing directories on the application system
The following directories on the application system must be accessible:
• sapbackup
• sapreorg
• Oracle home directory
• BR*Tools home directory
Data Protector SAP R/3 ZDB integration180