Scalable Database Server, HiRDB Version 8 Installation and Design Guide
This example creates user RDAREAs in the following HiRDB file system area for RDAREAs on the server machine where the back-end server is defined:
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 the file under the following filename:
create rdarea USER01 for user used by PUBLIC 1
server name b001
extension use 50 segments
file name "C:\rdarea02\user01"
initial 500 segments;
create rdarea USER02 for user used by PUBLIC 2
server name b001
extension use 50 segments
file name "C:\rdarea02\user02"
initial 500 segments;
|
pdmod -a C:\hirdb\pdmod01 |
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.