Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Different Oracle clients give different results

Different Oracle clients give different results

From: <Rick_Cale_at_teamhealth.com>
Date: Tue, 31 Dec 2002 05:33:40 -0800
Message-ID: <F001.0052499B.20021231053340@fatcity.com>


Hi DBAs,

Oracle Server 8.1.6 Win 2000 Oracle Names

I have the following Oracle clients installed locally. I connect to the server using the same USER. When I describe a package and procedure with package I get different results depending on the client.

Any ideas what is going on here

8.0.5

 desc pkg_charts                     WORKS
   desc pkg_charts.select_affiliates        WORKS
8.1.6
 desc pkg_charts                     WORKS
   desc pkg_charts.select_affiliates        ORA-04043: object
pkg_charts.select_affiliates does not exist

8.1.7

 desc pkg_charts                     WORKS
   desc pkg_charts.select_affiliates        ORA-04043: object
pkg_charts.select_affiliates does not exist

Thanks
Rick

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author:
  INET: Rick_Cale_at_teamhealth.com

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_at_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). Received on Tue Dec 31 2002 - 07:33:40 CST

Original text of this message

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