Re: PL/SQL help needed
From: john <johnsmith_at_microsoft.co>
Date: 25 Feb 1999 20:06:16 GMT
Message-ID: <01be60fa$ea42f620$65c4ef9b_at_cliff.telkom.co.za>
Date: 25 Feb 1999 20:06:16 GMT
Message-ID: <01be60fa$ea42f620$65c4ef9b_at_cliff.telkom.co.za>
> >3. Can we use DDL statments in PL/SQL
>
> No.
I disagree you can use the statment
dbms_sql.parse('create table temp as select * from dual',1);
within a PL/SQL block
Received on Thu Feb 25 1999 - 21:06:16 CET