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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Cursor without a where clause...

Re: Cursor without a where clause...

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/04/22
Message-ID: <956439003.10235.0.nnrp-11.9e984b29@news.demon.co.uk>#1/1

Have a look at my web-site for the article on handling a table by rowid ranges.

    Developer Tricks -> Big Update

This may help. It is a version 7 example, but converting to version 8 is not difficult.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

justvrk wrote in message <8djsrd$upm$1_at_nnrp1.deja.com>...

>Hello:
> I am stuck up with a performance problem involving a cursor.
>I am moving data from a huge table ( rows > 300,000,000 ) with business
>validation done through a set of plsql procedures. Till date I am
>unable to complete the full move in one step. I am opening a cursor on
>the huge table without any WHERE clause, and because of which things
>are slowing down.
> I have tested with small chuck of data in steps and the completion
>time is rising exponentially. like 5 mins for the first 100000 recs, 15
>mins for first 200000 recs and so on.
> Can someone suggest me any hints to speed up this blind cursor
>method ? Also I am thinking about partitioning the table but I am not
>sure whether this will be of any help.
Received on Sat Apr 22 2000 - 00:00:00 CDT

Original text of this message

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