Step 3 - Specify Schemas and Tables

The third step is to choose the schemas and tables to be replicated. You can specify coma separated list of multiple tables or/and schemas.

For more information about step-3 click here

Step 3 - Replicated tables
========================================
The third step is to choose the schemas and tables to be replicated. If the databases are reachable, the tables are checked for existence, datatype
support, etc., schemas are queried for tables. Note that all messages are merely hints/warnings and may be ignored if issues are rectified before the scripts are actually executed.

Following tables are defined for replication pairs:
1: orcl_src (Oracle) ==> orcl_tgt (Oracle), DDL: Yes, suffix: (no suffix), prepare: single-scn
No tables defined.
                                                     
Enter number of replication pair to modify it, or "done": [1]                                                            

Please enter list of all individual tables to be replicated. Enter schema name(s) only to replicate all tables in that schema. Use comma or space to delimit the entries.

Enter the tables and schemas: [] SCOTT                                                                                   
Selected schemas: SCOTT
Add more tables or schemas? (Yes/No) [No]                                                                                

To replicate changes of PL/SQL objects in schema(s), please enter the schemas to be replicated. Note that specifying
any entry will cause additional privileges to be granted to dbvrep. Enter through a comma or space-delimited list.
Enter the list of schemas (PL/SQL): []                                                                                   

You can also specify some advanced options:
1. Exclude some tables from schema-level replication
2. Rename schemas or tables.
3. Specify filtering conditions.
4. (Tables only) Configure Change Data
Capture; this does not maintain a copy of the source table, but logs all operations as separate entries. This is useful for ETL or as an audit trail. This usually requires adding of new columns (timestamps, old/new values etc.) to the target table.
Specify rename name, filter condition  or audit for any of the specified schemas? (Yes/No) [No]                            
(PREPARE_SCHEMA_EXCEPTIONS) - Specify tables to exclude from PREPARE SCHEMA, if any: []                                   

Following tables are defined for replication pairs:
1: orcl_src (Oracle) ==> orcl_tgt (Oracle), DDL: Yes, suffix: (no suffix), prepare: single-scn SCOTT(tables)
Enter number of replication pair to modify it, or "done": [done]