0% found this document useful (0 votes)
21 views

Allocate 32 Bits Mas4gb

allocate_32_bits_mas4Gb

Uploaded by

Jorge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Allocate 32 Bits Mas4gb

allocate_32_bits_mas4Gb

Uploaded by

Jorge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Implementing Address Windowing Extensions (AWE) or VLM on 32-bit Windows Platforms

(Doc ID 225349.1)

Microsoft Windows Server 2003 R2

ORA-27300 ORA-27301 ORA-27302 Not enough storage is available to process this


command

ORA-7445 [ACCESS_VIOLATION] [unable_to_trans_pc] [UNABLE_TO_WRITE] ORA-27301: OS


failure message: Not enough storage ORA-27300 ORA-27302 (Doc ID 466370.1)

alter system set shared_pool_size=320M scope=spfile;


alter system set shared_pool_reserved_size=32M scope=spfile;
alter system set db_block_buffers=140800 scope=spfile;
alter system set use_indirect_data_buffers=TRUE scope=spfile;
alter system set sga_target=0 scope=spfile;

// Asignar 1100 a la cache size. No se puede user db_cache_size, hay que usar
db_block_buffers. NO se puede utilizar sga_target, hay que poner
use_indirect_data_buffers a TRUE

SQL> select 1100*1024*1024/8192 from dual;

1100*1024*1024/8192
-------------------
140800

En la m�quina windows hay que poner en el boot.ini:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise"


/noexecute=optout /fastdetect /redirect /3GB /PAE

Tambi�n se puede probar a bajar la cache a menos de 1 Gb. En este caso la


db_block_buffers

You might also like