background image
<< Recovering the Database | 6. Oracle on Linux Red Hat OS Configuration >>
<< Recovering the Database | 6. Oracle on Linux Red Hat OS Configuration >>

Scripts Verification Checklist

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scripts Verification Checklist
Remote Mirroring of an Oracle Database Using Data Replicator Software
5-7
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;
Scripts Verification Checklist
Each time you run the
sun_erm.ksh
script to remotely mirror an Oracle database, one
log file and one trace file in the
./LSI_ERM/logs
directory are generated. Search these
two files for error and warning messages.