taesik

7.tablespace - default tablespace 본문

Concepts/DB2 (IBM RDBMS)

7.tablespace - default tablespace

taesikk 2022. 7. 26. 21:20

example >

$login <instance user>

 

$db2 create db <db name>

$db2 connect to <db name>

$db2 "select * from table(mon_get_tablespace('',-2)) as t"

$db2 "select * from table(mon_get_container('',-2)) as t"

 

'Concepts > DB2 (IBM RDBMS)' 카테고리의 다른 글

7. tablespace  (0) 2022.07.26