Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: help!! How to set tablename variable?
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
![]() |
![]() |