Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> LOGON TRIGGER AND JDBC CONNECTION POOLING
I am using oracle 10.1.0.3 on Windows 2000 and JDK 1.4.2_06.
We have a packaged application which uses JDBC connection pool. I want to enable Oracle's tracing using logon trigger.
Let use assume there are maximum of 5 connections in connection pool.
I will like to use dbms_monitor.set_clienf_identifier to distinguish different sessions.
Thanks Received on Sun Sep 11 2005 - 10:54:54 CDT