Re: HELP on SQL*NET V1 Setup
Date: 1995/07/25
Message-ID: <3v23h8$k18_at_sun630.bentley.com>#1/1
wbeekman_at_infoconcepts.com (Wayne Beekman) wrote:
>This is the error message - Please Email me direct if you have an
>answer. Thanks in advance.
>
>SQL> connect issuser/issuer_at_t:suna/1525:a
>ERROR: ORA-03113: end-of-file on communication channel
I don't know on which platform you are running, probably on Unix?
What is strange in this connect string is that the tcp port number is
included. The error means that it can't parse the connect string. This
should be something like 'issuer/issuer_at_t:suna:a'. The tcp port number
should be defined in your services file or in your oracle.ini file if you
are running a windows client. Also, you should consider creating a
sqlnet.ora file with the following line:
sqlnet dbname a=t:suna:a
This will enable you to connect with '_at_t:a'. You can find more
information on this in your documentation.
Hope this helps
Regards,
Sybrand Bakker,
Senior IS Analyst
Received on Tue Jul 25 1995 - 00:00:00 CEST