A dba had to remove some archivelogs to free up space in filesystem. Nowwhen the rman job starts to backup archivelogs, it complains about missing archivelogs thatwere deleted by dba. To resolve the issue and continue backing up remainder of archivelogs,which rman command can be used so it wo not complain about missing archivelogs.
424What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
436If you had a tablespace, test_tablespace, which consists of three files:test01.dbf, test02.dbf, and test03.dbf, and someone accidentally used the unix command"rm" to delete the file test02.dbf, what else would you need in order to recover all the data thatwas present in test_tablespace at the time that test02.dbf was deleted?
392What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
359Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
462
What is the difference between oracle media recovery and crash recovery?
What is oracle log switch?
What is the difference between view and materialized view in Oracle?
How can you determine if an oracle instance is up from the operating system level?
How to use "startup" command to start default instance?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
How do I limit the number of oracle database connections generated by weblogic server?
When you used JKM ?
How to convert characters to times in oracle?
What is oracle real application clusters?
What is analyze command used for?
Differences between package and loadplans?
How to define an oracle sub procedure?
What is the difference between translate and replace?
What happens if the update subquery returns multiple rows?