We load data from table TRITON_OUDW.LZ_OM_AR_DETAIL to TRITON.DV_OM_AR_DETAIL
using minus merge and have 1 Row level trigger on table TRITON.DV_OM_AR_DETAIL
that Insert/update the History table TRITON.DV_OM_AR_DETAIL_HST
Below error we got while loading data into TRITON.DV_OM_AR_DETAIL and trigger is fired that got this error :-
-20000-ORA-20000: Updating: :OLD.DV_ETL_JOB_EXEC_PLAN_MEMBER_ID=2128411, :OLD.ORIGIN = AR :OLD.LINE_ID = 103309735 :OLD.DIST_ID = 887766577 - ORA-01722: invalid number ORA-06512: at "TRITON.DV_OM_AR_DETAIL_UDI", line 331 ORA-04088: error during execution of trigger 'TRITON.DV_OM_AR_DETAIL_UDI'
---------------------------------------------------------------------
Steps Tried:-
1. Tried to get only error record in DV and disable all the columns.
Solution :-
https://community.oracle.com/thread/3903593
http://stackoverflow.com/questions/19273610/to-charnumber-function-returns-ora-01722-invalid-number
using minus merge and have 1 Row level trigger on table TRITON.DV_OM_AR_DETAIL
that Insert/update the History table TRITON.DV_OM_AR_DETAIL_HST
Below error we got while loading data into TRITON.DV_OM_AR_DETAIL and trigger is fired that got this error :-
-20000-ORA-20000: Updating: :OLD.DV_ETL_JOB_EXEC_PLAN_MEMBER_ID=2128411, :OLD.ORIGIN = AR :OLD.LINE_ID = 103309735 :OLD.DIST_ID = 887766577 - ORA-01722: invalid number ORA-06512: at "TRITON.DV_OM_AR_DETAIL_UDI", line 331 ORA-04088: error during execution of trigger 'TRITON.DV_OM_AR_DETAIL_UDI'
---------------------------------------------------------------------
Steps Tried:-
1. Tried to get only error record in DV and disable all the columns.
Solution :-
https://community.oracle.com/thread/3903593
http://stackoverflow.com/questions/19273610/to-charnumber-function-returns-ora-01722-invalid-number