OracleApps02

Shivaji Rajaram Umale
Mob No. +91-7875947412

Ref Cursor Example

DECLARE

OUT_REF SYS_REFCURSOR;

L_TEST VARCHAR2(22);

BEGIN

    OPEN OUT_REF FOR

SELECT  'Testing' FROM DUAL;


    LOOP

        FETCH OUT_REF

        INTO  L_TEST;

        EXIT WHEN OUT_REF%NOTFOUND;

    DBMS_OUTPUT.PUT_LINE('TEST:'|| L_TEST);

END LOOP;

END;


Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Post Older Post Home

Search This Blog

Blogs List

  • ►  2024 (1)
    • ►  April (1)
  • ▼  2023 (14)
    • ▼  October (3)
      • Alert to Run every 1 minuts
      • Ref Cursor Example
      • SQL Query to check Numeric or Character
    • ►  July (2)
    • ►  May (2)
    • ►  April (2)
    • ►  March (5)
  • ►  2022 (2)
    • ►  November (1)
    • ►  January (1)
  • ►  2021 (1)
    • ►  February (1)
  • ►  2020 (3)
    • ►  September (1)
    • ►  May (1)
    • ►  February (1)
  • ►  2019 (6)
    • ►  November (3)
    • ►  September (2)
    • ►  February (1)
  • ►  2018 (40)
    • ►  December (3)
    • ►  September (7)
    • ►  August (5)
    • ►  July (25)
  • ►  2016 (3)
    • ►  February (3)

About Me

My photo
Shivaji Umale
Pune, Maharashtra, India
View my complete profile

Report Abuse

Thanks to visit.. Picture Window theme. Powered by Blogger.