Xref: alice comp.databases.oracle.server:73461
Path: alice!news-feed.fnsi.net!news.he.net!feeder.via.net!newshub1.home.com!news.home.com!news1.alsv1.occa.home.com.POSTED!not-for-mail
Message-ID: <382A5C42.9B75DD0B@rationalconcepts.com>
From: "C. Ferguson" <c_ferguson@rationalconcepts.com>
X-Mailer: Mozilla 4.61 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.databases.oracle.server
Subject: Re: Jdbc Driver connection error
References: <80dkd7$4p1$1@nnrp1.deja.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 49
Date: Thu, 11 Nov 1999 06:03:29 GMT
X-Complaints-To: abuse@home.net
X-Trace: news1.alsv1.occa.home.com 942300209 24.5.135.200 (Wed, 10 Nov 1999 22:03:29 PST)
NNTP-Posting-Date: Wed, 10 Nov 1999 22:03:29 PST
Organization: @Home Network

Here's a little code snippet on how you would connect in java code.

DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
Connection con =
DriverManager.getConnection("jdbc:oracle:thin:@MyDev:1521:MyDBname",
                        "yourDBUserName", "yourDBPw");
Wouldn't take much to write a little method to test the connection with
this code.

So in looking at the params set in websphere, should there be colons
between the fields in the string for the
order driver field or periods?

I'm not familiar with websphere, but since it's kicking out the error for
that specific field, that's where I would start.

good luck,
cindy


cheongwaikit@my-deja.com wrote:

> Hi,
>
>    Can anyone help me to figure out what's wrong with my setting ?
>
>    I recently install oracle8i(8.1.5) on my PC(NT4, service pack4) and
> I've configure my Net8 assistant. The test connection was successfull.
> But my partner's trying to connect using IBM websphere studio V3 (he is
> using NT4, service pack3) was unsuccessfull.
>
> the parameter in websphere :-
>
> driver          :- oracle
> order driver    :- oracle:jdbc:driver:oracledriver
> url             :- jdbc:oracle:thin@MyDev:1521:MyDBname
>
> and the error given :- oracle:jdbc:driver:oracledriver
>
> is there anything that I can prove that oracle Network is working
> properly?
>
> thank you in advance.
>
> wai kit.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

