Nonstop Database, HiRDB Version 9 Installation and Design Guide
This example creates user RDAREAs in the following HiRDB file system area for RDAREAs:
Create the control statement file that is to be specified in the database structure modification utility's (pdmod) argument. You can create the control statement file at any location. This example creates a file under the following filename:
create rdarea USER01 for user used by PUBLIC 1
extension use 50 segments
file name "/rdarea02/user01"
initial 500 segments;
create rdarea USER02 for user used by PUBLIC 2
extension use 50 segments
file name "/rdarea02/user02"
initial 500 segments;
|
pdmod -a /usr/hirdb/pdmod01 |
All Rights Reserved. Copyright (C) 2012, 2015, Hitachi, Ltd.