What is the function of Redo Log ?
Answer / orawhiz
The Primary function of the redo log is to record all
changes made to data.
| Is This Answer Correct ? | 0 Yes | 0 No |
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
What are the predefined tablespaces in a database?
Explain rename?
 What are the oracle DML commands possible through an update strategy?
Can sub procedure/function be called recursively?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
How to use "in out" parameter properly?
What is blob datatype?
Can a field be used in a report without it appearing in any data group ?
Please explain drop constraint oracle?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)