1830908 Members
1723 Online
110017 Solutions
New Discussion

Memory Windows

 
SSP_1
Regular Advisor

Memory Windows

Hi,

hpux11i
Superdome Arch.
oracle8.1.7


I have enabled memory windows feature on our superdome hp servers. There are 4 databases and have edited the file /etc/ser*.window. But how effectively can I come to know whether it's using memory windows feature or not.


Obstacles exist to challenge you to keep going. Not to quit.
2 REPLIES 2
T G Manikandan
Honored Contributor

Re: Memory Windows

Hello,
memwin_stats -w should give the status.

check for the document
/usr/share/doc/mem_wndws.txt file

Thanks
Wodisch
Honored Contributor

Re: Memory Windows

Hi,

the "/etc/services.window" is only a textfile to associate names with the windows ids (=numbers). The whole job is done by the command "set_memwindow", so you HAVE to start all the processes for one applications/database with the SAME id, especially the "listeners".

The "memwin_stats" is rather helpful!

Just my $0.02,
Wodisch