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 is the difference between alert log file and tarce file ?
how to retrieve daily sal from emp table in oracle 10g
How to execute a stored program unit?
How can we Update a table with out using UPDATE command?
How do I spool in oracle?
where we have to use ON clause and where we have to use USING clause in JOINS
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Can we write insert statement in function in oracle?
How to create a stored program unit?
What is a database table in oracle?
What are advantages of dateset in datastage?
What is a deadlock in SQL? How can you prevent it?