Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Cant connect oracle 8 client to oracle7

Re: Cant connect oracle 8 client to oracle7

From: <rajendra3818_at_my-deja.com>
Date: Sat, 26 Aug 2000 08:44:13 GMT
Message-ID: <8o800r$vun$1@nnrp1.deja.com>

Thank you very much Uwe Shneider for the tip. It worked in my case. I put disable_oob=true in sqlnet.ora file on linux and it started connecting to the oracle7 server on sco unix. I will be gratefull if you provide more information on your insights into deeper levels of net8. I am particularly interested to know what difference it made after putting this line in sqlnet.ora file. Again thanks a lot.
Rajendra Jadhao
In article <39A37CFA.ACA5469F_at_webde-ag.de>,   Uwe Schneider <us_at_webde-ag.de> wrote:
> Hi,
>
> rajendra3818_at_my-deja.com wrote:
> >
> > I am trying to connect to oracle7 (7.3.4) server running on
> > sco unix from Oracle8.0.5 running on linux.
>
> Should work although the Net8 implementation for Linux is buggy (at
> least in 8.0.5).
>
> > I get ora-12505 error.
> > On the server side, the listner.log file says connection
> > established.
> > my tnsnames.ora (on linux) is as follows:
> > SCOMACHINE.BOGUS.COM =
> > (DESCRIPTION =
> > (ADDRESS = (PROTOCOL=TCP)(HOST=10.14.2.9)(PORT=1521))
> > (CONNECT_DATA=(SID=WG73))
> > )
> > when I try sqlplus scott/tiger_at_SCOMACHINE.BOGUS.COM
> > I get the above error.
> > The listener log file on SCO UNIX shows everything is Ok
> > The sqlnet.log file on linux machine shows the following:
> > TNS-12204 TNS recieved data refused from an application
> > TNS-12564 TNS: connection refused.
>
> I had a similar problem while connecting from Linux to a Solaris 7.3.4
> server. The problem became clearer after increasing the verbosity
 level
> in sqlnet.ora on the client.
>
> This gave me insight to the actual error codes emerging in deeper
 levels
> of Net8. I was able to find them via deja.com and found out thet I
> should set the parameter disable_oob=true in sqlnet.ora. But I wonder
 if
> this will help in your case.
>
> If you have a support contract with Oracle, do contact them.
>
> Uwe
>
> --
> Uwe Schneider - WEB.DE AG - Amalienbadstr. 41 - 76227 Karlsruhe
> Forschung & Entwicklung - Tel. (+49) 721 94329 832
> "In a world without walls and fences, who needs windows and gates?"
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Aug 26 2000 - 03:44:13 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US