Re: Connecting to Oracle Database

2001-07-24 Thread Bill Clinton
Jeff, I don't think this should be necessary. He is using the Oracle thin drivers which are all java and should not need any configuration on his NT server. Please correct me if I am wrong here. Bill Jeff Hubbach wrote: Mong, Before trying to connect through JDBC, verify that you

Re: Connecting to Oracle Database

2001-07-24 Thread Mong Kon Mo
Thanks for everyone's help. Just to clarify the situation, I don't run an Oracle client on the NT machine. But, everything is fine now. I figured out what was wrong. I was using the wrong port number in the connect string! Fixed that in about two seconds and it works fine now. -- Mong Kon

Re: Connecting to Oracle Database

2001-07-24 Thread Jeff Hubbach
Bill, You are correct, the only thing you need is the connection string. I apologize, I overlooked the Thin part. I just worked through a huge problem getting ColdFusion working with Oracle, but that uses a native connection through the Oracle client. Needless to say, that's what was in my head

Connecting to Oracle Database

2001-07-23 Thread Mong Kon Mo
Hello, This is a follow-up on a previous question. I am running Orion 1.5.2 on Windows NT and our Oracle database is running on Solaris (maintained by someone else). I am having trouble connecting to the database. I have the Oracle JDBC 8.1.7 Thin drivers (for NT) installed for Orion, but

Re: Connecting to Oracle Database

2001-07-23 Thread Jeff Hubbach
Mong, Before trying to connect through JDBC, verify that you can connect through SQLPlus. Did you set up a connection in tnsnames.ora from the NT Oracle client to the Solaris Oracle server? Jeff. On Mon, 23 Jul 2001 13:40:48 -0700 Mong Kon Mo [EMAIL PROTECTED] wrote: Hello, This is a

RE: Connecting to Oracle Database

2001-07-23 Thread Fernando De Leon
unsubscribe -Original Message- From: Jeff Hubbach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 10:00 AM To: Orion-Interest Subject: Re: Connecting to Oracle Database Mong, Before trying to connect through JDBC, verify that you can connect through SQLPlus. Did you set up