PLS-00386: type mismatch found at 'string' between FETCH
cursor and INTO variables



PLS-00386: type mismatch found at 'string' between FETCH cursor and INTO variables..

Answer / guest

Cause: An assignment target in the INTO list of a FETCH
statement does not match in datatype with the corresponding
column in the select list of the cursor declaration, and it
is unclear which implicit conversion is required to correct
the mismatch.

Action: Change the cursor declaration or change the datatype
of the assignment target. You might want to use datatype
conversion functions in the select list of the query
associated with the cursor.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01503: CREATE CONTROLFILE failed

1 Answers  


ORA-03002: operator not implemented

1 Answers  


ORA-30934: 'string' (string node) cannot be inserted in parent 'string' (string node)

1 Answers  


ORA-36184: (XSAGGR10) You do not have sufficient permissions for the variable workspace object.

1 Answers  


PCC-00114: Length spec required in EXEC SQL VAR statements for VARxxx types

1 Answers  






ORA-26000: partition load specified but table string is not partitioned

1 Answers  


ORA-14263: new subpartition name must differ from that of any other subpartition of the object

1 Answers  


ORA-22283: filename contains characters that refer to parent directory

1 Answers  


RMAN-06075: datafile string does not belong to this database

1 Answers  


ORA-01286: start interval required

1 Answers  


ORA-23601: PROPAGATION_NAME string does not exist

1 Answers  


ORA-24395: cannot reinitialize non-existent pool

1 Answers  


Categories