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: making dynamic select in oracle

Re: making dynamic select in oracle

From: <sybrandb_at_yahoo.com>
Date: 1 Mar 2006 05:37:51 -0800
Message-ID: <1141220271.811675.100990@v46g2000cwv.googlegroups.com>


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 DBA
Received on Wed Mar 01 2006 - 07:37:51 CST

Original text of this message

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