What are cursors?
Answers were Sorted based on User's Feedback
Answer / umasankar
A cursor is a handle or name for sql area
two types of cursors they are
Explicit cursor: Created by user
Implicit Cursor: created by oracle automatically when ever
DML is performed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / swamy.l.n
1.A PRIVATE MEMORY/BUFFER.
2.IT IS USED TO HOLD THE DATA FROM TABLES OR VIEWS IN
MEMORY LOCATION FOR MANIPULATION PURPOSE.
3.VALID IN PL/SQL BLOCK ONLY.
4.ARE VARIABLE THAT YOU CAN DEFINE IN THE DECLARE SECTION
OF THE PL/SQL BLOCK.
ORACLE USES WORK AREA CALLED PRIVATE SQL AREAS TO EXECUTE
SQL STATEMENT AND STORE INFORMATION.
5.IT IS A VIRTUAL TABLE TO PROCESS MULTIPLE RECORDS IN
PL/SQL CONSTRUCT.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / swapna
They are used to display information of a table into
effective number and also display more than one record at a
time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / harshad
As this would be not specific DW Concept but rather more on
RDBMS Programming concept.
Cursor is nothing but the pointer of memory addres to your
query result.
Explicit Cursor : User need to specifically declared in
your program (procedure/function)
Implicit Cursor : Any DML; it will handled by RDBMS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain if a flat file cotains 1000 records how can I get first and last records only?
Where can one get more info about Data Warehousing?
What are necessary tasks to install reportnet software?
Tell me one example for junk dimension?
What is edw?
How to improve session performance in aggregator transformation?
Explain difference between e-r modeling and dimentional modeling?
Do you always need to copy the data before reporting on it?(Example, real-time & on-demand reporting is a requirement)?
What are session timeout and application timeout?
Business rule implemntation depends on? 1.)ETL requiremnts 2.)ETL performance 3.)business requirements.
capital of tamilnadu
Explain when do we analyze the tables? How do we do it?