Home » Developer & Programmer » Reports & Discoverer » ORA-24323
|
Re: ORA-24323 [message #169843 is a reply to message #169836] |
Sat, 29 April 2006 05:15  |
 |
Littlefoot
Messages: 21825 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
It means tnat a null or invalid value was passed in for a mandatory parameter. Therefore, check that all mandatory parameters are properly initialized.
Null value is self-explanatory, but "valid value" could be, for example, the situation in which parameter is NUMBER and sometimes you pass numeric values to it (0, 1, 2, ..., 9) and sometimes character (A, B, ...) becuase you run out of possible numbers for that database column (declared as VARCHAR2(1) but populated with numbers 0, 1, ... 9. When you needed another one, you entered A, B, etc. which was OK for the database, but wrong as an input parameter.
|
|
|
Goto Forum:
Current Time: Wed Jul 16 03:50:42 CDT 2025
|