7.4.2 Examples

This section presents examples of using the database structure modification utility (expanding an RDAREA).

Organization of this subsection
(1) Expanding an RDAREA

(1) Expanding an RDAREA

This example expands the following RDAREAs:

Overview
[Figure]
Contents of the control statement file (/usr/seifile/mofl02)

/* Expanding a data dictionary RDAREA */
expand rdarea PDBDDIC   ....................................................1
         file name "/svr01/rdddic02"  ......................................2
           initial 50 segments ;   .........................................3
/* Expanding a user RDAREA */
expand rdarea PDBUSER02   ..................................................1
         file name "/dbarea/area1/rduser05"   ..............................2
           initial 100 segments ;   ........................................3

Explanation
  1. Specifies the name of the RDAREA to be expanded.
  2. Specifies the name of the RDAREA file to be added to the RDAREA.
  3. Specifies the number of HiRDB file segments.