Tuesday, February 10, 2009

Oracle: A sample pfile

let us check a sample pfile here, database name is 'demo' :

##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################

###########################################
# Cache and I/O
###########################################
db_block_size=8192
db_file_multiblock_read_count=16

###########################################
# Cursors and Library Cache
###########################################
open_cursors=300

###########################################
# Database Identification
###########################################
db_domain=""
db_name=demo

###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=d:\demo\bdump
core_dump_dest=d:\demo\cdump
user_dump_dest=d:\demo\udump

###########################################
# File Configuration
###########################################
control_files=("d:\demo\data\control01.ctl", "d:\demo\data\control02.ctl", "d:\demo\data\control03.ctl")

###########################################
# Job Queues
###########################################
job_queue_processes=10

###########################################
# Miscellaneous
###########################################
compatible=10.2.0.1.0

###########################################
# Processes and Sessions
###########################################
processes=150

###########################################
# SGA Memory
###########################################
sga_target=571473920

###########################################
# Security and Auditing
###########################################
audit_file_dest=d:\demo\adump
remote_login_passwordfile=EXCLUSIVE

###########################################
# Shared Server
###########################################
dispatchers="(PROTOCOL=TCP) (SERVICE=demoXDB)"

###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
pga_aggregate_target=189792256

###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO
undo_tablespace=UNDODEMO


thanks,

have a nice day..............


No comments: