Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Updating an Oracle Table from SQLServer
I have this SqlServer table and need a portion of that data in my
Oracle Table. This movement of data happens weekly.
I have this process for doing that. Here is some pseudocode of the process that I am employing:
Select the data from the SqlServer.
Loop over the SqlServer result set.
Query the Oracle table to see if the key exits.
If the key exists
Execute a Update Statement to Oracle Table Else Execute an Insert Statement to the Oracle TableEnd IF
I am looping over 44k records.
Anyone have any other ideas that i should look into?
Mike Received on Tue Mar 22 2005 - 11:51:09 CST
![]() |
![]() |