June 2018
Intermediate to advanced
478 pages
10h 52m
English
You can use the DROP STOGROUP statement to drop an existing storage group from the database using the following command:
DROP STOGROUP TBSP_MKTG;
A few things to remember before dropping a storage group are as follows:
CREATE STOGROUP SG_MKTG_DATA1 ON '/data/fs1/' OVERHEAD 0.8 DEVICE READ RATE 512 DATA TAG 1 SET AS DEFAULT;
CREATE STOGROUP SG_MKTG_DATA2 ON '/data/fs2/' OVERHEAD 0.8 DEVICE READ RATE 512 DATA TAG 2;
ALTER STOGROUP SG_MKTG_DATA2 SET AS DEFAULT;
DROP STOGROUP ...Read now
Unlock full access