Sequence 추출
db2look -d DB명 -a -e | grep -i restart > restart.sql
db2 connect to testdb
db2 -tvf restart.sql
'Database > DB2' 카테고리의 다른 글
[DB2] Catalog 등록 (0) | 2023.06.22 |
---|---|
[DB2] 테이블 압축(Compress) 여부 확인 (0) | 2022.04.06 |
Sequence 추출
db2look -d DB명 -a -e | grep -i restart > restart.sql
db2 connect to testdb
db2 -tvf restart.sql
[DB2] Catalog 등록 (0) | 2023.06.22 |
---|---|
[DB2] 테이블 압축(Compress) 여부 확인 (0) | 2022.04.06 |