Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews DB Oracle Interviews:Concepts and ArchitectureData AccessDatabase ArchitectureDatabase ManagementDatabase Security OracleDistributed ProcessingFlexfieldForms ReportsGeneral OracleMemory ManagementMTO-SAP Financial AccountingOCIOracle AOLOracle AROracle Backup RecoveryOracle D2KOracle DatabaseOracle Database DeveloperOracle DB OptimizationOracle DBAOracle DeveloperOracle ETLOracle Forms 3.0Oracle Forms 4.0Oracle GLOracle PL-SQLOracle RMANOracle ScenariosOracle SecurityOracle SQLOracle System ArchitectureOracle Technology Network (OTN)Programmatic ConstructsRAC (Real Application Clusters)SQL Plus
Copyright © 2018. All Rights Reserved
Oracle Database Interview Question:
What Is the Oracle Implicit Cursor?
Submitted by: AdministratorThere 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:
► SQL%FOUND - True, if the SQL statement has changed any rows.
► SQL%NOTFOUND - True, if the SQL statement has not changed any rows.
► SQL%ROWCOUNT - The number of rows affected by the SQL statement.
► %ISOPEN - True, if there is a SQL statement being associated to the cursor.
Submitted by: Administrator
► SQL%FOUND - True, if the SQL statement has changed any rows.
► SQL%NOTFOUND - True, if the SQL statement has not changed any rows.
► SQL%ROWCOUNT - The number of rows affected by the SQL statement.
► %ISOPEN - True, if there is a SQL statement being associated to the cursor.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
