Re: Problem with Jdbc Thin driver

From: Tom Cooke <tom_at_tomcooke.demon.co.uk>
Date: 1998/01/22
Message-ID: <CtaSmJAc57x0Ewy$_at_tomcooke.demon.co.uk>#1/1


Err... Looking at the example progs (is this too easy?) it's actually "jdbc:oracle:thin:_at_<IP>:<port>:<SID>". PS I can't get my loopback listener to work as lsnrctl80 falls over with invalid page fault - anybody seen this one? Oracle seem not to have - maybe it's a symptom of having Winsock 2, JDK 1.1.5, and JDBCTHIN 7.3.4 all installed at once as well as Personal Oracle 8 on top of a trashed copy of Personal Oracle 7 (the data migrate utility falls over with invalid page fault in JAVAW). What a catalog of mess.

In article <885460343.1873936390_at_dejanews.com>, joel.rouiller_at_zkb.ch writes
>In article <34B8F60D.615604DF_at_mx2.redestb.es>,
> perezjl <perezjl_at_mx2.redestb.es> wrote:
>> .
>> .
>> .
>> Connection conn =
>> DriverManager.getConnection
>> ("jdbc:oracle:thin:127.0.0.1:1521:orcl",
>> "scott", "tiger");
>> .
>> .
>> .
>
>Try "jdbc:oracle:thin_at_127.0.0.1:1521:orcl" instead
> of "jdbc:oracle:thin:127.0.0.1:1521:orcl". Also try out
>port 1526 instead of 1521 (see tnsnames.ora file).
>
>Good luck,
>
>Joel
>
>-------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
 

-- 
Tom Cooke
Received on Thu Jan 22 1998 - 00:00:00 CET

Original text of this message