QUESTION POSED ON: 01 May 2008
I have 2 databases, one in Oracle 8i and the other in Oracle 10g. I have to create views/materialized views in Oracle 10g to access and modify the tables in Oracle 8i using db links. The views created in Oracle 10g are transactional, i.e, DMLs are performed frequently. The views can be simple and complex views and will hit 50-60 tables in Oracle 8i.
The question is: Is it a feasible solution to have views/materialized views created in one database and have them access 50 tables in another database through db link, considering that there will be DMLs happening every day?
|