Uniquness of AUDSID in RAC
Hi,
I want to use AUDSID to uniquely identify regular user sessions in RAC environment. I understand that AUDSID is not always unique in that
1) AUDSID is the same for all login sessions for sys
2) the parallel query slaves for a query coordinator uses the same AUDSID.
3) Threads of an RMAN backup have the same v$session.audsid.
4) Background processes, internet connections, and submitted job all have AUDSID being 0.
I am not dealing with any of the above. My app is a windows based one using OCI client that one issue DMLs to user tables and views.
My questions are
1) AUDSID is the same for all login sessions for sys
2) the parallel query slaves for a query coordinator uses the same AUDSID.
3) Threads of an RMAN backup have the same v$session.audsid.
4) Background processes, internet connections, and submitted job all have AUDSID being 0.
I am not dealing with any of the above. My app is a windows based one using OCI client that one issue DMLs to user tables and views.
My questions are
0