syncronization of Databases
Hi,
I am having Oracle 10g Database and Microsoft SQL server databases. So data is coming in the night from each SQL server database to ORACLE 10G database(main DB).
This we are doing all through application code.
Now I want to ease the job by creating the DB link between SQL and oracle database.
I have created a link from SQL server to oracle database and I can select the tables from oracle database, but I can't update the tables while connected to SQL in oracle.
Please help me can I create DB link from Oracle to SQL server. If I create a database link from Oracle to SQL server, I think I will be able to insert records from SQL server to oracle database.
0