Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: help:dropping a table in PL/SQL?
If you are on 8i:
execute immediate 'drop table xyz';
prior versions: use dbms_sql package
Klaus
Simon Palmer <simon_at_metech.com.au> schrieb in im Newsbeitrag:
4SPa6.3052$cF2.63071_at_ozemail.com.au...
> is it possible to drop a table in PL/SQL?
> how can i do it?
>
> Thanx,
> Simon
>
>
Received on Mon Jan 22 2001 - 05:00:24 CST
![]() |
![]() |