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

DGM-16912: Unknown command "string". Try "help"

1 Answers  


ORA-06708: TLI Driver: message receive failure

1 Answers  


ORA-09874: TASDEF_READ: read error, unable to read tasdef@.dbf file.

1 Answers  


PCC-00039: Unable to open input file "string"

1 Answers  


CLSR-01009: database management module failed to start

1 Answers  






PLS-00387: INTO variable cannot be a database object

1 Answers  


ORA-01129: user's default or temporary tablespace does not exist

1 Answers  


ORA-07241: slemrd: read error.

1 Answers  


ORA-29356: These parameters can be specified only for directives that refer to consumer groups

1 Answers  


ORA-07276: no dba group in /etc/group.

1 Answers  


ORA-37079: (XSMCSESS07) Aggmap workspace object cannot be used for AGGREGATE.

1 Answers  


DRG-50944: NEAR operator not supported for theme index

1 Answers  


Categories