What will happen after commit statement ?

Answers were Sorted based on User's Feedback



What will happen after commit statement ?..

Answer / highness

locks will be released

changes will be made permanent

Is This Answer Correct ?    3 Yes 0 No

What will happen after commit statement ?..

Answer / 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

More SQL PLSQL Interview Questions

how to calculate the difference between two dates? : Sql dba

0 Answers  


how to check server status with 'mysqladmin'? : Sql dba

0 Answers  


How does postgresql compare to "nosql"?

0 Answers  


How to raise user-defined exception with custom sqlerrm ?

0 Answers  


How to select 10 records from a table?

0 Answers  






Explain the purpose of %type and %rowtype data types?

0 Answers  


how to insert values like 10:10:00,30:25:00 etc.into table after insert how can i sum the above insert values to get the result as 40:35:00

3 Answers  


what is try_catch block in procedure

0 Answers  


sales persons should always receive commission of 100 at least. employees who r not sales persons should never receive commission.(Triggers)

1 Answers   Fidelity, Oracle,


What are the benefits of stored procedures?

0 Answers  


Can we call procedure in select statement?

0 Answers  


how to calcuate the second highest salary of he employee

13 Answers   Synechron,


Categories