background image
<< Recovering the Database | Troubleshooting >>
<< Recovering the Database | Troubleshooting >>

Trace File of a Backup Control File

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Recovering the Database on the Remote Mirroring Site
Remote Mirroring of an Oracle Database Using Data Replicator Software
6-7
The
db_start
script determines the soft link directory on the primary database site.
The
db_start
script creates soft links on the remote database site.
The
db_start
script starts the remote database from a trace file of a backup control file
that has been altered.
The following text is an example of a trace file of a backup control file that has been
altered.
STARTUP NOMOUNT
CREATE CONTROLFILE REUSE DATABASE "ESGDB" NORESETLOGS
ARCHIVELOG
MAXLOGFILES 16
MAXLOGMEMBERS 3
MAXDATAFILES 100
MAXINSTANCES 8
MAXLOGHISTORY 292
LOGFILE
GROUP 1 '/redo/esgdb/redo01.log' SIZE 50M,
GROUP 2 '/redo/esgdb/redo02.log' SIZE 50M,
GROUP 3 '/redo/esgdb/redo03.log' SIZE 50M
DATAFILE
'/oradata/esgdb/system01.dbf',
'/oradata/esgdb/undotbs01.dbf',
'/oradata/esgdb/sysaux01.dbf',
'/oradata/esgdb/users01.dbf',
'/oradata/esgdb/example01.dbf'
CHARACTER SET WE8ISO8859P1
;
RECOVER DATABASE
ALTER SYSTEM ARCHIVE LOG ALL;
ALTER DATABASE OPEN;
ALTER TABLESPACE TEMP ADD TEMPFILE '/oradata/esgdb/temp01.dbf'
SIZE 23068672 REUSE AUTOEXTEND ON NEXT 655360 MAXSIZE
32767M;
$ORA_DUMP
The user_dump_dest directory
$LOG
The log directory
$TRACE
The trace directory
$RMT_SCRIPT_DIR
The base script directory for the RVM Solution
$ORA_BASE
Same as $ORACLE_BASE
$PRI_HOST
The primary host name
Table 6-4
db_resume
Script Parameters (2 of 2)
Parameter
Definition