Hi all,
I have a small problem using oracle pl sql. I have a sql file with some cursor, etc, and the treatement fail but with no details. I have an idea about the problem (a function with parameters) but I would like to see the parameter for each call, to be able to debug, to see exactly with wich parameter fail. This is the message:
DECLARE
*
ERROR at line 1:
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at line 165
ORA-06512: at line 260
Is there something to set to be able to see some details ?
I'm launching my treatement like this
sqlplus -L $ORA_CONNECT @$FIC_REQ
Thanks.
Best regards, C.C.