Support Coverage and Specifications
Check the support scope and details of the migration features provided by OwlDB.
Supported databases
Oracle 11g, 12c, 18c, 19c
Tibero 7
Supported objects
OwlDB migration migrates all Independent Objects and Dependent Objects at once. It does not support selectively pulling down or excluding only IndependentObjects.
Constraint
Constraint
Supports migration for primary key, foreign key, check, and ref constraints.
Primary key index/constraint are all treated as constraints
Check constraint's expression uses sentences stored in Oracle's DD to generate DDL
Index
Index
R-TREE not supported
Domain Index not supported
Materialized
Materialized
-
Materialized View Log
Materialized View Log
-
Privilege
Privilege
-
PSM
PSM
-
Role
Role
-
Schema
Schema
-
Sequence
Sequence
-
Synonym
Synonym
-
Table
Table
Nested Table not supported
XML Table not supported
Tablespace
Tablespace
Increase the size of the tablespace by 20% -> Data migration may result in larger capacity than in TO-BE.
View
View
-
Data Conversion Types
This section describes the data types that are converted when migrating from Oracle to Tibero.
blob
BLOB
binary_float
BINARY_FLOAT
binary_double
BINARY_DOUBLE
character
CHAR
clob
CLOB
date
DATE
interval day to second
INTERVAL DAY(2) TO SECOND(6)
interval year to month
INTERVAL YEAR(2) TO MONTH
long
LONG
long raw
LONG RAW
nchar
NCHAR
nclob
NCLOB
number
NUMBER
nvarchar2
NVARCHAR2
rowid
ROWID
time
TIME
timestamp
TIMESTAMP
timestamp with time zone
TIMESTAMP WITH TIME ZONE
timestamp with local time zone
TIMESTAMP(6) WITH LOCAL TIME ZONE
varchar
VARCHAR
varchar2
VARCHAR2
xmltype
XMLTYPE
Last updated