What is a tablespace?
Posted by silpa on Mar 25 2007
Database is divided in logical storage units called table spaces, one or more data files form a table space.Data files contain all db data.
SYSTEM tablespace is automatically created when database is created.
Leave a Comment