My Oracle Support Banner

CLIENT_INFO AND CLIENT_IDENTIFIER Are Set As Connection Properties But Are Not Populated To The V$SESSION Table By JDBC (Doc ID 2312943.1)

Last updated on MAY 25, 2023

Applies to:

JDBC - Version 11.1.0.7 to 12.2.0.0.0 [Release 11.1 to 12c]
Information in this document applies to any platform.

Symptoms

Using JDBC connection property API one can set v$session.program to populate the corresponding column in the V$SESSION view,
i.e. props.put("v$session.program", "<PROGRAM NAME>"); 

However the following properties does not work
props.put("v$session.client_info", "client info");
props.put("v$session.client_identifier", "client identifier");

sample code excerpt:



Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.