Answer Posted / 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 |
Post New Answer View All Answers
How to create a new view in oracle?
What is program global area (pga) in oracle?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
What are the uses of synonyms?
Is it possible to insert comments into sql statements return in the data model editor ?
How can I see all tables in oracle?
what is IDE,DMV in sql server?
Query to retrieve record for a many to many relationship ?
What happens in oracle commit?
How many types of tables supported by oracle?
What happens to the indexes if a table is recovered?
Can group functions be used in the order by clause in oracle?
How to use "in" parameter properly?
Explain view?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?