|
Re: What is the functionality of SYSTEM table space
system tablespace will store complete information about database in the form of base tables.
since base tables(i.e system tablespace) will be accessed all the time it is not recommended to grant quotas for normal users on this
|