PLS-00321: expression 'string' is inappropriate as the left
hand side of an assignment statement



PLS-00321: expression 'string' is inappropriate as the left hand side of an assignment st..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Oracle Errors Interview Questions

KUP-03013: OCI error getting database column scale.

1 Answers  


ORA-16539: task element not found

1 Answers  


SQL*Loader-00944: error preparing insert statement for table string.

1 Answers  


PLS-00145: duplicate external WITH CONTEXT specification in subprogram expression

1 Answers  


ORA-06537: OUT bind variable bound to an IN position

1 Answers  






ORA-31424: change table has active subscriptions

1 Answers  


ORA-12421: different size binary labels

1 Answers  


ORA-30934: 'string' (string node) cannot be inserted in parent 'string' (string node)

1 Answers  


ORA-02311: cannot alter with COMPILE option a valid type with type or table dependents

1 Answers  


ORA-32316: REFRESH FAST of "string"."string" unsupported after mixed DML

1 Answers  


PLS-00166: bad format for date, time or timestamp literal

1 Answers  


ORA-13332: invalid LRS point

1 Answers  


Categories