Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> newbie: dyamic SQL again
Hi,
I have to dynamically create a table and then
dynamically get the count
of the rows in a variable. i'm using Oracle 7.3.4.
i have written the following code...but its not
working.
please help me out.
thanx in advance.
CREATE OR REPLACE PROCEDURE CR_TABLE AS
A NUMBER;
QUERY1 VARCHAR2(200);
QUERY2 VARCHAR2(200);
CUR1 INTEGER; CUR2 INTEGER; RET1 INTEGER; RET2 INTEGER;
![]() |
![]() |