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 is the usage of merge statement?
What are internal user account in oracle?
How many types of auditing in Oracle?
can you call insert/update/delete in select statements. If yes how? If no what is the other way?
What are the advantages of Views ?
Why cursor variables are easier to use than cursors?
difference between bind variable and variable
9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS
What are the different types of record groups in oracle? Explain each of them
if you ctreate table identity
Can the default values be assigned to actual parameters?
What are the major difference between truncate and delete?