What is a Redo Log ?
Answers were Sorted based on User's Feedback
Answer / santosh sagar
Redo Log buffers are the files in oracle architecture which
keeps the track of transactions being done on the database.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / orawhiz
The set of Redo Log files for a database is collectively
known as the database's redo log.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nishi
The most crucial structure for recovery operations is the redo log, which consists of two or more preallocated files that store all changes made to the database as they occur. Every instance of an Oracle Database has an associated redo log to protect the database in case of an instance failure.
Is This Answer Correct ? | 0 Yes | 0 No |
Indexes in oracle ?
3 Answers Keane India Ltd, L&T,
Explain the truncate in oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
What a SELECT FOR UPDATE cursor represent.?
how to we delete a row using varray
a query to select maxmun 3 salaries of employee table
How to connect to the server with user account: sys?
Can we store images in oracle database?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
what is the output of select * from emp where null=null & select * from emp where 1=1
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
what's query optimization and without use of IN AND Exist can we get another way data from query