What is Read-Only Transaction ?
Answers were Sorted based on User's Feedback
Answer / guest
A Read-Only transaction ensures that the results of each query
executed in the transaction are consistent with respect to
the same point in time.
| Is This Answer Correct ? | 2 Yes | 0 No |
A Read_only transaction is one type of transaction which
ensures that all the execution query results that are
performed in this transaction will be remain consistent as
it allows only read priviledges to the users in order to
keep data secure in database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishi
A Read-Only transaction ensures that the results of each query executed in the transaction are consistant with respect to the same point in time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by database schema and what does it hold?
What is a sub query? What are its various types?
What are the uses of linked server and explain it in detail?
what is the difference between simple view and complex view?
What is a sub query? Describe its types?
What is the maximum number of triggers that can be applied to a single table?
In the oracle version 9.3.0.5.0, what does each number shows?
what is meant by magic query
can you explain performance tunning in oracle(sql,PL/SQL)
How to add a new column to an existing table with a default value?
How to convert dates to characters in oracle?
What are the limitations of check constraint?