Oracle (3253)
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.
645What are the tradeoffs between many vs few indexes? When would you want to have many, and when would it be better to have fewer?
673If 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?
614What is the difference between a materialized view (snapshot) fast refresh versus complete refresh? When is one better, and when the other?
669Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
690
How do I grant privileges to a user in mysql phpmyadmin?
What is table valued function and scalar valued functions?
Can we commit inside a function in oracle?
Explain sybase sql server?
What is sql in java?
What do you understand by correlated subqueries in dbms?
How to get a create statement for an existing table?
What are date and time data types?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What is a reference table in database?
How to sort the rows in sql.
How are the stats updated in postgresql?
Define fragmentation.
You get a call from you backup dba while you are on vacation. He has corrupted all of the control files while playing with the alter database backup controlfile command. What do you do?
What are the various configuration files that are used by oracle forms?