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 |
RMAN-07513: List of Files Which Where Not Cataloged
RMAN-08119: skipping backup piece handle string; already exists
ORA-24306: bad buffer for piece
ORA-40108: input data contains too few distinct target (string) values
ORA-14459: missing GLOBAL keyword
ORA-13292: incorrect ARC_TOLERANCE specification
ORA-06260: NETNTT: cannot write to remote process
ORA-25151: Rollback Segment cannot be created in this tablespace
PLS-00170: the SQL statement in an OPEN statement or FOR loop must be a SELECT
ORA-27417: BYWEEKNO clause is only supported when FREQ=YEARLY
ORA-16067: activation identifier mismatch in archive log string
PLS-00392: Type mismatch in arguments to BETWEEN