PCC-00119: Value of const variable in INTO clause will be
modified



PCC-00119: Value of const variable in INTO clause will be modified..

Answer / guest

Cause: A variable declared with the type specifier "const"
was used in an INTO clause. Such variables should not be
modified and should not be used in an INTO clause.

Action: Check the spelling of all identifiers in the INTO
clause. If necessary, remove "const" from the host variable
declaration or use a different host variable.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

TNS-01100: TNS returned error number when attempting to start the listener

1 Answers  


TNS-12551: TNS:missing keyword

1 Answers  


AMD-00144: Custom Measure "string" does not exist in Workspace "string"

1 Answers  


ORA-30186: '' must be followed by four hexdecimal characters or another ''

1 Answers  


ORA-25449: invalid variable name: string

1 Answers  






PLS-01711: A SELECT statement may not contain ORDER_BY, HAVING, or GROUP_BY clause

1 Answers  


ORA-00312: online log string thread string: 'string'

1 Answers  


ORA-27154: post/wait create failed

1 Answers  


PCC-00071: Unable to open message file.

1 Answers  


DRG-11507: file error trying to read file string

1 Answers  


TNS-00086: * reload - ask the Navigator to reload TNSNET.ORA

1 Answers  


ORA-02404: specified plan table not found

2 Answers  


Categories