Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to create a System tablespace with Local managed extent?
According to "ORACLE8i DBA Handbook" on page 589,
"In the case of SYSTEM tablespace, you can declare the extent management
as 'local' in the 'create database' statement. If you create the SYSTEM
tablespace
as locally managed, all of the rollback segments must be created in a
locally
managed tablespace. However, any of the other tablespaces in the database
can have dictionary-managed extents. The use of local extent management
with a specification for local size can ensure that space within the
tablespace
is reused effectively."
It would have been nice if they had shown an example of the 'create
database'
syntax for doing this but I imagine that can be easily found in an Oracle
SQL
book.
Mike Received on Sat Mar 10 2001 - 09:26:53 CST
![]() |
![]() |