Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Is it possible to replicate Views or Materialized View to Tables?

Hi *,
i haven't used OGG before but have requirements on customer side to replicate from a Oracle Source Database Views and Materialized View to Tables.
I have on the source side multiple Tables, to replicate those objects also to Tables on the Destination (also Oracle Database) side shouldn't be a problem (i think). But the customer has also Views and Materialized Views on the Source Database. The question is:
Is it possible to replicate the source Views and Mat. Views to Tables (1:1 Transform) so that i have on the Destination side Tables instead of the Views/Mat. Views.
Best regards
Yavuz
Answers
-
Hi Yavuz,
Please check the below link,
Check the below one,
Tables, Views, and Materialized Views
Regards,
Veera
-
Hi,
thanks for your answer. This is,when i understood it correctly from the document, about the Table, View and Materialized View support of Oracle Golden Gate.
My question was more in the direction of: Is it possible to capture data from a View on the Source side and put it in a Table on the Target side.
best regards
Yavuz
-
Yavuz,
Yes it is possible. You need to map the underlying table of the view and not the view itself( from Source) to the View on the Target Side. Then replication of the view is possible as long as the structures of the source tables and a target view are identical.
Regards
Gururaj