Hi
Can anyone help to explain the difference between sid column and audsid please?
And below output also confuse me.
SQL> select sys_context('USERENV','SID') from dual;
SYS_CONTEXT('US
---------------
*243*
SQL> select sys_context('USERENV','SESSIONID') from dual;
SYS_CONTEXT('US
---------------
*239442131*
Aren`t they the same thing? sid and sessionid
Regards
Mingwei
Edited by: Kramer on 2011-12-4 下午6:55