Update 2_instance_status.sql

This commit is contained in:
Yacine31
2023-11-06 17:07:52 +01:00
parent 8cabedfcfe
commit 2d2b39d7a7

View File

@@ -9,4 +9,7 @@ select inst_id,
active_state,
to_char(startup_time,'DD/MM/YYYY HH24:MI:SS') startup_time
FROM gv$instance;
SELECT inst_id, name, to_char(CREATED ,'DD/MM/YYYY') CREATED , open_mode, DATABASE_ROLE, log_mode, FORCE_LOGGING, CURRENT_SCN FROM gv$database;
exit