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

NZE-29141: Cannot import in the der format.

1 Answers  


RMAN-06520: archived logs required to recover from this backup will not be kept

1 Answers  


ORA-06011: NETASY: dialogue too long

1 Answers  


ORA-01535: rollback segment 'string' already exists

2 Answers  


ORA-16002: database already open for read-write access by another instance

1 Answers  


RMAN-20298: DBMS_RCVCAT package not compatible with the recovery catalog

1 Answers  


ORA-25020: renaming system triggers is not allowed

1 Answers  


SQL*Loader-00263: PIECED column string must be last specified column in table string

1 Answers  


ORA-32330: invalid operation on online redefinition interim table "string"."string"

1 Answers  


ORA-30932: Reference node 'string' not contained in specified parent node 'string'

1 Answers  


ORA-16638: could not get the instance status

1 Answers  


RMAN-10006: error running SQL statement: string

1 Answers  


Categories