|
Re: What is the functionality of SYSTEM table space
hi system tablespace is where all the data dictionary tables, views reside and system tablespace cannot be taken offline and if any user is not assigned any default tablespace then the default location to store data is system tablespace as the system tablespace keeps growing the performance of the DB degrads. so no users are assigned system tablespace.
|