Login  Register

Re: NLS Lookup Problem

Posted by ErmanArslansOracleBlog on May 08, 2015; 6:58am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/NLS-Lookup-Problem-tp341p344.html

I think that ; the mesage "No data found for upload" may be actually caused by ORA-01403 which is No Data Found Oracle Error. On the other hand, FNDLOAD may masking the ORA error messages..

FNDLOAD may be selecting from some TL tables , and can not find what it needs.
Something like this : EBS 12.1.3 Upgrade Fails at ap12alu.ldt With ORA-01403: No Data Found (Doc ID 1595582.1)  -- this is for 12.1.3 but your case may be similar.

Set the event in the database; and send me the trace file.. If it is really caused by ORA-01403 , we can see it in the trace.. we can see the failing sql and values too..

event = "1403 trace name errorstack: 10046 trace name context forever, level 12"