Submitted Questions

  • What is Simple Cursor? and What is Parametrized cursor?

    Explain what is Simple Cursor and What is Parameterized Cursor? And Difference between both??

    sandeep

    • Feb 1st, 2018

    In real time we are using more than one cursor in PL/SQL block. so in this we are sending one cursor values into another cursor so the receiving cursor must be parameterised cursor

    Akash Mohan singh

    • Dec 26th, 2017

    A parameterized cursor are static cursor that can accept passed in parameter values when they are opened. Parameterized can only reference to its own parameter parameterized cursor cannot reference to local variable.