What is redo log?
Answer / Sumayya
The redo log in Oracle Database is a critical component that records changes made to the database. It contains a sequence of redo entries, each representing a single transaction or part of a transaction. The redo log ensures data consistency and durability by allowing the database to roll forward the transaction log during recovery.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of indexes option in imp command.
What is a Tablespace?
Hi Every One , What is the table Space in Oracle Database ? waiting for answere and thankyou
20. Using a set operator, display the client number of all clients who have never placed an order.
How to create a new table in your schema?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
what is view?
What is an oracle function?
can u call user defined functions in select statements
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
What is Database Link ?
Is postgres faster than oracle?