What will happen after commit statement ?

Answer Posted / tulsi

The cursor having query as SELECT .... FOR UPDATE gets
closed after COMMIT/ROLLBACK.

The cursor having query as SELECT.... does not get closed
even after COMMIT/ROLLBACK

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between inner and outer join? Explain with example. : Sql dba

552


How many subqueries can be nested in a statement?

508


What is the use of sqldataadapter?

539


what is msql? : Sql dba

570


What are the types of records?

538






What is Histogram?

1103


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

1917


What is left join in sql?

585


Can ddl statements be used in pl/sql?

597


What is row_number () in sql?

550


Why stored procedures are faster than query?

570


what happens if you no create privilege in a database? : Sql dba

535


What is package in pl sql?

579


What are different sql data types?

513


what are the different index configurations a table can have? : Sql dba

576