...
- Whole database (except sys and system objects).
- Whole schemas.
- Individual tables.
- Partial tables. Filtering can be done by row level.
- Partial tables. Certain columns can be excluded.
- PL/SQL (1)
Dbvisit Replicate replicates both:
- DML (data changes)
- DDL Not all DDL is supported. For example create tablespace is not supported. DDL DDL is only supported for when the target is an Oracle target database.(structure changes)
Dbvisit Replicate does NOT replicate:
- Triggers
- Global Temporary Tables
- Constraints
- Sequences
- Database structure
- ALTER DATABASE commands
- ALTER SYSTEM commands
...
Note | ||
---|---|---|
| ||
PL/SQL replication works as follows:
|
...
|
Note | ||
---|---|---|
| ||
By default certain objects are excluded. The Oracle Compression Advisor creates tables with name like DBMS_TABCOMP_TEMP_CMP . These tables are automatically excluded from replication.
|