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-29271: not connected

1 Answers  


RMAN-03011: Recovery Manager: Release string string

1 Answers  


PCB-00632: Cannot open an External LOB in READ WRITE mode

1 Answers  


TNS-00237: Failed to refuse connection

1 Answers  


ORA-00166: remote/local nesting level is too deep

1 Answers  


ORA-13278: failure to convert SRID to native format

1 Answers  


ORA-32700: error occurred in DIAG Group Service

1 Answers  


ORA-30368: ATTRIBUTE cannot determine column in a different relation

1 Answers  


PLS-00246: PARAMETER STYLE is unsupported

1 Answers  


ORA-28030: Server encountered problems accessing LDAP directory service

1 Answers  


ORA-27542: Failed to unprepare a buffer prepared for remote update

1 Answers  


NNC-00001: maximum number of connections already open

1 Answers  


Categories