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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Checking for table existance

Re: Checking for table existance

From: Eugen Nyffeler <eugen.nyffeler_at_ubs.com>
Date: Wed, 22 Apr 1998 13:21:25 +0200
Message-ID: <353DD2B5.4BD67329@ubs.com>


coffe_at_NOSPAM.pegasystems.com wrote:
>
> Okay, I thought this would be really easy when I started out, and maybe it
> is, I don't know.
> I'd like to check for the existance of a table before I create it (because
> otherwise we get an error message, and while the error message is not a
> problem, they tend to cause people to panic), however PL/SQL doesn't not
> like the SQL "create" statement, so I'm at a loss. Any help would be
> greatly appreciated.
>
> Thanks,
> Erica
>
> coffe_at_NOSPAM.pegasystems.com
>
> --

Hi

Use the dbms_sql package to generate the DDL-statements in the PL/SQL code.

rgds
eugen Received on Wed Apr 22 1998 - 06:21:25 CDT

Original text of this message

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