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-39709: incomplete component downgrade; string downgrade aborted

1 Answers  


ORA-27193: sbtinfo2 did not return volume label

1 Answers  


ORA-36393: (XSMXCLEA03) When using the CHANGES or CACHE options, you must specify the ALL keyword.

1 Answers  


NNC-00431: NS address does not match any of the current addresses

1 Answers  


ORA-29290: invalid offset specified for seek

1 Answers  






ORA-16703: cannot set the property while the database is enabled

1 Answers  


ORA-22814: attribute or element value is larger than specified in type

1 Answers  


ORA-02254: DEFAULT <expression> not allowed here

1 Answers  


DRG-12011: Authentication failed - retry?

1 Answers  


ORA-31490: could not attach to LogMiner session

1 Answers  


NNL-00509: set|show cache_checkpoint_interval [<seconds>] [<server_list>] : set|show the server's cache checkpoint interval

1 Answers  


NNO-00056: warning: domain minimum TTL must be between number and number, set to number seconds

1 Answers  


Categories