Oracle Installation and Unix Question
5. | Which command would you use to see how many processes are running in UNIX? |
---|---|
You can use the ps command to see the currently running processes in UNIX. | |
6. | What is vmstat? |
---|---|
The vmstat command in UNIX can be used to get the reports on resource usage, such as virtual memory, disks, and CPU activities. | |
7. | How do you view virtual memory statistics in Linux? |
---|---|
Virtual memory statistics are available through the vmstat command. | |
8. | What are the benefits of using huge page memory for SGA? |
---|---|
Huge page memory is used for SGA if you have sufficient space in the huge page memory, which cannot be paged out; and therefore,, it improves the performance of Oracle. | |