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 start your 10g xe server from command line?
How to bring a tablespace offline?
Explain the use of indexes option in exp command.
i can't insert column value greater than 4000 characters at one instance even i am using CLOB datatype . how to insert efficiently more than 4000 characters ? And please let me know how to impose inline and out-of line constraints on oracle column??? Thanks in Advance... Prakash
How to get execution statistics reports on query statements?
what is query and types of query
How can you merge two tables in oracle?
How do I spool to a csv formatted file using sqlplus?
How does the on-delete-cascade statement work?
Select the Nth lowest value from a table?
Whatz the main diff between Subquery and a Join
14 Answers Oracle, Zeta Interactive,
ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?