Question , Is any way to set V$Session module, Action , Clientinfo before connection cursor created · Issue #343 · oracle/python-oracledb (original) (raw)
Hey Guys
I have a situsation, that we have to set V$session.client_identifier .client_identifier or V$session.PROGRAM when connection created.
I had study few thing
- in the oracledb sorce code V$session.PROGRAM is get from sys.executable, seems no possible to revise.
- Set connection.identifier , seems it only alter V$session.client_identifier after cursor created.