Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: NEWBIE H.E.L.P java 1.2 to oracle database Connection

Re: NEWBIE H.E.L.P java 1.2 to oracle database Connection

From: Scott Thompson <scott.thompson3_at_worldnet.att.net>
Date: Thu, 5 Aug 1999 21:41:33 -0400
Message-ID: <7odemc$25j$1@bgtnsc01.worldnet.att.net>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US