Oracle
오라클 Instance Name 조회 하기
IT History
2023. 3. 17. 10:04
728x90
반응형
SELECT INSTANCE_NAME, STATUS
FROM V$INSTANCE;
728x90
반응형