oracle11g - 100 : ORA-01403: no data found in Oracle APEX 5.0 while importing file -
i have created 2 separate data imports using data loading feature in oracle apex. let's 1 importing csv file table doesn't have primary key , 2 importing csv file table has primary key required. important mention value automatically generated oracle database:
"id" number generated identity minvalue 1 maxvalue 9999999999999999999999999999 increment 1 start 1 cache 20 noorder nocycle not null enable,
so, 2 imports work fine, 1 no error , correct number of rows imported. 2 have notification 29 rows imported error import failed exact 29 rows. in database fine user error every row:
100 : ora-01403: no data found
tell me, what's problem oracle apex shows error? how fix or disable user not confused. thanks. @ final step of data load process error looks this:
sequence action error other_columns 1 insert 100 : ora-01403: no data found other_columns_data
Comments
Post a Comment