1.

Name A Tablespace, Which Is Automatically Created When You Create A Database.

Answer»

The SYSTEM tablespace is created automatically during database creation. It contains data DICTIONARY OBJECTS. All data stored on BEHALF of stored PL/SQL program UNITS (procedures, functions, packages, and triggers) resides in the SYSTEM tablespace, which is always online when the database is open.

The SYSTEM tablespace is created automatically during database creation. It contains data dictionary objects. All data stored on behalf of stored PL/SQL program units (procedures, functions, packages, and triggers) resides in the SYSTEM tablespace, which is always online when the database is open.



Discussion

No Comment Found