Answer Posted / gvmahesh
transaction is a kind of physical work that is done againist
to the database by using logical operations.
this means if we want to make any changes on existing data
then we done some transactions through DML
commands(INSERT,DELETE,UPDATE)
we done any transactions all the changing data should be in
rollback segment area untill we commited that data.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the parameter mode that can be passed to a procedure?
How to connect asp pages to oracle servers?
How to call a stored function in oracle?
How to join two tables in a single query using oracle?
Why do you use stored procedures and state some of its disadvantages?
Briefly explain what is literal? Give an example where it can be used?
What privilege is needed for a user to connect to oracle server?
Explain what are the uses of rollback segment?
How to write a left outer join with the where clause in oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
Why do we use bulk collect in oracle?
What is a tns file?
How to check the server version in oracle?
How to create additional tablespaces for an new database?
What is a Garbage Collection? and what is full recursive Garbage collection?