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 difference between authorization and authentication?
What is an oracle and why it is used?
What are the types of synonyms?
dear sir/madam, i have done my engg in 2007 after that i did oracle course (sql,plsql,forms,reports) .from 2008 to 2009 i searched job but didnt got.so i planned to move to sales field & i gone to dubai.till now i m in sales only.now i want to shift my career in to IT industry.but now people are not hiring as fresher.so i planned put fake 1 + exp. is it good or bad or any other way is there to enter in IT.please suggest me or call me 09632087338.
How to define Data Block size ?
How would you go about verifying the network name that the local_listener is currently using?
What do you mean by merge in oracle and how can we merge two tables?
What are group functions in oracle?
What are the uses of Database Trigger ?
Can the default values be assigned to actual parameters?
what is kernel?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.