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 PL-SQL Interview Question:
Explain the two type of Cursors?
Submitted by: AdministratorThere are two types of cursors, Implicit Cursor and Explicit Cursor.
PL/SQL uses Implicit Cursors for queries. User defined cursors are called Explicit Cursors. They can be declared and used.
Submitted by: Administrator
PL/SQL uses Implicit Cursors for queries. User defined cursors are called Explicit Cursors. They can be declared and used.
Submitted by: Administrator
cursor-->1>implicit
--->2>explicit
implicit-->provided by oracle (when dml statements are executed , there are some attributes to check status of cursor eg. %found,%notfound,%rowcount,%isopen )
explicit -->user defined(user defined, syntax-->
cursor cursor_name is select statement)
Submitted by: Bhaskar Choudhary
--->2>explicit
implicit-->provided by oracle (when dml statements are executed , there are some attributes to check status of cursor eg. %found,%notfound,%rowcount,%isopen )
explicit -->user defined(user defined, syntax-->
cursor cursor_name is select statement)
Submitted by: Bhaskar Choudhary
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.