What is the difference between alert log file and trace
file ?
Answer / rutu
Alert log file is found at the background dump directory specified by the background_dump_dest parameter. Alert log file logs the information like startup or shutdown information of the database,admin activities and its all done by the server process.
Example suppose you are away from monitoring database and database stop running or shutdown or restarted the information and the ora error messages will be checked by the alertlog file.
Trace file is found at the user dump directory specified by the user_dump_dest parameter. Trace file logs the information about user activities or the information about any internal error occurs at the database and its a user process.
| Is This Answer Correct ? | 43 Yes | 6 No |
What is the difference between RBBMS & DBMS?
What is an oracle cursor variable?
Explain what are the advantages of views?
What is a nvl function?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Explain the use of full option in exp command.
How many types of synonyms in Oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Is there any function in oracle similar like group_concat of mysql?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
what is candidate key & super key
What is Database Trigger ?