What Is a Cursor in Oracle?
Submitted by: AdministratorA cursor looks like a variable, but it is not a variable. A cursor looks like a procedure, but it is not a procedure. A cursor is a cursor. It is a logical representation of a resource connects to a set of data rows related to a DML statement. A cursor is consists of:
► A DML statement with or without parameters.
► A status to indicate whether it is connected or not.
► A pointer to indicate the current row in the resource set.
► A number of attributes about the cursor, like FOUND, NOTFOUND and ROWCOUNT.
Submitted by: Administrator
► A DML statement with or without parameters.
► A status to indicate whether it is connected or not.
► A pointer to indicate the current row in the resource set.
► A number of attributes about the cursor, like FOUND, NOTFOUND and ROWCOUNT.
Submitted by: Administrator
Read Online Oracle Database Job Interview Questions And Answers
Top Oracle Database Questions
☺ | What Happens to Indexes If You Drop a Table? |
☺ | How To Use "OUT" Parameter Properly? |
☺ | How Run SQL*Plus Commands That Are Stored in a Local File? |
☺ | How Much Memory Your 10g XE Server Is Using? |
☺ | What Is an Oracle User Account? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |