Hi guys,
I am using ORACLE Connector stage.
For upsert If i use Insert then update it works fine, however as my files has updates more then insert it takes too much time.
So i Changed it to Update then insert. Now the problem is when it fails to update the rows rather then inserting it sends it to reject link.
Any idea on why ???
Oracle connector UpSert rejects some records
Moderators: chulett, rschirm, roy
-
gaurang033
- Participant
- Posts: 26
- Joined: Mon Oct 17, 2011 6:00 am
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
-
gaurang033
- Participant
- Posts: 26
- Joined: Mon Oct 17, 2011 6:00 am
To nagarjuna
It rejects with the error text as "Row not updated" with error code "0" which says successful completion.
To jreddy
Before this load job i have Transformer job where i m taking CDC, finding which are update and insert and then merging them.
The thing is my insert then update works fine, it updates all the row which are already exist.
But update then insert rejects all the new rows rather then inserting it.
For me oracle connector stage is behaving in a weird manner. Any solution where all these rows are get inserted.
It rejects with the error text as "Row not updated" with error code "0" which says successful completion.
To jreddy
Before this load job i have Transformer job where i m taking CDC, finding which are update and insert and then merging them.
The thing is my insert then update works fine, it updates all the row which are already exist.
But update then insert rejects all the new rows rather then inserting it.
For me oracle connector stage is behaving in a weird manner. Any solution where all these rows are get inserted.
