Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: NEWBIE H.E.L.P java 1.2 to oracle database Connection
You need to use JDBC available at http://java.sun.com/products/
and the oracle driver located at
http://technet.oracle.com/software/download.htm
This will allow a Java program to connect to an Oracle 8 database.
Regards,
Scott Thompson
scott.thompson3_at_worldnet.att.net
Thomas Bierhance wrote in message <37A8C97C.8D8F8B41_at_orbital-computer.de>...
>> I'm a newbie.
>> Anyone know how connect Java 1.2 to the Oracle 8 Personal database or
>> Oracle 8i? I want to be able to insert, create, etc... using the DOS
>> prompt and the java compiler.
>
>You have to use JDBC or jsql (that is a kind of wrapping for jdbc by
>oracle).
>After all you might have a look at the sun's java site about java and
>oracle's technet.
>This is far too much to answer in a newsgroup ;-)
>
>Thomas Bierhance
>
>
Received on Thu Aug 05 1999 - 20:41:33 CDT
![]() |
![]() |