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 needed for SQL Tuning...

Re: Help needed for SQL Tuning...

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 21 Jun 2006 19:17:44 +0200
Message-ID: <cmvi92pcvj17mkbkfr3b2vjrugq15auq2q@4ax.com>


On 21 Jun 2006 08:52:38 -0700, "Titus" <tolowok_at_gmail.com> wrote:

>Hello folks,
>
>Can someone assist in better tuning this query?
>It is taking over 45mins to complete the update.
>
>UPDATE supp_sec_tbl a
> SET a.descr =
> (SELECT b.descr
> FROM defn_tbl b
> WHERE b.rollcol = a.rollcol)
> WHERE a.dbase = :b1
> AND EXISTS (
> SELECT c.rollcol
> FROM defn_tbl c
> WHERE a.rollcol = c.rollcol);
>
>
>Titus

Your posting is lacking the following information

Please do not expect any accurate answer when posting blindly without this information.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Jun 21 2006 - 12:17:44 CDT

Original text of this message

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