A blocking cursor ..
ie , the resultset of the curosr was returned to the calling application in blocks of rows rather than one row at a time ..
This will normally happen when the SQL statement in the cursor is read-only or the cursor is explicitly defined 'FOR FETCH ONLY' ...
Cheers
Sathyaram