PL/SQL replication works as follows: - Dbvisit Replicate does not support creating the initial copy of the PL/SQL code. The initial copy must be manually exported from the source database and imported to the target altogether with instantiated data. You may use DataPump or legacy Exp/Imp.
- Dbvisit Replicate replicates all alter/drop procedure/function/package/package body commands. Dbvisit Replicate does not replicate the actual code, Dbvisit Replicate replicates all DDLs for it.
- Dbvisit Replicate currently does not replicate triggers, java, types, objects, synonyms, indextypes, mining models, editions, assemblies, flashback archives.
|