I have two excel files(say XL1, XL2) with same structure.
1) Part of XL1 data may exist in XL2 with few column values changed(modifie d field values)
2) Few records of XL1 may be delted in XL2(deleted)
3) New records may be added in XL2(newly added)
Task
-----
I need to load two excel into two different tables in the same (Oracle) database and compare the same and need to give output as
a)Modified records(Primary _Key_Field_Valu e, XL1 value(old value), XL2 value(New value)
b)New(Inserted) records which are present in XL@ but not in XL1
c)Old(Deleted) records which are present in XL! but not in XL2.
1) Part of XL1 data may exist in XL2 with few column values changed(modifie d field values)
2) Few records of XL1 may be delted in XL2(deleted)
3) New records may be added in XL2(newly added)
Task
-----
I need to load two excel into two different tables in the same (Oracle) database and compare the same and need to give output as
a)Modified records(Primary _Key_Field_Valu e, XL1 value(old value), XL2 value(New value)
b)New(Inserted) records which are present in XL@ but not in XL1
c)Old(Deleted) records which are present in XL! but not in XL2.
Comment