What is meant by redo log buffer ?
Answers were Sorted based on User's Feedback
Answer / guest
Redo log buffer is mermory where oracle server store all
the latest transaction which is made by the user.If RLB is
going to fill one third log writer writes the data from
redo log buffer to log file.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deva
This buffer contains the information about the changes of
datablocks in the database buffer. While the redo log
buffer is filled during data modifications. The log writer
process wirtes information about the nmodifications to the
redo log files. These files are used after eg a system
crash in order to restore the database(database recovery)
| Is This Answer Correct ? | 4 Yes | 0 No |
How to drop a stored function?
What is TNS File
without using count(*) and rownum how can we count total record in a table
Explain the use of show option in imp command.
24. Display the order number for all orders whose average item cost is greater than the overall average item cost across all orders.
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
Whats the benefit of dbms_stats over analyze?
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
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
How to convert characters to dates in oracle?
What are the uses of linked server and explain it in detail?
What privilege is needed for a user to insert rows to tables in another schema?