Update 2_instance_status.sql
This commit is contained in:
@@ -9,4 +9,7 @@ select inst_id,
|
|||||||
active_state,
|
active_state,
|
||||||
to_char(startup_time,'DD/MM/YYYY HH24:MI:SS') startup_time
|
to_char(startup_time,'DD/MM/YYYY HH24:MI:SS') startup_time
|
||||||
FROM gv$instance;
|
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
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user