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 |
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Explain oracle’s server parameter file.
How to export several tables together?
What is execute immediate in oracle?
What is the difference between a hot backup and a cold backup in oracle?
Explain the function of optimizer in oracle?
what are indexes..how many types of index's are there and what are they?
7 Answers Green Info Solutions, TCS,
Explain the use of grant option in imp command.
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
What privilege is needed for a user to delete rows from tables in another schema?
Differentiate between translate and replace?
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance