Re: getting oracle to run on Solaris 2.x

From: Lawrence V. Rohrer <lrohrer_at_earthlink.net>
Date: Wed, 22 Feb 1995 20:35:43 -0800
Message-ID: <lrohrer-2202952035430001_at_lrohrer.earthlink.net>


In article <1995Feb22.163955.29246_at_ucl.ac.uk>, andrew_at_dcs.bbk.ac.uk wrote:

> HI,
> I am testing Solaris 2.4 with 4.1.3 binaries. To see if and
> what works. Well when I got to sqlplus it fails.
>
> The set up is oracle v7.0 is running on a 4.1.3 machine and
> I am trying to get sqlplus to run from a 2.4 machine.
>
> When I type sqlplus I get an error message indicating a problem
> with sqlnet.
>
> ERROR: ORA-06107: (Cnct err, can't get err txt. See Servr Msgs & Codes
 Manual)
>
> Has any one got the above to work? OR
> Does any one no what the error message means? (I have not got that manual)
>

There are two errors: The first is ORA 6107 -- I don't know what it is. My guess will be that sql*net is not configured correctly on the 2.4 machine. Check the /etc/services file, orasrv must be running, two_task variable, your host must have sql*net running etc.

The second (Cnct err, cant' get err txt...) means the flat files Oracle uses for error messages are not installed correctly. Check that the $ORACLE_HOME variable is correct or try NFS mounting the error files (NOT the database).

Personally I would test the above setup but *not* go into production with it. I would not even use it for developement -- but have fun playing around! Sql*net and Sqlplus should work. Received on Thu Feb 23 1995 - 05:35:43 CET

Original text of this message