Find current logon time
ysriOct 22 2009 — edited Oct 22 2009Hi,
in my sql script i want to query and find out the logon time of the current session.
If i connect to the gv$session table, i have to pass other variables like current SID, INST_ID, ... to identify the record of the current session
and then fetch the logon time value
Instead, i am looking for much simpler function like SYS_CONTEXT
Thanks
-Srinivas Yelamanchili