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

ORA-37014: (XSACQUIRE_ACQUIRED) Object workspace object is already acquired.

1 Answers  


PCB-00701: MAX OCCURRANCES must be between 1 and 65535

1 Answers  


NNC-00407: alias loop in name request

1 Answers  


ORA-02262: ORA-string occurs while type-checking column default value expression

1 Answers  


ORA-16059: Log file is empty or invalid next available block

1 Answers  






DRG-12606: error encountered while parsing COLUMNS list

1 Answers  


ORA-10568: Failed to allocate recovery state object: out of SGA memory

1 Answers  


SQL*Loader-00137: Invalid value for RESUMABLE_TIMEOUT

1 Answers  


ORA-25149: Columns of UROWID type may not be indexed

1 Answers  


NID-00354: Instance shut down

1 Answers  


NZE-28840: Wallet is already open.

1 Answers  


NNF-00110: no values exist

1 Answers  


Categories