java - Query database AUTH metadata using JDBC -



java - Query database AUTH metadata using JDBC -

when oracle db connection or connect request sent using jdbc, replies next info well. api access these values?

auth_vfr_data auth_version_string auth_version_sql auth_xaction_traits auth_version_no auth_version_status auth_capability_table auth_dbname auth_session_id auth_serial_num auth_instance_no auth_failover_id auth_server_pid auth_sc_server_host auth_sc_dbunique_name auth_sc_instance_name auth_sc_service_name auth_sc_instance_id auth_sc_instance_start_time

oops, forgot private class , accessed through instrumentation. nevertheless, i'll leave here others.

they can retrieved properties collection through oracle.jdbc.driver.physicalconnection.getserversessioninfo() (non-static method). have cast connection object physicalconnection.

java oracle jdbc metadata

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -