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

ORA-12987: cannot combine drop column with other operations

1 Answers  


ORA-29865: indextype is invalid

1 Answers  


IMP-00087: Problem with internal hash table of schema/table names

1 Answers  


ORA-17612: Failed to discover Oracle Disk Manager library, return value string

1 Answers  


ORA-22329: cannot alter a non-object type

1 Answers  






ORA-14079: illegal option for a partition marked Index Unusable

1 Answers  


RMAN-06059: expected archived log not found, lost of archived log compromises recoverability

1 Answers  


RMAN-08015: datafile string switched to datafile copy

1 Answers  


ORA-39726: unsupported add/drop column operation on compressed tables

1 Answers  


ORA-14164: subpartition "string": INITRANS value must be less than MAXTRANS value

1 Answers  


ORA-24096: invalid message state specified

1 Answers  


TNS-00311: Connection Manager: Failed to start tracing after rereading parameter data

1 Answers  


Categories