Return-Path: <root@fatcity.cts.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id gAE6raE22388
 for <oracle-l@orafaq.net>; Thu, 14 Nov 2002 00:53:36 -0600
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id gAE6raP22383
 for <oracle-l@orafaq.net>; Thu, 14 Nov 2002 00:53:36 -0600
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id TAA44620;
 Wed, 13 Nov 2002 19:37:12 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 00502E27; Wed, 13 Nov 2002 19:03:41 -0800
Message-ID: <F001.00502E27.20021113190341@fatcity.com>
Date: Wed, 13 Nov 2002 19:03:41 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Reardon, Bruce (CALBBAY)" <Bruce.Reardon@comalco.riotinto.com.au>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Reardon, Bruce (CALBBAY)" <Bruce.Reardon@comalco.riotinto.com.au>
Subject: RE: e: when is an error msg not an error msg ?
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by orafaq.net id gAE6raE22388

Paul,

I've seen something similar under windows when somebody incorrectly defined an oracle_home environment variable.

Might this be happening in you case?

HTH,
Bruce Reardon

-----Original Message-----
Sent: Thursday, 14 November 2002 9:59 AM

"Sherman, Paul R." wrote:
> 
> Hello,
> 
> I've looked over hill and over dale at many web-sites (MetaLink, google,
> asktom, etc.), to no avail, so could someone on the list bail me out on this
> question - what causes the following error message:
> 
>                         ORACLE ERROR=>Error while trying to retrieve text
> for error ORA-03114
> 
> Now, I know what causes the 03114; I need to know why I am getting the
> 'error while trying to retrieve... I get this error on my test and
> production servers, but not the development server. All have the same # of
> files in $ORACLE_HOME/rdbms/mesg. All are Oracle 8.1.7.4. Some file missing
> somewhere that I know not of ? Any help would be greatly appreciated.
> 
> Thank you,
> 
> Paul Sherman
> DBA    Elcom, Inc.
> voice -  781-501-4143 (direct #)
> fax    -  781-278-8341 (secure)
> email - psherman@elcom.com

Paul,

   Could there be any difference in the environment ? I am thinking
about something such as
          env | grep -i lang
  Less likely to occur in the US than elsewhere, but ...
  Also, in which context are you getting this? Do you get it in an
anonymous PL/SQL package, say

  set serveroutput on
  begin
    dbms_output.put_line(sqlerrm(-3114));
  end;
  /

  ?
-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon@comalco.riotinto.com.au

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

