what is the cursor life span?
Answers were Sorted based on User's Feedback
hi friends this is answer as per me,
when static cursor used the cursor lifespan is within
the program only(pl/sql program).its life end when it comes
outside the program
when dynamic cursor is used the cursor is accessable by
outside other programs with in same connection ,not another
connection.i.e its lifespan is with in connection
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / gunjan sapra
hi neeraj,
this is not the answer.
answer about the life span of curser.
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sumit
The Life Span of the Cursor is till the runtime of the
stored procedure/function in which the cursor is being used
in sql server
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sumit
The Life Span of the Cursor is till the runtime of the
stored procedure/function in sql server 2005
Is This Answer Correct ? | 0 Yes | 4 No |
Do you know what is difference between index seek vs. Index scan?
Why use sub query in sql server and list out types of sub queries?
How many columns can we include on clustered index ?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
What the different types of Replication and why are they used?
If we drop a table, does it also drop related objects like constraints, indexes, columns, defaults, views, and stored procedures?
How do you debug a procedure in sql server?
How do you delete a trigger?
What is difference between stored procedure & function?
3 Answers CarrizalSoft Technologies, Concept Infoway, TATA,
Normalization and denormalization
How to truncate a table first before running a package?
What is always encrypted?