creation
This commit is contained in:
5
sql/12_check_db_restart.sql
Normal file
5
sql/12_check_db_restart.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
prompt <h2>Database Status</h2>
|
||||
alter session set nls_date_format='YYYY/MM/DD HH24:MI:SS';
|
||||
SELECT instance_name, host_name, startup_time, status, logins FROM gv$instance ORDER BY 1;
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user