Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: help!! How to set tablename variable?

Re: help!! How to set tablename variable?

From: M. Armaghan Saqib <armaghan_at_yahoo.com>
Date: Thu, 16 Dec 1999 07:53:47 GMT
Message-ID: <83a5qb$ep0$1@nnrp1.deja.com>


What you are trying to do is execute DYNAMIC SQL. This is not directly supported. You need to use DBMS_SQL package to do so where you DEFINE, PARSE and then EXECUTE your sql statment, a little more coding.

If you use Oracle8i, it is simpler.

regards,
M. Armaghan Saqib


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 16 1999 - 01:53:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US