Hi,
I am not sure but maybe a similar looking topic might have been posted earlier, in which case i would appreciate if you can post link..
Anyway, i'll describe my problem. I have been trying to write some application source (coding after a long time) and i was getting sql errors, ora-12505, listener does not know of the SID.
I found that probably it had something to do with the Oracle installation and found that changing the
jdbc url to the entire
string contained in tnsnames.ora file might do the trick.
Well at least i am now getting a different error and that is the NO suitable driver found. I have been trying to resolve it did hundreds of things, but mayb missing something here. To check i just create a simple
java class that does nothing except for to get the connection to the DB. I changed and tried with all of the oracle jdbc drivers, classes12.jar, odbc14.jar but have not been able to do away with the error..Please suggest something that i can do to fix this. I tried for two days to hundreds of things so i am already a little out of time, would appreciate if you can post urgently..Thanks a lot in advance..
Am