Update 31_who_is_connected.sql

This commit is contained in:
Yacine31
2023-11-15 12:28:06 +01:00
parent 81a3e70293
commit 1588d3ee5f

View File

@@ -68,4 +68,4 @@ col MACHINE for a20
col OSUSER for a10
alter session set nls_date_format='YYYY/MM/DD HH24:MI:SS';
select OSUSER, MACHINE, PROGRAM, STATE, LOGON_TIME, EVENT from v$session order by LOGON_TIME asc;
exit