본문 바로가기

DataBase/Oracle

디비 링크명.. 등등..보는 쿼리.

select * from user_synonyms;
select * from user_db_links;

select * from dba_synonyms;
select * from dba_db_links;

select * from v$database;
select * from user_tables;

SELECT username, default_tablespace, temporary_tablespace, created
FROM dba_users;

'DataBase > Oracle' 카테고리의 다른 글

오라클 초보 사용자를 위한 팁  (0) 2008.08.08
실제 상황 테이블 삭제시 복구  (0) 2008.08.08
다중 multi insert  (0) 2008.08.08
날짜 계산 SQL  (0) 2008.08.08
계층 구조의 조회(Hierarchical Queries)  (0) 2008.08.08