ORA-01405
ORA-01405: fetched column value is NULL
Cause: The INTO clause of a FETCH operation contained a NULL value, and no indicator was used. The column buffer in the program remained unchanged, and the cursor return code was +2. This is an error unless you are running Oracle with DBMS=6, emulating version 6, in which case it is only a warning.
Hi all, i am getting an error on one DB but on another DB i am not getting this ..
Can anyone tell me why this error is coming on one machine and on the other it is not coming ..Is it environment issues(WINDOWS ,LINUX etc ) or ORACLE problem ?
If so can you tell me how to rectify this problem...