Database
DB instance 확인
아도니우스
2014. 8. 19. 10:43
select instance_name, status from v$instance;
select instance_name, status from gv$instance;
차이점은?