Determine version of connected client from within database
Hi all,
Is there a way to determine the version of an Oracle client (JDBC, OCI) that is connected to a database from within the database. I've tried to use the CLIENT_VERSION column in the v$session_connect_info view,
but this does not show (in almost all cases) the version of the client (it shows 0.0.0.0.0). I have todo it from the database, not on the client machines.
Thanks,
Marcel
Is there a way to determine the version of an Oracle client (JDBC, OCI) that is connected to a database from within the database. I've tried to use the CLIENT_VERSION column in the v$session_connect_info view,
but this does not show (in almost all cases) the version of the client (it shows 0.0.0.0.0). I have todo it from the database, not on the client machines.
Thanks,
Marcel
0