steps to connect with Oracle Databse using TYPE-2 Jdbc driver.
Answer Posted / shankar
we can connect with oracle DB using Type-2(partial native
and partial Java)
use driver :
oracle.jdbc.driver.OracleDriver
use URL:
jdbc:oracle:ocis:@hostname:port no:global source name
Dependig on port name and localhost URL will look like
(jdbc:oracle:ocis:@localhost:1521:XE)
XE is global source name Oracle 10g
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why is multithreading important?
What is immutable state?
Can keyword be used as identifier?
What are "class access modifiers" in Java?
What is the use of isempty in java?
What is busy spin, and why should you use it?
Why is a constant variable important?
What is an arraylist in java?
Why do we use return statement?
What is the meaning of variables in research?
Which one of the following suits the description of a string better: derived or primitive?
How many types of assembly languages are there?
How do you implement polymorphism in our day to day life?
What is data member in java?
What is unicode in java?