프로그램 사용/oracle

oracle table list

구차니 2014. 4. 10. 13:42
테이블 목록보기
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]