Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with SQLPLUS 8.0.5 under Linux connecting to HP-UX Oracle 8.0.4
Niklas Iveslatt (niklas_iveslatt_at_mail.amsinc.com) wrote:
: Linux Red Hat 5.2, Oracle 8.0.5
: HP-UX 10.20, Oracle 8.0.4.2.1
: I am trying to connect from the linux machine to the HP server and I get a
: ORA-01034 Oracle not available.
I assume you are trying to access the system with sqlplus user/password_at_hpdb
Try
TWO_TASK=hpdb sqlplus user/passwd
This will also probably fail, but this time with a "packet writer" failure. If this is teh case, then you have found the same problem I have when talking from RH5.2 system to a Solaris 7.1.6.2.0 server.
I do not know a work around.
sqlplus seems to be the only program affected - svrmgrl works, perl DBD works, Pro*C works.... it's only sqlplus that's broken!
--
rgds
Stephen
Received on Thu Dec 17 1998 - 18:52:39 CST
![]() |
![]() |