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

PCB-00229: Indicator variable "string" has wrong type or length

1 Answers  


ORA-13022: polygon crosses itself

1 Answers  


PLS-00515: The type of the REF INTO variable 'string' must be REF to the table's type

1 Answers  


ORA-17505: ksfdrsz:string Failed to resize file to size string blocks

1 Answers  


RMAN-07507: cataloging files...

1 Answers  






TNS-12554: TNS:current operation is still in progress

1 Answers  


ORA-30032: the suspended (resumable) statement has timed out

1 Answers  


PCC-02358: Identifier following ARRAYLEN must be the name of an array

1 Answers  


DRG-11216: length of datastore data exceeds limit

1 Answers  


ORA-28021: cannot grant global roles

1 Answers  


RMAN-10000: error parsing target database connect string "string"

1 Answers  


ORA-13865: Module name must be specified

1 Answers  


Categories