Hi,

I want to set some session infomation for a connection I make using ibatis
on my oracle database.  This works fine as follows:

client.queryForObject("setClientInfo",null);

executes a stored procedure and sets my session data.  But there is a
problem.  ibatis allows for multiple connections thus next time I make a DB
query I could get a new connection to oracle and thus my session infomation
is not set for that connection.

Is there a way around this problem, that everytime a new connection it made
using ibatis to my database it makes a call to my stored procedure.  I want
a kind of new connection listener. Captures a connection has been made and
does something.

know what I mean?

thx.
Steve.


------------------------------------------------------------------------
Steven Pannell
Technical Project Manager
zooplus AG
Eichenweg 4 Rg.
85774 Unterföhring
Tel: +49 (89) 95006-163
Fax: +49 (89) 95006-500
[EMAIL PROTECTED]
http://www.zooplus.de

Reply via email to