Quoting from Oracle documentation about logical storage structures:
A database must have the SYSTEM and SYSAUX tablespaces:
Why is it compulsory to have these tablespaces?
|
Quoting from Oracle documentation about logical storage structures:
Why is it compulsory to have these tablespaces? |
||||
|
|
|
Tradition and the ability for elegant failure degradation. As the database has evolved over 11 versions, important views and tables that maintain and support the database have been programmed into the two tablespaces. Furthermore, they represent a fantastic logical separation between the "NEVER EVER TOUCH" and the "third parties can put stuff here." From the docs:
Thus, while it's critical to have the |
|||||
|