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

Error Description:
Expression "string" is inappropriate as the left hand side of an assignment statement

Error Cause:
The expression does not designate a variable that can have a value assigned to it. For example, the function SYSDATE cannot appear on the left hand side of an assignment statement such as SYSDATE := "01-JAN-1990";.

Action:
Correct the illegal assignment statement.


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