Oracle Developer Question:

What is a Temporary Segment?

Oracle Developer Interview Question
Oracle Developer Interview Question

Answer:

Temporary segments are created by ORACLE when a SQL statement needs a temporary work area to complete execution. When the statement finishes execution, the temporary segment extents are released to the system for future use.


Previous QuestionNext Question
Explain What are the uses of Rollback Segment?What is Data File?