Subject | Re: Connection identifier |
---|---|
Author | Aage Johansen |
Post date | 2003-03-10T19:29:07Z |
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)
--
Aage J.
<<
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.