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: "identifier must be declared"

Re: "identifier must be declared"

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Tue, 03 May 2005 15:08:48 +0200
Message-ID: <d57std$lji$1@news6.zwoll1.ov.home.nl>


Vince <vincent@ wrote:
> Hi there!
>
> I am writing some procedures wich refer to non-existing tables yet..
> so, when I try to compile, it gives me : "PLS-00201: identifier
> 'your_table' must be declared"
>
> How could I prevent this without creating those tables to not stop
> compiling procedure..
>
> thanks a lot
>
> Vince.

Not. Define the tables (or: views on dual?)

-- 
Regards,
Frank van Bortel
Received on Tue May 03 2005 - 08:08:48 CDT

Original text of this message

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