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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: non existing tables in packages

Re: non existing tables in packages

From: Stephane Faroult <sfaroult_at_roughsea.com>
Date: Tue, 13 Sep 2005 09:26:10 +0200
Message-ID: <43267F12.6080404@roughsea.com>


Frank,

   If you code the table name in the package, it will simply not compile. The only thing you can do IMHO is to use dynamic SQL and trap ORA-00942. HTH, Stephane Faroult

RoughSea Ltd
http://www.roughsea.com

Foelz.Frank wrote:

>Gentlemen,
>
>any idea, how to handle situations in a package when a table which is
>expected in subroutines is not present ? Is there any error handling
>available, which I am not aware of ?
>
>I would like to have the same package on each of our systems installed, even
>if certain tables are not present due to different software releases.
>
>Running on Oracle 9.2.n
>
>
>
>>Frank <
>>
>>
>--
>http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 13 2005 - 02:28:10 CDT

Original text of this message

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