InterviewSolution
Saved Bookmarks
| 1. |
You See Multiple Fragments In The System Tablespace, What Should You Check First? |
|
Answer» ENSURE that USERS don’t have the SYSTEM tablespace as their TEMPORARY or DEFAULT tablespace assignment by checking the DBA_USERS VIEW. Ensure that users don’t have the SYSTEM tablespace as their TEMPORARY or DEFAULT tablespace assignment by checking the DBA_USERS view. |
|