Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Truncate table call in procedure
It isn't, you could use
dbms_utility.exec_ddl_statement('string');
Nevertheless native dynamic DDL is not
allowed in pl/sql pre 8.1 - there have to be
some limitations or Oracle couldn't keep on
finding reasons to upgrade ;)
--
Jonathan Lewis
Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
Ron Lamb wrote in message
<86acce$dmb$1_at_ssauraac-i-1.production.compuserve.com>...
>Thanks for all the replies I have gotten.
>
>Why DBMS_SQL was needed for such a simple statement is
>beyond me, but I have made the changes and it worked.
>
>Ron
>
>
Received on Fri Jan 21 2000 - 15:18:25 CST
![]() |
![]() |