Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: newbie: dynamic SQL again
--openmail-part-1a7b5dc5-00000001
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
;Creation-Date="Wed, 31 Jan 2001 14:23:45 -0600" Content-Transfer-Encoding: 7bit
Doesn't EXECUTE IMMEDIATE require 8i?
-----Original Message-----
From: MGogala [mailto:MGogala_at_oxhp.com]
Sent: Wednesday, January 31, 2001 1:37 PM
To: ORACLE-L
Cc: MGogala
Subject: RE: newbie: dyamic SQL again
-----Original Message-----
Sent: Wednesday, January 31, 2001 12:11 PM
To: Multiple recipients of list ORACLE-L
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;
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jan 31 2001 - 14:23:45 CST
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |