Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: JDeveloper Connection to Oracle DB
Hi Alex,
I am relatively new to the world of Oracle so I would appreciate it if you could elaborate more on the subject. I downloaded a jdbc driver from oracle.com but I am not sure where to place it or how to use it. I tried to use the "Oracle JDBC OCI-8" driver type when creating the connection from JDeveloper but I kept on getting the following error: "no ocijdbc8 in java.library.path". I would appreciate any help in my situation.
Elias S. Mouchantaf
Tel. (+961) 3 740319
elmo_at_moshnet.com
www.moshnet.com
Quoting "Hillman, Alex" <Alex.Hillman_at_usmint.treas.gov>:
> JDBC thin driver does not use Net8. Another JDBC
driver uses Net8 - OCI
> calls.
>
> Alex Hillman
>
> -----Original Message-----
> Sent: Saturday, June 16, 2001 5:00 PM
> To: Multiple recipients of list ORACLE-L
>
>
> Elias,
>
> I don't know much about JDBC, but I suspect that like
> ODBC it sits on top of the Net8 layer. By default,
> Personal Oracle on Win95/98 doesn't automatically
> start the listener the way the TNSlistener service
> does on NT/Win2K, so try manually starting the
> listener from the command prompt:
>
> lsnrctl start
>
> You can set the listener to start up up automatically
> by changing the registry entry LISTENER_STARTUP to
> AUTO
> hkey_local_machine\oracle\home0
>
> HTH,
>
> -- Anita
>
> --- Elias Mouchantaf <elmo_at_moshnet.com> wrote:
> > Hi,
> >
> > I have installed JDeveloper 3.0 and I am running
> > Oracle
> > 8i personal edition on a Windows 98 platform. I am
> > trying to create a connection to the DB from
> > JDeveloper. I specify the "Oracle JDBC Thin" as
> > driver
> > and I select "Existing TNS Names" as the connection
> > method and I choose the service running. When I
> > click
> > on the "Test Connection" button I get an error
> > message
> > that reads: "Io Exception: The Network adapter could
> >
> > not establish the connection". I tried to resolve
> > the
> > problem but was unable to. I would appreciate any
> > help.
> >
> > Thank you,
> >
> > Elias S. Mouchantaf
> > Tel. (+961) 3 740319
> > elmo_at_moshnet.com
> > www.moshnet.com
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: Elias Mouchantaf
> > INET: elmo_at_moshnet.com
> >
> > Fat City Network Services -- (858) 538-5051 FAX:
> > (858) 538-5051
> > San Diego, California -- Public Internet
> > access / Mailing Lists
> >
> ------------------------------------------------------
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Elias Mouchantaf INET: elmo_at_moshnet.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jun 19 2001 - 02:31:41 CDT
![]() |
![]() |