Oracle Installation Interview Questions and Answers - 2

Question: 6

Where is the Oracle directory tree structure are audit traces placed?

Audit traces are placed in the ORACLE_HOME/rdbms/audit directory.

Question: 7

What is SHMMAX?

SHMMAX is the maximum size of a shared memory segment on a Linux system.

Question: 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.

Question: 9

How do you view virtual memory statistics in Linux?

Virtual memory statistics are available through the vmstat command.

Question: 10

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.

Related Questions