Nonstop Database, HiRDB Version 9 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 LOB 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 a file under the following filename:
create rdarea USER03 for user used by PUBLIC 1
extension use 50 segments
file name "/rdarea03/user03"
initial 500 segments;
create rdarea ULOB03 for LOB used by PUBLIC 2
extension use 50 segments
file name "/rdarea04/ulob03"
initial 20000 segments;
|
pdmod -a /usr/hirdb/pdmod02 |
All Rights Reserved. Copyright (C) 2012, 2015, Hitachi, Ltd.