Difference between implicit and explicit cursors?

Posted by silpa on Sep 11 2007

Implicit cursors are declared and used by the oracle internally.Closed automatically

Explicit cursors are declared and used by the user.Closed by the user

Leave a Comment