Re: JDeveloper Connection to Oracle DB

2001-06-27 Thread Don Jerman
JDeveloper may not have installed in the same oracle home as your regular Oracle client, first see if you have more than one Oracle home directory on your computer, either by checking the registry under HKEY_LOCAL_MACHINE/Software/Oracle or by searching for the TNSNAMES.ORA file. Then ensure

RE: JDeveloper Connection to Oracle DB

2001-06-19 Thread Elias Mouchantaf
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

RE: JDeveloper Connection to Oracle DB

2001-06-19 Thread Kevin Kostyszyn
Sorry, this might be a stupid question but, is the db ON the same machine as JDeveloper. If it is, are you sure the db is running, is the machine on a network? If it isn't, were there any errors encountered during installation? -Original Message- Mouchantaf Sent: Tuesday, June 19, 2001

RE: JDeveloper Connection to Oracle DB

2001-06-18 Thread Hillman, Alex
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

Re: JDeveloper Connection to Oracle DB

2001-06-16 Thread A. Bardeen
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:

Re: JDeveloper Connection to Oracle DB

2001-06-16 Thread Elias Mouchantaf
Hi again, Thanks for your tip Anita, but unfortunately I still get the same error message. So I guess I am still taking suggestions. Elias S. Mouchantaf Tel. (+961) 3 740319 [EMAIL PROTECTED] www.moshnet.com Quoting A. Bardeen [EMAIL PROTECTED]: Elias, I don't know much about JDBC, but I