AWE Memory implementation on Windows 2003
Hi guys,
I am currently planning to implement the AWE memory on on of my db in Windows 2003 enterprise edition server.Database version is 9.2.0.8.0.
I had come accross document on Implementing Address Windowing Extensions (AWE) or VLM on Windows Platforms (Doc ID 225349.1).
I think there are few steps that is needed in order to implement this.
So I roughly prepare some steps , so hopefully you guys can comment on this.
1.add registry key ; AWE_WINDOW_MEMORY
2.set USE_INDIRECT_DATA_BUFFERS=TRUE
3.unset db_cache_size
4.set db_block_buffers
5.restart db.
Is the steps is correct, or is there any other additional steps that I missed out?