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.
558What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
577If 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?
526What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
536Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
608Post New Oracle DBA (Database Administration) Questions
You see the following on a status report: redo log space requests 23 redo log space wait time 0 is this something to worry about? What if redo log space wait time is high? How can you fix this?
What is difference between co-related sub query and nested sub query?
What are the different types of database users?
Are database administrators in demand?
Explain force logging feature in 9i.
What skills do you need to be an administrator?
What happens if the constraint name is left out of a constraint clause?
Discuss row chaining, how does it happen? How do you correct it?
Which date function is used to find the difference between two dates?
When configuring sqlnet on the server what files must be set up?
Where would you look to find out if a redo log was corrupted assuming you are using oracle mirrored redo logs?
What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
What is dba in sound level?
What file will give you oracle instance status information? Where is it located?
How should a many-to-many relationship be handled?