Re: Oracle data-source & connect

2000-11-03 Thread Martin Dolog
THANK YOU (ALL) VERY MUCH; IT WORKS NOW; Aaron Scott-Boddendijk wrote: > > > > url="jdbc:oracle:thin:scott/tiger@localhost:1512:pc29" > > The port is usually 1521 isn't it, not 1512 GOOD POINT :\ > > -- > Aaron Scott-Boddendijk > INTAZ Limited > +64 7 838 3371 Voice > +6

Re: Oracle data-source & connect

2000-11-02 Thread Aaron Scott-Boddendijk
> > url="jdbc:oracle:thin:scott/tiger@localhost:1512:pc29" The port is usually 1521 isn't it, not 1512 -- Aaron Scott-Boddendijk INTAZ Limited +64 7 838 3371 Voice +64 7 838 3372 Fax

Re: Oracle data-source & connect

2000-11-02 Thread Seung Bang
Martin: I would try this first: 1. Change your section like this: jdbc/OracleEJBDS 2. Change your 'final private String dbName = .' variable like this: private final String dbName = "java:comp/env/jdbc/OracleEJBDS"; Seung, Martin Dolog wrote: > Now I have exactly:

Re: Oracle data-source & connect

2000-11-02 Thread Roger Mosher
st" <[EMAIL PROTECTED]> Sent: Thursday, November 02, 2000 11:31 AM Subject: Re: Oracle data-source & connect > Now I have exactly: > > Linux2.2.16 > jdk1.2.2 > j2sdk1.2.1 > Orion1.3.8 > Oracle8.1.6.1 > I tried drivers for O

Re: Oracle data-source & connect

2000-11-02 Thread Kris Keener
Martin, I have been using the following entry in data-sources.xml with some success. The main difference is the format of the url and the "class" entry. Good luck, Kris --- Martin Dolog <[EMAIL PROTECTED]> wrote: > Hello, > > I am new w/ Orion and I have the following problem: > >

Re: Oracle data-source & connect

2000-11-02 Thread Martin Dolog
Now I have exactly: Linux2.2.16 jdk1.2.2 j2sdk1.2.1 Orion1.3.8 Oracle8.1.6.1 I tried drivers for Oracle8.1.6.x java2, and Oracle8.1.7. java2, both java thin; But I found another interesting afair ... When I want to

RE: Oracle data-source & connect

2000-11-02 Thread J.T. Wenting
What version of the Oracle JDBC drivers are you using? This problem occurs with drivers with versions < 8.1.6, so you probably need to upgrade. Your JDBC driver should be in a file called Classes12.zip or newer, not Classes111.zip or older. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, t