User`s guide
Creating a Database
Creating and Upgrading a Database 4-3
Unless specified otherwise
, $ORAC1120.INSTALL.P.SUPER
generates and enter a batch
job which:
■ Calls
INSTALL.P.DBA
JAVA Enter NO if you do not need a Java enabled database (thus saving
memory, CPU and disk space resources). For more information refer
to
Chapter 12, "Java in the Database".
DBSIZE Enter the size of the system tablespace files in bytes, kilobytes or
megabytes. The value you enter can have one of the following forms:
■ 44M for 44 megabytes
■ 44000K for 44000 kilobytes
■ 10000000 for 10000000 bytes
The default is 250M.
AUXSIZE Enter the size of the sysaux tablespace file(s) in bytes, kilobytes, or
megabytes. The value you enter can have one of the following forms:
■ 44M for 44megabytes
■ 44000K for 44000 kilobytes
■ 10000000 for 10000000 bytes
The default is 200M.
LOGSIZE Enter the size of the log files in bytes, kilobytes, or megabytes. The
value you enter can have one of the following forms:
■ 1M for 1 megabytes
■ 1000K for 1000 kilobytes
■ 100000 for 100000 bytes
The default is 20000K.
UNDOSIZE Enter the size of the undo tablespace file in bytes, kilobytes, or
megabytes. The value you enter can have one of the following forms:
■ 44M for 44 megabytes
■ 44000K for 44000 kilobytes
■ 10000000 for 10000000 bytes
The default is 100M.
LOCAL Enter NO if you do not require a locally managed system tablespace.
The default is
YES
. If you choose a locally managed system
tablespace, then Oracle automatically creates a default temporary
tablespace.
DEFTS Enter NO if you don't want to create a default permanent tablespace.
The default is
YES
.
TEMPTS This prompt only appears if you don't want a locally managed
system tablespace. Enter NO if you don't want a default temporary
tablespace. The default is
YES
.
CHARSET Enter the character set with which you want the database to be
created (the default is
WE8BS2000
).
For more information refer to the chapter about Globalization
Support in Oracle Database User's Guide for Fujitsu BS2000/OSD.
NCHARSET Enter the national character set used to store data in columns
specifically defined as
NCHAR
,
NCLOB
, or
NVARCHAR2
. Valid values are
AL16UTF16
and
UTF8
. The default is
AL16UTF16
.
Parameter Value