Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) 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.
570What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
584If 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?
536What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
551Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
617
Does oracle charge for java?
what is reindexing?
What happens to the data files if a tablespace is dropped?
What are the data types in oracle?
How to view existing locks on the database?
How do you set up tablespaces during an oracle installation?
You are getting busy buffer waits. Is this bad? How can you find what is causing it?
How a tablespace is related to data files?
Can multiple columns be used in group by in oracle?
What is a oracle database?
Explain a private synonyms?
Does oracle partitioning improve performance?
How to define a record variable to store a table row?
Explain the use of owner option in exp command.
What do you understand from cache fusion?