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 -> 10g:ORA-12547: TNS:lost contact-only over BEQ not TCP

10g:ORA-12547: TNS:lost contact-only over BEQ not TCP

From: Matt <johnssonm_at_gmail.com>
Date: 4 Aug 2005 07:34:51 -0700
Message-ID: <1123166091.480277.149250@f14g2000cwb.googlegroups.com>


I have oracle 10g 10.1.0.2 installed on HP Tru64 5.1.b. As the Oracle software owner I can create an instance and connect to it locally by using nothing but the ORACLE_SID. As a normal local unix user on the same server I can not connect over BEQ but I can connect over TCP. (my tnsnames.ora file is pointing to my local instance MYDB)
unset TWO_TASK
ORACLE_SID=MYDB ; export ORACLE_SID
$ sqlplus myuser/mypass

SQL*Plus: Release 10.1.0.2.0 - Production on Thu Aug 4 15:16:15 2005 Copyright (c) 1982, 2004, Oracle. All rights reserved. ERROR:
ORA-12547: TNS:lost contact

TWO_TASK=MYDB ; export TWO_TASK
$ sqlplus myuser/mypass

SQL*Plus: Release 10.1.0.2.0 - Production on Thu Aug 4 15:33:31 2005 Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production With the Partitioning and Data Mining options SQL> Any ideas?

Thanks
/Matt Received on Thu Aug 04 2005 - 09:34:51 CDT

Original text of this message

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