Scalable Database Server, HiRDB Version 8 Installation and Design Guide
This example creates a user RDAREA to store a LOB column structure base table in the following HiRDB file system area for RDAREA:
Additionally, the example creates a user LOB RDAREA to store data with the LOB attribute in the following HiRDB file system area for RDAREA:
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 USER03 for user used by PUBLIC 1
server name b001
extension use 50 segments
file name "C:\rdarea03\user03"
initial 500 segments;
create rdarea ULOB03 for LOB used by PUBLIC 2
server name b001
extension use 50 segments
file name "C:\rdarea04\ulob03"
initial 20000 segments;
|
pdmod -a C:\hirdb\pdmod02 |
All Rights Reserved. Copyright (C) 2007, Hitachi, Ltd.