Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-27102: out of memory

user568681Aug 27 2010 — edited Aug 31 2010
i have oracle 10.2.0.1 with sga 1.7 and windows 2003 enterprise edition 32bit; with 12GB RAM and /PAE
however i need my sga with 6GB but when i startup my dbatabase i recive these message...

ORA-27102: out of memory
OSD-00029: additional error information
O/S-Error: (OS 8) Not enough storage is available to process this command.

i have been configurate:

/3GB /PAE IN boot ini;
i delete SGA_target AND sga_MAX_SIZE;

I AGREGATE IN pfile

use_indirect_data_buffers=true
db_block_buffers=805306368
in REGEDIT
AWE_WINDOW_MEMORY = 1GB
but with these configuration not startup;
i created my spfile from pfile ...
please i need your help...
FCRUZ...

---- these is my pfile----



use_indirect_data_buffers=true
db_block_buffers=805306368
java_pool_size=8388608
large_pool_size=8388608
shared_pool_size=3221225472
streams_pool_size=0
*.audit_file_dest='C:\oracle\product\10.2.0/admin/RR/adump'
*.background_dump_dest='C:\oracle\product\10.2.0/admin/RR/bdump'
*.compatible='10.2.0.1.0'
*.control_files='C:\oracle\product\10.2.0\oradata\RR\control01.ctl','C:\oracle\product\10.2.0\oradata\RR\control02.ctl','C:\oracle\product\10.2.0\oradata\RR\control03.ctl'
*.core_dump_dest='C:\oracle\product\10.2.0/admin/RR/cdump'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='RR'
*.db_recovery_file_dest='C:\oracle\product\10.2.0/flash_recovery_area'
*.db_recovery_file_dest_size=10737418240
*.dispatchers='(PROTOCOL=TCP) (SERVICE=RXDB)'
*.job_queue_processes=10
*.open_cursors=300
*.pga_aggregate_target=524288000
*.processes=150
*.remote_login_passwordfile='EXCLUSIVE'
*.undo_management='AUTO'
*.undo_tablespace='UNDOTBS1'
*.user_dump_dest='C:\oracle\product\10.2.0/admin/RR/udump'
This post has been answered by CKPT on Aug 31 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2010
Added on Aug 27 2010
9 comments
1,241 views