| |
GeekInterview.com > Interview Questions > Oracle > Database Administration
| Print | |
Question: Dump Destination
Answer: What is dump destination? What are bdump, cdump and udump? Explain in detail. |
| October 10, 2009 13:46:44 |
#4 |
| anurag2202 |
Member Since: October 2009 Total Comments: 1 |
RE: Dump Destination |
The dump destination is: Oracle_home/admin/<SID>
The UDUMP specifies user dump directory where all the user related information is stored in the form of trace file.
The BDUMP specifies background dump directory where background processes information and error logs are stored in the form of alert log file.
The CDUMP specifies core dump directory where all the information related to core operations performed by oracle is stored. |
| |
Back To Question | |