What are the usage of SAVEPOINTS?

Answer Posted / bindhu

Savepoints are used to create marker in the current
transaction by using SAVEPOINT statement which divides the
transaction into smaller section. We can then dicard
pending changes up to that marker by using the ROLLBACK TO
SAVEPOINT statement.

Is This Answer Correct ?    19 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can there be more than one function with a similar name in a pl/sql block?

551


What are different types of triggers?

565


What are the types of operators available in sql?

554


What is the difference between left outer join and left join?

520


How many types of relationship are there?

549






What is a unique constraint?

611


How to create your own reports in sql developer?

544


What is the sql query to display the current date?

553


What is rtm stands for?

588


What is sqlerrm?

553


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...

1918


Are dml statements autocommit?

557


What is ttitle and btitle?

579


How insert into statements in sql?

595


What is full form of rtm?

535