Types of Cursors Supported in PL/SQL in Oracle

Q

How Many Types of Cursors Supported in PL/SQL in Oracle?

✍: FYIcenter.com

A

PL/SQL supports two types of cursors:

  • The implicit cursor - A single default cursor that automatically connects to the last DML statement executed.
  • Explicit cursors - User defined cursors with specific DML statements and execution statuses.

 

What Is the Implicit Cursor in Oracle

What Is a Cursor in Oracle

Working with Cursors in Oracle PL/SQL

⇑⇑ Oracle Database Tutorials

2018-02-01, 1616🔥, 0💬