Hi all
A developer asked me a question I couldn't give any answer to.
Our application connect through a connection pool (hibernate) to the
database and the application should shut down if it can't create a
connection to db or if the connection is lost, all other failures
should not shut down but just give the error.
How could you catch only these messages? To figure out all possible ora
errors and have logic for these doesn't seem like a good idea. Anyone
that has done something similiar?
/Johan