updating tables from one database to other
i have a production database running in unix and one temporary database running in windows. i have few tables in temporary database . i need to update this temporary database through prouction table at a scheudled time. i need to update the table. right now i am doing it through dblink. can i use data integrator for this purpose or any other solution
0