meta data for this page
CREATE DATABASE
Syntax (partial)
CREATE {DATABASE | SCHEMA} ... [PAGE_SIZE [=] <size>] ... [DIFFERENCE FILE 'filepath'] <size> ::= 1024 | 2048 | 4096 | 8192 | 16384
16 Kb page size supported
Changed in: 1.0
Description
The maximum database page size has been raised from 8192 to 16384 bytes.
DIFFERENCE FILE parameter
Added in: 2.0
Description
For a full description of this parameter, see ALTER DATABASE :: ADD DIFFERENCE FILE.