Oracle Database 11g: Tablespace management Oracle 11g Tablespace management is one of the important tasks of a database administrator.Before learning how to manage tablespaces lets understand what is tablespace. A tablespace is one of...
The CREATE TABLESPACE statement is used to create a tablespace in Oracle database where schema objects are stored. The CREATE TABLESPACE statement can be used to create the 3 kinds of tablespaces: Permanent Tablespace...