Oracle中如何实现SQLserver中的break,continue,fetch next功能

Oracle中怎么实现SQLserver中的break,continue,fetch next功能
转移SQLserver的存储过程到Oracle中,Oracle中不支持break,continue,fetch next等功能,
求各位高手指导下,Oracle中怎么实现这些功能,越具体越好

------解决方案--------------------
while v_cur >10 loop 
--处理语句 
exit;---这样也行
end loop; 

我的异常网推荐解决方案:oracle存储过程,http://www..net/oracle-develop/177537.html