Streams:How to Replicate one table from one DB to other DB with different Schema names
Dear All,
Need some kind suggestion on below,
I need to replicate 1 table - from one Database to another Database using Streams.
Also,the schema names in both the DB's are different.(The DB names & Schema names are different but the Table name would be same on both the DBs)
How can i achieve this.
Kindly can anyone suggest on this.