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 |
How to create an oracle database?
What are the values that can be specified for OPTIMIZER_GOAL parameter of the ALTER SESSION Command ?
What are temporal data types in oracle?
What are the tools for Oracle ?
How to establish administrator authentication to the server?
Name the three major set of files on disk that compose a database in Oracle?
What is different bet native dynamic sql and Dbms_Sql?
Explain a synonym?
What is a data dictionary and how can it be created?
what diffrence between function and procedure?
query optmization techniques and quwry analyser+projects+ppts
Explain drop constraint oracle?