Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: making dynamic select in oracle
Look up OPEN CURSOR FOR in your pl/sql documentation.
Likely though you are going to create an unscalable application as
dynamic sql needs to be parsed every time.
-- Sybrand Bakker Senior Oracle DBAReceived on Wed Mar 01 2006 - 07:37:51 CST