Hi,
What's the best approach to follow in a java application that needs to connect to Oracle 11g and 7.3.4 databases?
I'm using the classes12.jar "oracle.jdbc.driver.OracleDriver" driver to connect to both databases and so far so good, everything is working as expected (queries, call functions, etc).
But as far as I know this driver is way deprecated.
Will I have potencial problems in future because I'm using classes12?
Are there any other alternatives?
Thanks