Subject Re: Connection identifier
Author Aage Johansen
Sandor wrote:
<<
Is there any way to get unique identifiers from database to
differentiate connected clients?
Similary as CURRENT_USER but I'd like to get an identifier for each
connection. (In this situation there are more users connected as
SYSDBA)
>>

Use a GENERATOR to obtain unique ID's.

--
Aage J.