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: Error messages not displayed

Re: Error messages not displayed

From: HansF <News.Hans_at_telus.net>
Date: Mon, 13 Jun 2005 18:23:56 GMT
Message-Id: <pan.2005.06.13.18.26.54.901810@telus.net>


On Mon, 13 Jun 2005 07:47:02 +0200, Thanos interested us by writing:

> Hello all,
>
> I get the following errors when I run tnsping (and lsnrctl)
>
> #tnsping orcldb
>
> TNS Ping Utility for Linux: Version 10.1.0.3.0 - Production on 13-JUN-2005
> 07:30:20
>
> Copyright (c) 1997, 2003, Oracle. All rights reserved.
>
> Message 3511 not found; No message file for product=network,
> facility=TNSTNS-03505: Message 3505 not found; No message file for
> product=network, facility=TNS

This is always an indication that you are not using an Oracle environment. Often happens when doing an 'su -', instead of an 'su'. No matter how much you want to swear otherwise, the most likely suspects are:

  1. You have switched users and the new user is not using the environment variables;
  2. You have unset the ORACLE_HOME and ORACLE_SID variables.

Provide us with the following to help determine the problem more closely:

echo $USER
set | grep ORA

-- 
Hans Forbrich                           
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard_at_gmail.com   
*** I no longer assist with top-posted newsgroup queries ***
Received on Mon Jun 13 2005 - 13:23:56 CDT

Original text of this message

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