Google News
logo
PL/SQL - Quiz(MCQ)
When ROWTYPE_MISMATCH exception is raised?
A)
Error in PL/SQL occurs when memory is exhausted or corrupt.
B)
Cursors raise this exception when they seek values in variables of incompatible types.
C)
When a member method is invoked on an object type, but its instance has not been initialized, this exception is raised.
D)
None of the above

Correct Answer :   Cursors raise this exception when they seek values in variables of incompatible types.


Explanation : Cursors raise the exception ROWTYPE_MISMATCH when they seek values in variables of incompatible types.

Advertisement