테이블 목록보기
select * from tab
---
2014.04.24 추가
어디서 찾은건지 까먹었는데.. tab은 테이블이 아니라 view라고 한다.
[링크 : http://k.daum.net/qna/view.html?qid=00rqH]
[링크 : http://jbongsu.blogspot.kr/2012/10/dbms_6284.html]
[링크 : http://stackoverflow.com/questions/205736/get-list-of-all-tables-in-oracle]
[링크 : http://docs.oracle.com/cd/B19306_01/server.102/b14357/ch12019.htm]
select * from tab
---
2014.04.24 추가
어디서 찾은건지 까먹었는데.. tab은 테이블이 아니라 view라고 한다.
Try the below data dictionary views.
tabs
dba_tables
all_tables
user_tables
[링크 : http://stackoverflow.com/questions/205736/get-list-of-all-tables-in-oracle] |
---
[링크 : http://k.daum.net/qna/view.html?qid=00rqH]
[링크 : http://jbongsu.blogspot.kr/2012/10/dbms_6284.html]
[링크 : http://stackoverflow.com/questions/205736/get-list-of-all-tables-in-oracle]
[링크 : http://docs.oracle.com/cd/B19306_01/server.102/b14357/ch12019.htm]
'프로그램 사용 > oracle' 카테고리의 다른 글
오라클 10g용 시작/종료 스크립트 (0) | 2014.04.11 |
---|---|
oracle backup (0) | 2014.04.10 |
join (0) | 2014.04.08 |
oracle reserved keyword (0) | 2014.04.07 |
oracle alias, rownum (0) | 2014.04.07 |