Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Dbvisit Replicate can replicate on different levels. It can replicate:

  • Whole database (except sys and system objects).
  • Whole schemas.
  • Individual tables.
  • PL/SQL

Dbvisit Replicate replicates both:

  • DML (data changes)
  • DDL Not all DDL is supported. For example create tablespace is not supported. DDL is only supported for Oracle target database.(structure changes)

Dbvisit Replicate does NOT replicate:

  • Triggers
  • Constraints
  • Views
  • Sequences
  • Database structure
  • ALTER DATABASE commands
  • ALTER SYSTEM commands
  • No labels