Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: System Tablespace Extent Management

RE: System Tablespace Extent Management

From: Mercadante, Thomas F <thomas.mercadante_at_labor.state.ny.us>
Date: Thu, 8 Apr 2004 09:07:01 -0400
Message-ID: <DE8A21F8F1D0254EA4A9214D52AB2FEDAD5AF3@exchsen0a1ma>


thanks all. looks like it's system managed.

Tom Mercadante
Oracle Certified Professional

-----Original Message-----

From: Dave Phillips [mailto:dphillips_at_gasper-corp.com] Sent: Thursday, April 08, 2004 9:03 AM
To: oracle-l_at_freelists.org
Subject: RE: System Tablespace Extent Management

Here is the result using the 'New Database' template and generationg scripts.
Oracle 9.2.04
Windows2000

CREATE DATABASE test
MAXINSTANCES 1
MAXLOGHISTORY 1
MAXLOGFILES 5
MAXLOGMEMBERS 3
MAXDATAFILES 100
DATAFILE 'C:\oracle\oradata\test\system01.dbf' SIZE 250M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED EXTENT MANAGEMENT LOCAL
DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE 'C:\oracle\oradata\test\temp01.dbf' SIZE 40M REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
UNDO TABLESPACE "UNDOTBS1" DATAFILE
'C:\oracle\oradata\test\undotbs01.dbf' SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
CHARACTER SET WE8MSWIN1252
NATIONAL CHARACTER SET AL16UTF16

LOGFILE GROUP 1 ('C:\oracle\oradata\test\redo01.log') SIZE 102400K,
GROUP 2 ('C:\oracle\oradata\test\redo02.log') SIZE 102400K,
GROUP 3 ('C:\oracle\oradata\test\redo03.log') SIZE 102400K;

HTH David Phillips
Support DBA
Gasper Division
NCR
-----Original Message-----

From: Mercadante, Thomas F [mailto:thomas.mercadante_at_labor.state.ny.us]=20 Sent: Thursday, April 08, 2004 8: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. =20

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



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org 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_at_freelists.org
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_at_freelists.org
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
Received on Thu Apr 08 2004 - 08:03:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US