June 2018
Intermediate to advanced
478 pages
10h 52m
English
Tablespaces can be created by executing the CREATE TABLESPACE statement. The basic syntax for this statement is as follows:
CREATE<REGULAR | LARGE | SYSTEM TEMPORARY | USER TEMPORARY>TABLESPACE [TablespaceName]<PAGESIZE [PageSize] <K>>MANAGED BY AUTOMATIC STORAGE<AUTORESIZE [YES | NO]><INITIALSIZE [InitSize <K | M | G>]><INCREASESIZE [IncSize <PERCENT | K | M | G>]><MAXSIZE [NONE | MaxSize <K | M | G>]><EXTENTSIZE [ExtentPages | ExtentSize <K | M | G>]> <PREFETCHSIZE [AUTOMATIC | PrefetchPages |PrefetchSize <K | M | G>]><BUFFERPOOL [BufferPoolName]><<NO> FILE SYSTEM CACHING><DROPPED TABLE RECOVERY <ON | OFF>>
In the preceding code, the following applies:
Read now
Unlock full access