Change Oracle JDBC Thin Client Identifier

前端 未结 2 708
南方客
南方客 2021-02-02 13:32

When connecting to Oracle the JDBC driver identifies itself as \"JDBC Thin Client\" to Oracle (in v$session as the \'program\'). There is also a \'ClientInfo\' column in v$sessi

2条回答
  •  面向向阳花
    2021-02-02 14:11

    There is also an Oracle function:

    dbms_application_info.set_client_info('Client Info'); 
    

    which sets the ClientInfo column in v$session.

提交回复
热议问题