Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Rebuild Indexes

Rebuild Indexes

2004-02-18       - By Tanel Poder

Reply:     <<     21     22     23     24     25     26     27     28     29     30     >>  

We 'll I 've been lucky enough that my FND_CONCURRENT_REQUESTS tables indexes
haven 't been growing that much (I usually delete 2 months old data every
week). I haven 't checked which indexes are on that table, but I assume that
there are ones on concurrent request ID which is continuously increasing.
But when I delete all entries older than 2 months, I 'll be deleting lot 's of
of leaf blocks completely empty. And completely empty leaf blocks are put in
free list, so they can be reused by subsequent inserts with new ID values.

There is an issue with branch blocks because they never get reused for
another value range than originally allocated for, but since branch blocks
are small part of an index anyway (branch blocks are key compressed), I 've
seen no real index growth problem on this particular table.

Tanel.

-- -- Original Message -- --
From: "John Kanagaraj " <john.kanagaraj@(protected) >
To: <oracle-l@(protected) >
Sent: Wednesday, February 18, 2004 6:59 PM
Subject: RE: Rebuild Indexes


> Naveen,
>
> I believe the problem is not with a monotonically increasing index (which
> should NOT be rebuilt as it is of no use) - rather it is with a
> monotonically increasing index that is also being _deleted. This is
typical
> of indexes on FIFO-type tables such as the FND_CONCURRENT_REQUESTS in Apps
> (any version). In the latter case, you should perform a 'one-time ' index
> rebuild of such monotonically-increasing, followed by regular COALESCE of
> the indexes to 'reclaim ' 'lost ' space. Jonathan/Richard Foote might have
> something to add on this....
>
> John Kanagaraj < > <
> DB Soft Inc
> Phone: 408-970-7002 (W)
>
> Listen to great, commercial-free christian music 24x7x365 at
> http://www.klove.com
>
> ** The opinions and facts contained in this message are entirely mine and
do
> not reflect those of my employer or customers **
>
> >-- --Original Message-- --
> >From: oracle-l-bounce@(protected)
> >[mailto:oracle-l-bounce@(protected)] On Behalf Of Naveen,
> >Nahata (IE10)
> >Sent: Tuesday, February 17, 2004 11:24 PM
> >To: oracle-l@(protected)
> >Subject: RE: Rebuild Indexes
> >
> >
> >John,
> >
> >Would it be advisable to go for Index rebuilds in case of
> >index based on
> >monotonically increasing columns? As much as I understand (and
> >I must admit,
> >i don 't know much about the internals of indexes), in case of
> >such indexes
> >the problem of 'leaf block split ' should not happen.
> >
> >Regards
> >Naveen
> >
> > >-- --Original Message-- --
> > >From: John Kanagaraj [mailto:john.kanagaraj@(protected)]
> > >Sent: Wednesday, February 18, 2004 12:30 PM
> > >To: 'oracle-l@(protected) '
> > >Subject: RE: Rebuild Indexes
> > >
> > >
> > >Vidya,
> > >
> > >If you are collecting (and storing) STATSPACK data, you might want to
> > >baseline V$SYSSTAT values and look for spurts in 'leaf node
> > >splits ' after
> > >rebuilds....
> > >
> > >John Kanagaraj < > <
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> >To unsubscribe send email to: oracle-l-request@(protected)
> >put 'unsubscribe ' in the subject line.
> >--
> >Archives are at http://www.freelists.org/archives/oracle-l/
> >FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
> >
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> To unsubscribe send email to: oracle-l-request@(protected)
> put 'unsubscribe ' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
>


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --