테이블 및 테이블 스페이스 문서화
select b.tablespace_name, c.bytes/1024/1024 as usage, b.table_name, a.comments from dba_tab_comments a, dba_tables b , dba_segments c where a.owner = '유저명' and table_type = 'TABLE' and a.owner = b.owner and a.table_name = b.table_name and a.table_name = c.segment_name and a.owner = c.owner and c.segment_type = 'TABLE' order by 3 위의 쿼리는 테이블스페이스 , 테이블명, 테이블 코멘트 등의 간편한 조회를 위한 쿼리 이다. SYSTEM, SYS유저로 ..
데이터베이스/게으름뱅이
2008. 1. 4. 19:59
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 브레인피드백
- oracle
- 큐브리드
- 데이터과학
- NHN 면접
- getGeneratedKeys
- ChatGPT
- 바이오해킹
- 꿈
- shared all
- 아웃라이어
- 셀프 조인
- 퇴사
- 디자인패턴
- 습관의힘
- auto increment
- 다짐
- 구조주의 인류학
- 일본전산
- 성공의길
- 튜닝
- DB
- 오라클
- 카이에 소바주 시리즈
- 구글
- Datapump
- 커뮤니케이션의 7가지 나쁜 습관들
- shared everything
- 프로젝트
- CUBRID
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함