分类: Oracle
2006-12-29 15:01:38
| 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. |
| Action: | You may do any of the following:
|