Answer Posted / sreddy1987
When Database terminated abnormally and when we restart the instance System Monitor(SMON) performs "crash recovery". While doing the crash recovery SMON rollbacks all the transactions which are not committed and roll forwards the committed transactions and invokes the db writer to write the data into database.
When user performs sorting, if sorting takes place in temporary table space that will be cleaned by SMON once the user activity done.
The adjacent free extents join into one single large extent.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is an Integrity Constrains in Oracle?
What is an Oracle Data Dictionary?
What are Oracle Schema Objects?
What is the function of Redo Log in Oracle?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
What is an Oracle Data Block?
Can a View based on another View in Oracle?
Can a Tablespace hold objects from different Schemes in Oracle?
Teradata: How can we know the indexed column in a table?
What is an oracle database schema?
What is an Oracle Data Segment?
What is an Oracle Rollback Segment?
How to define Data Block size in Oracle?
What is an Oracle SYSTEM tablespace and when is it Created?
What are the consideration at tehe migration of Oracle 9i to 10G.