일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- terraform
- tac
- 암시적 커서
- 리눅스
- X11 forwarding
- tablespace
- 코테
- golang
- CentOS
- python3.7
- 파이썬
- oracle
- OPEN CURSOR
- implicit
- tibero
- 묵시적 커서
- X11
- 프로그래머스
- vm
- Python
- vm tac 구성
- VMware
- VM 설정
- 코딩테스트
- Linux
- tas tac
- db
- 티베로
- DDL 추출
- Tuple
Archives
- Today
- Total
목록table metadata (1)
줄기세포

참조: 티베로 온라인 매뉴얼 https://technet.tmaxsoft.com/upload/download/online/tibero/pver-20160406-000002/tibero_pkg/chap_dbms_metadata.html 출력값이 CLOB type이라서 to_char 로 변환해준다. 예제) 기본 TABLE 중 Character set 정보를 담은 테이블의 DDL을 조회 해봤다. SQL> select to_char(dbms_metadata.get_ddl('TABLE','_VT_NLS_CHARACTER_SET','SYS')) from dual
DB/Tibero
2022. 2. 17. 11:28