Oracle Tutorial

What is Oracle
SQL Keywords

Oracle Wildcards

Oracle Wildcards

Oracle Aliases

Oracle Aliases

MySQL Tutorial

MySQL Tutorial

PL/SQL Tutorial

PL/SQL Tutorial

Oracle Interview Questions

Oracle Interview Questions and Answers


Oracle Open Cursor

In Oracle, the next step is to open declared cursor. You can use the OPEN statement to open the cursor.

Oracle Open Cursor Syntax

To open a declared cursor in Oracle, use the following syntax:

Syntax

Parameters:

cursor_name: The name of cursor.

Oracle Open example

The following Oracle example shows how to open cursor:

Example

Note:

In the above example, shows how to use the OPEN statement to open cursor.