June 2018
Intermediate to advanced
478 pages
10h 52m
English
To simplify storage management, you can convert to an existing DMS tablespace to use automatic storage by using these steps:
SELECT SUBSTR (TBSP_NAME, 1, 12) AS TBSP_NAME,
TBSP_ID, TBSP_TYPE, TBSP_CONTENT_TYPE,
TBSP_USING_AUTO_STORAGE FROM TABLE (MON_GET_TABLESPACE ('', -2)) AS T WHERE TBSP_USING_AUTO_STORAGE=0;
Read now
Unlock full access