Oracle General (1803)
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.
652What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
677If 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?
623What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
675Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
696
Calculate difference between 2 date / times in oracle sql?
How I can use srw.run_report in reports6i?
what is oracle data integrator (odi)?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
How do I limit the number of rows returned by an oracle query after ordering?
What is a data dictionary and how can it be created?
How does one coalesce free space?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What is difference between cartesian join and cross join?
Explain the purpose of forms_ddl.
What is index in Oracle?
Explain the use of decode function
HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?
What are the key components of oracle’s maximum availability architecture?
How to use regular expression in pattern match conditions in oracle?