Hi,
Have read the Oracle oracle8/server.815/a67842/06_errs.htm documentation on raising exceptions but am curious. Can you put in ANY text you want when raising your error ?
In a trigger for example is ...raise_application_error(-20999,'VMFG-32092 Check with Purchasing Exceeds Early Need Date');
just as valid as .... raise_application_error(-20999,'VMFG-32092 Check with purchasing');
Am not sure what table these error's are stored in(or if they need to be). Think they don't.
Am getting an SQL Error 25530, not found in ERROR.SQL file.
error in my application and was wondering if the exact raise_application_error message needed to be the ERROR.SQL file.
Thanks, Steve.
Have read the Oracle oracle8/server.815/a67842/06_errs.htm documentation on raising exceptions but am curious. Can you put in ANY text you want when raising your error ?
In a trigger for example is ...raise_application_error(-20999,'VMFG-32092 Check with Purchasing Exceeds Early Need Date');
just as valid as .... raise_application_error(-20999,'VMFG-32092 Check with purchasing');
Am not sure what table these error's are stored in(or if they need to be). Think they don't.
Am getting an SQL Error 25530, not found in ERROR.SQL file.
error in my application and was wondering if the exact raise_application_error message needed to be the ERROR.SQL file.
Thanks, Steve.