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, 2912🔥, 0💬
Popular Posts:
How To Convert Numeric Values to Character Strings in MySQL? You can convert numeric values to chara...
How To Replace Given Values with NULL using NULLIF() in SQL Server Transact-SQL? Sometime you want t...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
What To Do If the StartDB.bat Failed to Start the XE Instance in Oracle? If StartDB.bat failed to st...