Hi all, I'm using Apache::DBI to maintain persistent connections to an Oracle db. There is a case in my application where I would like to really disconnect from the database and create a new connection. The problem of course, is that Apache::DBI overloads the disconnect method and does nothing. Is there a way to override this behaviour in Apache::DBI and really disconnect from the database? tia. -- Carl Tydingco [EMAIL PROTECTED]
