Hi,
Slightly different question; using Oracle 10G (10.2.0.4) on Windows Server 2003 32-bit, is it possible to use PRE_PAGE_SGA=TRUE (with ORA_LPENABLE set in the registry) when using the Oracle parameter use_indirect__data_buffers=true ?
I have left the AWE WINDOW size as default 1GB. I have the following in my boot.ini and the host has two CPU's and 12GB RAM.
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect /PAE /3GB
Here is the pfile contents. I expect to have up to 200 concurrent connections to the database;
*.audit_file_dest='C:\admin\BUILD01\adump'
*.background_dump_dest='C:\admin\BUILD01\bdump'
*.compatible='10.2.0.4.0'
*.control_files='D:\ORADATA\BUILD01\CONTROLFILE\O1_MF_3WFGNROL_.CTL'
*.core_dump_dest='C:\admin\BUILD01\cdump'
*.cursor_sharing='SIMILAR'
*.db_block_size=8192
*.db_block_buffers=1179648
*.db_create_file_dest='D:\ORADATA'
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='BUILD01'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=BUILD01XDB)'
*.java_pool_size=16M
*.job_queue_processes=5
*.large_pool_size=100M
*.nls_language='ENGLISH'
*.nls_territory='UNITED KINGDOM'
*.open_cursors=300
*.pga_aggregate_target=600M
*.plsql_code_type='INTERPRETED'
*.pre_page_sga=true
*.processes=350
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_target=0
*.sga_max_size=0
*.shared_pool_size=600M
*.timed_statistics=TRUE
*.undo_management='AUTO'
*.undo_retention=900
*.undo_tablespace='UNDOTBS1'
*.use_indirect_data_buffers=true
*.user_dump_dest='C:\admin\BUILD01\udump'
*.workarea_size_policy='AUTO'
Thanks, Richard.