Oracle Installation and Unix Question
25. | What is dynamic Intimate shared Memory (DISM)? |
---|---|
|
|
26. | How can you execute UNIX commands from SQL plus? |
---|---|
You can use the host command to execute the UNIX commands from SQL plus. | |
27. | Which command would you use to check how many memory segments are acquired by Oracle instances? |
---|---|
You can use the ipcs –m UNIX command to check the memory segments that are acquired by Oracle instances. | |
28. | Give the command to list the files in the UNIX directory to list hidden files? |
---|---|
The ls –ltra | |