Hi guys,
I need to update data from one table in database A to on the other database B. The requirement is to update it automatically at 12:00 in the mid-night everyday. Database A is MS SQL Server , and database B is Oracle database.
What's the best to implement it? thinking to use trigger, am I right? Can you please provide me with basic idea about scheduling the job.
Thanks in advance for any advice.