Internal connection pool - how to use "alter session" for NLS parameters
792532Oct 18 2010 — edited Oct 20 2010After reading the toplink documentation on "internal connection pool" I still can't understand how to perform an "alter session set nls_language = 'SLOVENIAN' for every database connection in the internal connection pool.
All I want to do is set some specific database session options on every connection in the connection pool. Could someone point me in the right direction as to how this can be done.
Thanks.