why ORA-00604 [message #371444] |
Thu, 19 October 2000 11:33 |
elvis
Messages: 3 Registered: October 2000
|
Junior Member |
|
|
Hi,
I have Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production for SunOs
I need help.
I have for any false sql-statement the ORA-Errors:
Example:
SQL>select sysdat from dual;
select sysdat from dual;
*
ORA-00604: error occurred at recursive SQL level 1
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at line 8
ORA-00904: invalid column name
SQL>
the error ORA-00904 is okay, but why the error ORA-00604 and ORA-01422 and....?????
Regards
Elvis
|
|
|