| Author |
JDBC connect to Oracle 11g
|
Sathya Krish
Greenhorn
Joined: Aug 20, 2009
Posts: 8
|
|
|
I am using Oracle 11g and I have downloaded java DB, how to create the JDBC to oracle, can you please give me the details
|
 |
Balu Sadhasivam
Ranch Hand
Joined: Jan 01, 2009
Posts: 874
|
|
Satya,
javaDB is lightweight Database technology built on java. What does it do with Oracle 11g ?
If you need details on JDBC connectivity to Oracle . There are wonderful tutorials in Sun site.
|
 |
Sathya Krish
Greenhorn
Joined: Aug 20, 2009
Posts: 8
|
|
I want to use java DB, how do I download and what work has to be done, I tried twice, i am not able to get into
sql etc. can i work on java db without using other database
|
 |
Balu Sadhasivam
Ranch Hand
Joined: Jan 01, 2009
Posts: 874
|
|
Satya,
JavaDB doesn not need other database support.
Here are links .. links which i found useful.
|
 |
Paul Okeke
Ranch Hand
Joined: May 16, 2009
Posts: 58
|
|
Sathya Krish wrote:I am using Oracle 11g and I have downloaded java DB, how to create the JDBC to oracle, can you please give me the details
The ease way is to download JavaDB from sun site.
Again, if you can not hand the JavaDB since it has no GUI interface, I will advice you also download the free version of DbVisualizer
which gives you the facility to Query your DB via a GUI interface or NetBeans which is also an IDE
has the same GUI feature.
Hope this will solve your issues?
|
OCJP 1.6
|
 |
 |
|
|
subject: JDBC connect to Oracle 11g
|
|
|