Re: Separate Indexes and Data

2003-10-16 Thread Mogens Nørgaard
*From:* John Kanagaraj <mailto:[EMAIL PROTECTED]> *To:* Multiple recipients of list ORACLE-L <mailto:[EMAIL PROTECTED]> *Sent:* Tuesday, October 14, 2003 5:44 AM *Subject:* RE: RE: Separate Indexes and Data Jared, Any indexes supporting a "In-Today; Gon

Re: RE: Separate Indexes and Data

2003-10-15 Thread Richard Foote
ture for both range scan and fast full index scans. But these are generally *exceptions*, not the norm.   Hope this mail makes it ??   Cheers   Richard - Original Message - From: John Kanagaraj To: Multiple recipients of list ORACLE-L Sent: Tuesday, October 14, 2003 5:44

Re: RE: Separate Indexes and Data

2003-10-13 Thread Rachel Carmichael
tly from some pretty > experienced > > > DBAs stating that there may be 'flaws' in auto-allocate leading > to > > > poor extent sizes that leads to fragmentation. I believe Rachel > > > Carmichael made a post on here a few months back with the > similiar

RE: RE: Separate Indexes and Data

2003-10-13 Thread Rachel Carmichael
leading > to > > > poor extent sizes that leads to fragmentation. I believe Rachel > > > Carmichael made a post on here a few months back with the > similiar > > > experience(could be wrong). Due to even the 'small' chance of > flaws > > >

RE: RE: Separate Indexes and Data

2003-10-13 Thread John Kanagaraj
small' chance of flaws > > in auto-allocate, Im thinking of waiting for version 10g before > > using it. Just to be safe. Not worth risking a defrag on a > > production system.> > >> > > From: "MacGregor, Ian A." <[EMAIL PROTECTED

RE: RE: Separate Indexes and Data

2003-10-13 Thread Jared . Still
respond to ORACLE-L                 To:        Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>         cc:                 Subject:        RE: RE: Separate Indexes and Data I assume that what Rachel is referring to is the fact that indexes will generally not release much space wh

RE: RE: Separate Indexes and Data

2003-10-13 Thread JayMiller
miliar > > experience(could be wrong). Due to even the 'small' chance of flaws > > in auto-allocate, Im thinking of waiting for version 10g before > > using it. Just to be safe. Not worth risking a defrag on a > > production system. > > > >

Re: RE: Separate Indexes and Data

2003-10-12 Thread Richard Foote
ould be wrong). Due to even the 'small' chance of flaws > > in auto-allocate, Im thinking of waiting for version 10g before using > > it. Just to be safe. Not worth risking a defrag on a production > > system. > > > > > > From: "MacGregor, Ian A.&

RE: Separate Indexes and Data

2003-10-01 Thread Jared Still
e IN for a list of tablespaces? > > Or am I missing something? > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: 30 September 2003 22:45 > To: Multiple recipients of list ORACLE-L > Subject

RE: RE: Separate Indexes and Data

2003-10-01 Thread MacGregor, Ian A.
Part of the problem is self-inflicted. We currently use separate tablespaces for each major project. For instance: chemical inventory gets its own data and index tablespaces, dosimeter data gets the same, network configuration data as well. For many projects once the design has matured n

RE: RE: Separate Indexes and Data

2003-10-01 Thread Connor McDonald
> sizes that leads to fragmentation. I believe Rachel > Carmichael made a post on here a few months back > with the similiar experience(could be wrong). Due to > even the 'small' chance of flaws in auto-allocate, > Im thinking of waiting for version 10g before using > i

RE: Separate Indexes and Data

2003-10-01 Thread Mark Leith
Couldn't you do this with a simple:   select owner, table_name from all_tables where tablespace_name = 'index_tbs';   ?   Or of course use IN for a list of tablespaces?   Or am I missing something?   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf

Re: Separate Indexes and Data

2003-09-30 Thread Tanel Poder
You can always schedule a script which drops all table segments from index tablespaces ;)   Tanel.   - Original Message - From: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L Sent: Wednesday, October 01, 2003 12:44 AM Subject: RE: Separate Indexes and

RE: RE: Separate Indexes and Data

2003-09-30 Thread JayMiller
But those holes of exactly the right size for new objects to fit into. Since you'll presumably move it once it gets about 1,000 extents or so that isn't a huge amount of space that's being wasted. Jay Miller Sr. Oracle DBA -Original Message- Sent: Tuesday, September 30, 2003 4:45 PM To

RE: Separate Indexes and Data

2003-09-30 Thread Jared . Still
30/2003 10:34 AM  Please respond to ORACLE-L                 To:        Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>         cc:                 Subject:        RE: Separate Indexes and Data I'd be very interested to know how many people have their index tablespaces on a dif

RE: RE: Separate Indexes and Data

2003-09-30 Thread MacGregor, Ian A.
be safe. Not worth risking a defrag on a production system. > > From: "MacGregor, Ian A." <[EMAIL PROTECTED]> > Date: 2003/09/30 Tue PM 01:34:28 EDT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Separate Indexes and Data &

Re: Separate Indexes and Data

2003-09-30 Thread Tanel Poder
Hi! In VLDB environments, it is mostly cheaper to restore and recover the index tablespace datafile in case of block corruption. In my experience, I've been lucky and have been able to get rid of corruptions that way, but I'm sure some people have worse experiences, especially when redologs are co

RE: RE: Separate Indexes and Data

2003-09-30 Thread Jesse, Rich
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 30, 2003 1:29 PM > To: Multiple recipients of list ORACLE-L > Subject: RE: RE: Separate Indexes and Data > > > > > > > From: "Jesse, Rich" &

Re: RE: Separate Indexes and Data

2003-09-30 Thread Rachel Carmichael
ystem. > > > > From: "MacGregor, Ian A." <[EMAIL PROTECTED]> > > Date: 2003/09/30 Tue PM 01:34:28 EDT > > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > > Subject: RE: Separate Indexes and Data > > > > I'd be very

RE: RE: Separate Indexes and Data

2003-09-30 Thread rgaffuri
> > From: "Jesse, Rich" <[EMAIL PROTECTED]> > Date: 2003/09/30 Tue PM 02:09:32 EDT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: RE: Separate Indexes and Data > > > -Original Message- > > From: [EMAIL PR

RE: RE: Separate Indexes and Data

2003-09-30 Thread Jesse, Rich
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 30, 2003 12:50 PM > To: Multiple recipients of list ORACLE-L > Subject: Re: RE: Separate Indexes and Data > > > the defrag paper was written back in 1998 I believe.

Re: RE: Separate Indexes and Data

2003-09-30 Thread rgaffuri
DT > To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> > Subject: RE: Separate Indexes and Data > > I'd be very interested to know how many people have their index tablespaces on a > different backup schedule from their data tablespaces. If so how different?

RE: Separate Indexes and Data

2003-09-30 Thread MacGregor, Ian A.
I'd be very interested to know how many people have their index tablespaces on a different backup schedule from their data tablespaces. If so how different? What happens when a media failure occurs and you must restore from backup? You would need to have on hand and apply more redo logs to