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
How do you add an element to a hashset in java?
What does jenkins do?
Why are lists ordered in java?
Why is string buffer better than string ?
Explain the difference between abstract class and interface in java?
What is difference between filereader and bufferedreader?
Why map is used in java?
What is difference between fileinputstream and filereader in java?
What is sortedmap interface?
What is object english?
What is operator overloading. Is it is supported in java?
How do you check if two strings are equal in java?
What are different types of states exist for a thread?
Can we sort array in java?
Is 9 a prime number?