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 are the composite date types in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
Can u make a synonym for deptno=10 only from emp table.
How to calculate date and time differences in oracle?
How to change system global area (sga) in oracle?
How to connect asp pages to oracle servers?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
Calculate difference between 2 date / times in oracle sql?
What is backup in Oracle?
What is a SNAPSHOT ?
How to find the date and time of last updated table?
where we have to use ON clause and where we have to use USING clause in JOINS