I had one table in sqlserver2008 and same table in oracle10g. I want to sync table data for every 10min from sqlserver to oracle.
i did through sqlserver management studio ---> sql server import / export wizard. Thing is here deleting table and again it's recreating . this won't help me bec i had more than 10000 records / day,.
pls help out.. i want to know what are all the method we had to sync data from sqlserver tbl to oracle tbl.Subhash