Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) 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.
603What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
627If 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?
566What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
615Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
659
What is hot backup (in case of oracle)?
Write a query to stop mysql in unix
Why we use join in sql?
What is dbcc?
How can I track the changes or identify the latest insert-update-delete from a table?
Explain trigger and trigger types?
What are the disadvantages of merge replication?
Explain the purpose of %type and %rowtype data types?
Is there any difference between primary key and unique with the not null condition?
how can you communicate with operating system files from oracle?
Explain the difference between a dynamic and materialized view.
What are the different types of triggers in mysql?
What is tablix?
Explain isolation levels that sql server supports?
Why dbms is used?