You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week old and partial backup of this datafile which is just 1 day old. From which backup should you restore this file?

Answers were Sorted based on User's Feedback



You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week ..

Answer / itnowtraining@hotmail.com

Restore the datafile from full backup and then apply media recovery to make it current. You will need the partial backup plus all archive log's.

Is This Answer Correct ?    3 Yes 0 No

You loss one datafile and DB is running in ARCHIVELOG mode. You have full database backup of 1 week ..

Answer / krishna

before take the backup you need to spicy the which backup is preferred and rman backup is preferred why bcoz the data base is in running stage ....

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is the use of PARFILE option in EXP command ?

1 Answers  


What are the four components of a database system?

0 Answers  


What do database languages do?

0 Answers  


How rdbms is different from dbms?

0 Answers  


What is the use of OWNER option in EXP command ?

1 Answers  






IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?

0 Answers  


What is etl process in data warehousing? What are the different stages in 'data warehousing'?

0 Answers  


Explain the importance of database partitioning.

0 Answers  


What is alternate key?

0 Answers  


What's the difference between 'union' and 'union all' ?

0 Answers  


Why is normalisation used?

0 Answers  


What is system r? How many of its two major subsystems?

0 Answers  


Categories