Overview
"CREATE TABLE" statement is made up of main 3 parts in Oracle. Relational table, Object table, XML type table.
ALTIBASE HDB does not support Object type and XML type.
So we can't describe object table, XML type table.
We only explain relational table.
|
- relational properties
- physical properties
- table properties
Relational properties
ALTIBASE HDB does not support functions listed below in relational properties.
- cluster
- column encryption
- virtual column
- Object Type
- XML Type
- supplemental logging
ALTIBASE HDB column definition is similar to Oracle's one.
The part of constraints is described in Constraint of Data conversion.
Comparison of Functionality
Comparison of Oracle with ALTIBASE HDB about Storage clause is described as below.
Oracle |
ALTIBASE HDB |
Comments |
---|---|---|
SEGMENT CREATION [ IMMEDIATE | DEFERRED ] |
|
not supported |
INITIAL |
INITEXTENTS |
|
NEXT |
NEXTEXTENTS |
|
MINEXTENTS |
MINEXTENTS |
|
PCTINCREASE |
MAXEXTENTS |
|
FREELISTS |
|
not supported |
FREELIST |
|
not supported |
BUFFER_POOL |
|
not supported |
FLASH_CACHE |
|
not supported |
COMPRESS | NOCOMPRESS |
|
not supported |
Table properties
ALTIBASE HDB does not support as shown below in table properties.
- object type column properties
- nested table column properties
- varray column properties
- XML type column properties
- cache / nocache
- parallel clause (This feature is different with ALTIBASE HDB)
- global partitioned index
- row movement clause
- flash back clause
- SECUREFILE is not supported in LOB storage.