Home
Analytics
JDBC driver for oracle 9i
karteek
can any one please say the procedure to connect to oracle database using jdbc datasource.
im using jave 1.5 in my system.
please give the syntax of the 'Driver URL'.
thanks in advance
Find more posts tagged with
Comments
mwilliams
Hi karteek,
The syntax for your oracle driver URL should be:
jdbc: oracle:thin:
@<
;host_name>:<port_number>:<database_name>
(no space after the ":" before oracle. It just made that into
if I didn't put the space)
Hope this helps.
karteek
hi michael,<br />
<br />
thanks for ur response.<br />
<br />
which jdbc driver i have to use?<br />
<br />
im using java 1.5.<br />
i have downloaded ojdbc14.jar for this. but its not supporting java 1.5.<br />
<br />
is there any other option?<br />
<br />
what is that oracle <strong class='bbc'>'thin'</strong>?