Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Catch*22?
Thanks. I'm not really having any trouble creating the table. The difficulty is in doing DML operations in PL/SQL when the table doesn't yet exist at compile time.
ie: CreateTable; ManipulateDataInTable; DropTable;
Any further thoughts?
Authorised User wrote:
>
> TRy this, if it works...
>
> CREATE OR REPLACE PROCEDURE create_Table
> (
> create_table_in IN VARCHAR2
> )
> IS
....
> BEGIN
....
> END Create_Table;
-- ================================================= Jerry Apfelbaum email: japfelba_at_ican.ca Eastern Sun Group Inc. phone: 416.240.9695 Toronto, CanadaReceived on Fri Nov 07 1997 - 00:00:00 CST
![]() |
![]() |