InterviewSolution
Saved Bookmarks
| 1. |
Explain What Are The Dictionary Tables Used To Monitor A Database Spaces? |
|
Answer» DBA_DATA_FILES is VIEW to SHOW the SPACE for the tablespace if you want the CALULATE the space of the database the all tablespace size is the database size. DBA_DATA_FILES is view to show the space for the tablespace if you want the calulate the space of the database the all tablespace size is the database size. |
|