Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Checking for table existance
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
![]() |
![]() |