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
Fixed Size
Variable Size
Database Buffers
Redo Buffers
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
180
Data Protector SAP R/3 ZDB integration
6060224 bytes
47296 bytes
4292608 bytes
1638400 bytes
81920 bytes
Need help?
Do you have a question about the Data Protector A.06.11 and is the answer not in the manual?
Questions and answers