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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: JDeveloper Connection to Oracle DB

Re: JDeveloper Connection to Oracle DB

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Sat, 16 Jun 2001 13:18:29 -0700
Message-ID: <F001.0032C82A.20010616130026@fatcity.com>

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,


Do You Yahoo!?
Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.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 Sat Jun 16 2001 - 15:18:29 CDT

Original text of this message

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