InterviewSolution
Saved Bookmarks
| 1. |
What Is A Temporary Segment? |
|
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. 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. |
|