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 -> Testing a table existence

Testing a table existence

From: Sylvain BOURDETTE <sbourdette_at_danet.fr>
Date: Mon, 10 Dec 2001 15:46:26 +0100
Message-ID: <3c14cac6$0$3179$626a54ce@news.free.fr>


How in PL SQL, can test if a table exists ?

I try this

IF EXISTS MyTable THEN

END IF; But it doesn't work

Thanks Received on Mon Dec 10 2001 - 08:46:26 CST

Original text of this message

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