What is SAVE POINT ?

Answers were Sorted based on User's Feedback



What is SAVE POINT ?..

Answer / shilpa chandramohanan

A savepoint is a marker within the transaction used for
partial rollback. As changes are made in a transaction, we
can create SAVEPOINTs to mark different points within the
transaction. If we encounter an error, we can rollback to a
SAVEPOINT or all the way back to the beginning of the
transaction.

Is This Answer Correct ?    5 Yes 2 No

What is SAVE POINT ?..

Answer / suresh somayajula

it is nopthing but , sub divide the transaction into
smaller part.

Is This Answer Correct ?    3 Yes 1 No

What is SAVE POINT ?..

Answer / abitha

SAVEPOINT usually applies to an individual transaction; it
marks a point to which the transaction can be rolled back,
so subsequent changes can be undone if necessary.

Is This Answer Correct ?    2 Yes 0 No

What is SAVE POINT ?..

Answer / padmaja

this is used to save a query/transaction at a particular point
by using save<file name>

Is This Answer Correct ?    3 Yes 2 No

What is SAVE POINT ?..

Answer / harsha vardhan reddy

SAVEPOINT is used to locate the transaction for further
manipulations.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Oracle General Interview Questions

How many anonymous blocks can be defined?

0 Answers  


How to use group functions in the select clause using oracle?

0 Answers  


what are the database links ?

2 Answers  


query to find the maximum no persons with same age(age colomn) from emp table

1 Answers  


How to see the table columns used in an index?

0 Answers  






What is a sub query and what are the different types of subqueries?

0 Answers  


what is the difference between simple view and complex view?

13 Answers  


what is the difference between oracle enterprise edition and oracle express edition?

2 Answers  


I'm doing my final year and i ve planned to do an oracle certification , is this the rit tim nd wat's the future scope??

1 Answers  


What is a Tablespace?

5 Answers  


How to use "for" statements in oracle?

0 Answers  


We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?

3 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)