K2InformaticsGmbH / erloci

Erlang Oracle native driver - DEPRECATED, see https://github.com/K2InformaticsGmbH/oranif instead
Apache License 2.0
37 stars 11 forks source link

add optional client identifier support #45

Closed c-bik closed 7 years ago

c-bik commented 7 years ago

Ref : OCI_ATTR_CLIENT_IDENTIFIER

The client identifier is found in V$SESSION as a CLIENT_IDENTIFIER column or through the system context with this SQL statement: SELECT SYS_CONTEXT('userenv', 'client_identifier') FROM DUAL;