Quick Search:
 
 Oracle Database Error: PLS-00218      [Return To Oracle Error Index] Jump to:  
Oracle Error: PLS-00218

Error Description:
A variable declared NOT NULL must have an initialization assignment

Error Cause:
In general, variables that have no initialization clause in their declaration are automatically initialized to NULL. This is illogical for NOT NULL variables; therefore, an initialization clause is required.

Action:
Add an initialization clause to the variable declaration. If the initilization is too complicated for the syntax, one can add a function call (in a later release).


There haven't been any comments added for this error yet. You may add one if you like.  Add a comment 
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org