Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: JDeveloper Connection to Oracle DB
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,
-- 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Hillman, Alex INET: Alex.Hillman_at_usmint.treas.gov 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 Mon Jun 18 2001 - 12:22:16 CDT