Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Single, Locally Managed system managed tablespace
DA Morgan schreef:
> Number.One.Mike_at_gmail.com wrote:
> > For administrative purposes, as you indicate, I would separate the > segment types. And it would be my instinct to not mix LOB segments > with others even if I used a single tablespace for both tables and > indexes.
As Daniel already indicated - LOB segments are (probably) better off in a tablespace of their own, when getting large.
All the rest is for maintenance reasons only - you can (most likely) rebuild indexes, so loosing all indexes when the index tablespace datafiles are gone is not a disruption of business.
However, why would one choose a system managed tablespace? I assume you mean a dictionary managed tablespace (the dictionary is in the system tablespace), as opposed to a locally managed tablespace.
Go for a locally managed tablespace, with fixed blocksize. If on 10GR2, let oracle do the managing (segment space auto)
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Sat Jan 20 2007 - 04:09:13 CST