jdbc to oracle connection modle program
-
1 Answer
-
shams@ hi sushilJDBC is a set of classes and interfaces written in Java that allows Java programs to send SQL statements to a database like Oracle.Oracle provides three categories of JDBC drivers:JDBC Thin Driver (no local SQL*Net installation required/ handy for applets)JDBC OCI for writing stand-alone Java applicationsJDBC KPRB driver (default connection) for Java Stored Procedures and Database JSPs.All three drivers support the same syntax and APIs. Oracle needs three drivers to support different deployment options. Looking at the source code, they will only differ in the way you connect to the database. Remember, you must use a JDBC versi... view more
Related Questions
Taking an Exam? Selecting a College?
Get authentic answers from experts, students and alumni that you won't find anywhere else
Sign Up on ShikshaOn Shiksha, get access to
- 60k Colleges
- 880 Exams
- 416k Reviews
- 800k Answers