Creating segments

To create a segment in a database:

Once the database device exists and is available to the database, use sp_addsegment to define the segment in the database.

See Reference Manual: Procedures.

This statement creates the segment seg_mydisk1 on the database device mydisk1:

sp_addsegment seg_mydisk1, mydata, mydisk1