본문 바로가기

ORACLE/SQL

오라클 SID,DB_NAME 확인

오라클 SID명 확인
select instance from v$thread;

오라클 DB_NAME확인
select name from v$database;