PLS-00363: expression 'string' cannot be used as an
assignment target



PLS-00363: expression 'string' cannot be used as an assignment target..

Answer / guest

Cause: A literal, constant, IN parameter, loop counter, or
function call was mistakenly used as the target of an
assignment. For example, the following statement is illegal
because the assignment target, 30, is a literal: SELECT
deptno INTO 30 FROM dept WHERE ... -- illegal

Action: Correct the statement by using a valid assignment
target.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Oracle Errors Interview Questions

UDE-00004: operation generated ORACLE error number

1 Answers  


ORA-27366: job "string.string" is not running

1 Answers  


PLS-00718: type of attribute 'string' does not allow modifications to the attribute

1 Answers  


ORA-02067: transaction or savepoint rollback required

1 Answers  


RMAN-06083: error when loading stored script string

1 Answers  


ORA-09265: spwat: error temporarily suspending process

1 Answers  


ORA-27093: could not delete directory

1 Answers  


ORA-13505: SYSAUX tablespace can not be made read only

1 Answers  


ORA-02832: Segment deallocation failed - segment not on list

1 Answers  


ORA-06600: LU6.2 Driver: SNA software is not loaded

1 Answers  


PLS-00728: the limit of a VARRAY can only be increased and to a maximum 2147483647

1 Answers  


ORA-00348: single-process redo failure. Must abort instance

1 Answers  


Categories