Using Serviceguard Extension for RAC, 7th Edition, September 2008

Table 3-3 Required Oracle File Names for Demo Database
Oracle File Size
(MB)
Raw Device File NameSize (MB)Volume Name
100
/dev/vx/rdsk/ops_dg/opsctl1.ctl
108
opsctl1.ctl
100
/dev/vx/rdsk/ops_dg/opsctl2.ctl
108
opsctl2.ctl
100
/dev/vx/rdsk/ops_dg/opsctl3.ctl
108
opsctl3.ctl
20
/dev/vx/rdsk/ops_dg/oops1log1.log
28
ops1log1.log
20
/dev/vx/rdsk/ops_dg/ops1log2.log
28
ops1log2.log
20
/dev/vx/rdsk/ops_dg/ops1log3.log
28
ops1log3.log
20
/dev/vx/rdsk/ops_dg/ops2log1.log
28
ops2log1.log
20
/dev/vx/rdsk/ops_dg/ops2log2.log
28
ops2log2.log
20
/dev/vx/rdsk/ops_dg/ops2log3.log
28
ops2log3.log
400
/dev/vx/rdsk/ops_dg/opssystem.dbf
408
opssystem.dbf
100
/dev/vx/rdsk/ops_dg/opstemp.dbf
108
opstemp.dbf
120
/dev/vx/rdsk/ops_dg/opsusers.dbf
128
opsusers.dbf
15
/dev/vx/rdsk/ops_dg/opstools.dbf
24
opstools.dbf
200
/dev/vx/rdsk/ops_dg/opsdata1.dbf
208
opsdata1.dbf
200
/dev/vx/rdsk/ops_dg/opsdata2.dbf
208
opsdata2.dbf
200
/dev/vx/rdsk/ops_dg/opsdata3.dbf
208
opsdata3.dbf
300
/dev/vx/rdsk/ops_dg/opsroolback.dbf
308
opsrollback.dbf
5
/dev/vx/rdsk/ops_dg/opsspfile1.ora
5
opsspfile1.ora
312
/dev/vx/rdsk/ops_dg/opsundotbs1.dbf
320
opsundotbs1.dbf
312
/dev/vx/rdsk/ops_dg/opsundotbs2.dbf
320
opsundotbs2.dbf
160
/dev/vx/rdsk/ops_dg/opsexample1.dbf
168
opsexample1.dbf
100
/dev/vx/rdsk/ops_dg/opscwmlite1.dbf
108
opscwmlite1.dbf
70
/dev/vx/rdsk/ops_dg/opsindx1.dbf
78
opsindx1.dbf
Create these files if you wish to build the demo database. The three logical volumes at the bottom
of the table are included as additional data files, which you can create as needed, supplying the
appropriate sizes. If your naming conventions require, you can include the Oracle SID and/or
the database name to distinguish files for different instances and different databases. If you are
using the ORACLE_BASE directory structure, create symbolic links to the ORACLE_BASE files
from the appropriate directory.
Example:
# ln -s /dev/vx/rdsk/ops_dg/opsctl1.ctl \
/u01/ORACLE/db001/ctrl01_1.ctl
Example, Oracle9:
1. Create an ASCII file, and define the path for each database object.
control1=/dev/vx/rdsk/ops_dg/opsctl1.ctl
or
control1=/u01/ORACLE/db001/ctrl01_1.ctl
2. Set the following environment variable where filename is the name of the ASCII file
created.
Oracle Demo Database Files 97