June 2018
Intermediate to advanced
478 pages
10h 52m
English
You can use the ALTER STOGROUP statement to change the following storage group settings:
To add a new storage path to an existing storage group, you can execute the following ALTER STOGROUP statement:
ALTER STOGROUP SG_MKTG ADD '/data/fs2/';
To strip the table spaces which were created as part of the SG_MKTG storage group, you must use the ALTER TABLESPACE statement with the REBALANCE clause; for example:
ALTER TABLESPACE TBSP_MKTG_DATA REBALANCE;
To drop a storage path from an existing storage group, you can execute the following ALTER STOGROUP statement:
ALTER STOGROUP SG_MKTG DROP '/data/fs2/';
You can run the ALTER TABLESPACE ...
Read now
Unlock full access