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: Oracle 8i info

Re: Oracle 8i info

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 24 Mar 2005 18:40:00 +0100
Message-ID: <9ou541lb7s8mnbi1l1pecmcvrgau7im9ho@4ax.com>


On Thu, 24 Mar 2005 18:32:48 +0100, Sauro <sauro_at_despammed.com> wrote:

>Hello,
>can somebody help me. I use Oracle 8i version, I insert about 1.500.000
>records in a table, and, naturally, performance access decrease.
>After I delete all records of this table. This, using a Powerbuilder 10
>datawindow.
>But, even, with no records present, on this table access performance
>still be slow. Not as if records was presents, but more slow then
>records was not already be present.
>Thank you for any help about.
>Sauro

You must be conducting full table scans against the affected table. Full table scans always proceed upto the High Water Mark of the table. The HWM is NOT reset as a result of a delete. It is reset as a result of TRUNCATE.
Warning: TRUNCATE is a DDL command.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Mar 24 2005 - 11:40:00 CST

Original text of this message

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