sys_refcursor vs ref cursor in oracle

There is no difference between using a type declared as REF CURSOR and using SYS_REFCURSOR , because SYS_REFCURSOR is defined in the STANDARD package as a REF CURSOR in the same way that we declared the type ref_cursor . ... type sys_refcursor is ref cursor; SYS_REFCURSOR was introduced in Oracle 9i

posted @ 2020-04-10 18:29  kakaisgood  阅读(141)  评论(0)    收藏  举报