The unsupported datatypes are:
- BINARY FLOAT
- BINARY_DOUBLE
- TIMESTAMP WITH TIMEZONE (TZR) and (TZD)*
- ROWID
- UROWID
- ANYDATA
- ANYTYPE
- ANYDATASET
- XMLTYPE
- URITYPE
- SDO_GEOMETRY
- SDO_GEORASTER
- SDO_TOPO_GEOMETRY
- ORD_DICOMSECUREFILE LOBs
The following script can help determine if the tables in your schema contain unsupported datatypes:
Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Unsupported LOB options (11g SecureFiles):
Column | ||
---|---|---|
| ||
|
width | 95 |
---|
bgColor | CCC |
---|
from dba_lobs
where encrypt not in ('NO','NONE')
or compression not in ('NO','NONE')
or deduplication not in ('NO','NONE');
- Some SECUREFILE LOBs operations (see below)
- 32K VARCHAR (Oracle 12.1)
*TIMESTAMP with TIMEZONE expressed as offsets are supported.
A SQL query can be run to determine if there are any datatypes that will not be supported by Dbvisit Replicate.