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

Home -> Community -> Usenet -> c.d.o.server -> Re: SGA

Re: SGA

From: noumian <n.noumia_at_gmail.com>
Date: Fri, 30 Nov 2007 00:22:55 -0800 (PST)
Message-ID: <4db474f4-f18d-4f62-b109-ef88d95025da@f3g2000hsg.googlegroups.com>


here is my init.ora.10272007144620

##############################################################################
# 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=lanit
db_name=sim

###########################################
# Diagnostics and Statistics
###########################################

background_dump_dest=C:\oracle\product\10.2.0/admin/sim/bdump
core_dump_dest=C:\oracle\product\10.2.0/admin/sim/cdump
user_dump_dest=C:\oracle\product\10.2.0/admin/sim/udump


###########################################
# File Configuration
###########################################
control_files=("C:\oracle\product\10.2.0\oradata\sim\control01.ctl", "C:\oracle\product\10.2.0\oradata\sim\control02.ctl", "C:\oracle \product\10.2.0\oradata\sim\control03.ctl") db_recovery_file_dest=C:\oracle\product\10.2.0/flash_recovery_area db_recovery_file_dest_size=2147483648

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

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

###########################################
# NLS
###########################################
nls_language="RUSSIAN"
nls_territory="RUSSIA"

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

###########################################
# SGA Memory
###########################################
sga_target=219152384

###########################################
# Security and Auditing
###########################################
audit_file_dest=C:\oracle\product\10.2.0/admin/sim/adump audit_trail=DB
remote_login_passwordfile=EXCLUSIVE

###########################################
# Shared Server
###########################################
dispatchers="(protocol=TCP)"
shared_servers=100

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

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

i dont know if iam starting witg pfile or spfile how to choose it?
i have done the 'create spfile from pfile' where is the location of my spfile?

am still trying to start and i am still having : ORA-00824: cannot set sga_target due to exixting internal settings, see alert log for more information Received on Fri Nov 30 2007 - 02:22:55 CST

Original text of this message

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