C Appendix: Oracle 10G Database Creation Scripts - Oracle Retail Data Warehouse Installation Manual

Release 13.0
Table of Contents

Advertisement

Appendix: Oracle 10g Database Creation
###############################################################################
# Oracle 10.2.0.x Parameter file
#
# NOTES: Before using this script:
#
1. Change <datafile_path>, <admin_path>, <utl_file_path>, and <hostname>
#
values as appropriate.
#
2. Replace the word SID with the database name.
#
3. Size parameters as necessary for development, test, and production
environments.
# ------------------------------------------------------------------------
# MAINTENANCE LOG
#
# Date
By
# +------+ +---------+ +-----------------+ +-------------+ +-------------+
# 02/20/06 Oracle
#
###############################################################################
# -------------------------------------------------------------------------------
# The following SGA parameters are CRITICAL to the performance of the
# database. The following settings are based on 1GB of allotted memory.
# The SGA is composed of:
#
db_cache_size, log_buffer,java_pool_size, large_pool_size, shared_pool_size
# -------------------------------------------------------------------------------
db_cache_size
java_pool_size
log_buffer
shared_pool_size
shared_pool_reserved_size
# --------------------------------------------------------------------------------
# The following parameters do not affect SGA size;
# --------------------------------------------------------------------------------
audit_file_dest
background_dump_dest
compatible
control_files
core_dump_dest
db_block_size
db creation, cannot change after db is created
db_file_multiblock_read_count
size)/(block size)
db_name
job_queue_processes
number of cpu's + 1
local_listener
"(ADDRESS=(PROTOCOL=TCP)(HOST=<hostname>)(PORT=1521))"
nls_calendar
nls_date_format
RDW database see later entry for proper format
nls_language
nls_numeric_characters
ensure all users/batch get the same results
Parameter
Old/New
NA
NA
= 256M
= 150M
= 10485760
= 350M
= 35M
= <admin_path>/adump
= <admin_path>/bdump
= 10.2.0
= (<datafile_path>/control01.ctl
,<datafile_path>/control02.ctl)
= <admin_path>/cdump
= 8192
= 16
= SID
= 5
=
= GREGORIAN
= DD-MON-RR # Oracle Retail required; if
= AMERICAN # Default
= ".,"
Scripts
Notes
creation
# 150M for initial db creation
# 350M for initial db creation
# 10% of shared_pool_size
# Default is 2k; adjust before
# Platform specific (max io
# Oracle Retail required;
# Should be explicitly set to
Database Installation Guide 21
C

Advertisement

Table of Contents
loading

Table of Contents