How does SQL Developer populate v$session.program and v$session.process?
46485Oct 6 2006 — edited Oct 6 2006I am wondering how SQL Developer populates v$session.program and v$session.process. Normally, when connecting with a JDBC Thin driver, my v$session.program is "JDBC Thin Client" and my v$session.process is either null or "1234" depending on the version of the driver.
I messed around with dbms_application_info.set*, but never succeeded in setting the program...