Case study - TechRepublic
General discussion
July 9, 2001 at 06:29 AM
anandvp

Case study

by anandvp . Updated 24 years, 11 months ago

i have to migrate data from sql server to oracle using sqlldr. my problem is that when performing this operation i have to check for validity.
eg. i have a table emp(empno pk,salesfig). if data is available it has to be updated based on the empno, else new record has to be inserted.
how do i do this?

This discussion is locked

All Comments