Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: System Tablespace Extent Management
This is what was created for my default 9.2.0.1 on Windows:
SQL> CREATE DATABASE xxx
2 MAXINSTANCES 1
3 MAXLOGHISTORY 1
4 MAXLOGFILES 5
5 MAXLOGMEMBERS 3
6 MAXDATAFILES 100
7 DATAFILE 'e:\ORACLE\oradata\cad\system_01.dbf' SIZE 300M REUSE
AUTOEXTEND ON NEXT 1M MAXSIZE UNLIMITED
8 EXTENT MANAGEMENT LOCAL
-----Original Message-----
From: Mercadante, Thomas F [mailto:thomas.mercadante_at_labor.state.ny.us]
Sent: Thursday, April 08, 2004 6:52 AM
To: oracle-l_at_freelists.org
Subject: System Tablespace Extent Management
All,
I am creating a new 9i database and want to create the system tablespace with local extent management. I don't have access to dbca, so I can't generate any scripts.
Can someone see what dbca uses for sizing settings in the system tablespace for me? Does it use uniform or system managed? If it uses uniform, can you let me know what settings it uses?
thanks
Tom Mercadante
Oracle Certified Professional
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |