What is the use of Redo Log Information ?
Answers were Sorted based on User's Feedback
Answer / ram kumar
it store the data and information for the databae
redo log support archieve the data any data can be change
the database .it recover of the old data base in formation
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / orawhiz
The Information in a redo log file is used only to recover
the database from a system or media failure prevents
database data from being written to a database's data files
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the values that can be specified for OPTIMIZER MODE Parameter ?
Difference between an implicit & an explicit cursor.?
What is difference between truncate and delete?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
How do we switch from init.ora file to asp file?
What is mean by Program Global Area (PGA) ?
How to manage transaction isolation level?
Briefly explain what is literal? Give an example where it can be used?
what are the advantages of running a database in archive log mode?
How to test null values?
What is a sub query and what are the different types of subqueries?
What is the difference between a hot backup and a cold backup in oracle?