Search This Blog

Friday, January 14, 2022

Oracle / PLSQL: Tablespaces

 

Oracle / PLSQL: Tablespaces

A tablespace is an allocation of space in an Oracle database where schema objects are stored.

The following is a list of topics that explain how to use Tablespaces in Oracle/PLSQL:

Create a Tablespace

Modify a Tablespace (or datafiles/tempfiles associated)

Remove a Tablespace

Default Tablespaces for Database

No comments:

Post a Comment

PL/SQL - Collections

A collection is an ordered group of elements having the same data type. Each element is identified by a unique subscript that represents its...