Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Dinamic PL/SQL.
You wrote:
Try looking at the $ORACLE_HOME/rdbms/admin directory for files that
contain examples of this sort of Dynamic SQL usage.These (I remember it
contains a detailed description of all the functions that are part of
dbms_sql package, and 4 or 5 examples using 'em to dynamically create
DDL objects, or create and execute any DML statements). It has helped
me, I am sure it will help you too.
Good luck.
Umesh
>
>Hi,
>I can execute using Dinamic PL/SQL. commands how:
> Create Table????
>in general commands of DDL??
>
>if I can, how is the process to this???
>
>Thank you
>
Received on Mon Mar 04 1996 - 11:33:28 CST
![]() |
![]() |