Collections:
What Is the Implicit Cursor in Oracle
What Is the Implicit Cursor in Oracle?
✍: FYIcenter.com
There is only one implicitly cursor in a session. The implicit cursor is the cursor automatically defined by PL/SQL for you. Whenever a SQL statement is executed, this cursor will be assigned to represent the execution of this statement. This implicit cursor is called SQL. It has many attributes representing some good information about the execution like:
⇒ Attributes of the Implicit Cursor in Oracle
⇐ Types of Cursors Supported in PL/SQL in Oracle
2018-02-01, 3066🔥, 0💬
Popular Posts:
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...
How to format a number of bytes in a human-readable unit using the FORMAT_BYTES() function? FORMAT_B...
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
What Happens to Your Transactions When ERROR 1213 Occurred in MySQL? If your transaction receives th...