oracle - Why is ojdbc14.jar not supporting shutdown and startup , they were supported in version 5 and 6 -


ocon.shutdown(oracleconnection.databaseshutdownmode.immediate); 

this line giving compilation error. using ojdbc14.jar. supported in ojdb5.jar.

oracle's naming confusing (though influenced java): ojdbc14.jar older ojdbc5.jar.

  • ojdbc14.jar java 1.4 (not supported anymore)
  • ojdbc5.jar java 5
  • ojdbc6.jar java 6
  • ojdbc7.jar java 7 , 8

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -