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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to parameterize a pro *c function with a default value

Re: How to parameterize a pro *c function with a default value

From: <sybrandb_at_yahoo.com>
Date: 22 Feb 2006 07:58:32 -0800
Message-ID: <1140623912.050355.25860@g47g2000cwa.googlegroups.com>


clear case of dynamic sql. Which usually scales badly. An alternatieve would be
if <some condition from parameter list> then select for update ...
now wait
else
select for update

One would question what is the conceptual 'logic' behind this.

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Wed Feb 22 2006 - 09:58:32 CST

Original text of this message

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