Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- TABLESPACE
- JDBC
- descendingOrder
- type
- react hook
- IBM
- DB2
- custom hook
- useEffect
- Debug
- java api
- codewar
- isSquare
- codewars
- TypeScript
- manifest.json
- react
Archives
- Today
- Total
목록Concepts/DB2 (IBM RDBMS) (2)
taesik
7.tablespace - default tablespace
example > $login $db2 create db $db2 connect to $db2 "select * from table(mon_get_tablespace('',-2)) as t" $db2 "select * from table(mon_get_container('',-2)) as t"
Concepts/DB2 (IBM RDBMS)
2022. 7. 26. 21:20

tablespace A tablespace is a logical name for a set of one or more containers. A container exists as one of a directory, a file, or a device. When a database is created, three default tablespaces are automatically created. SYSCATSPACE - System catalog table TEMPSPACE1 - temporary space for SQL execution USERSPACE1 - User tables Tablespaces are classified into four types according to their use. R..
Concepts/DB2 (IBM RDBMS)
2022. 7. 26. 21:16