November 16, 2005 at 1:02 pm
Presently we run our programs(Processes) in Oracle applications which extracts the data and dumps into staging table.And later we initiate our DTS process(from SQL side) to copy the data into SQL server.This way we are having logistic issues like space and performance in Oracle side so instead of dumping into staging table in oracle side we wanted to dump directly into SQL server table as soon as the data is extracted through scheduled processes.
Is is possible to directly insert the data into SQL server?
If above is not efficient(not possible) can I use DTS?How does the DTS knows to start the process since both are in different databases.Can I have a logic to start DTS soon after my process completes in Oracle?
Your suggestions are greatly appreciated.
Thanks in advance.
November 16, 2005 at 2:23 pm
Yes, it is possible to do this in DTS...open up DTS designer and look at the transform data task, DDQ etc.
will be a good site to start from.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply