This commit is contained in:
Yacine31
2023-11-09 02:54:43 +01:00
parent fed0b1dd33
commit cecd195e76
31 changed files with 759 additions and 2 deletions

View 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