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?
617Explain the wait events in statspack report 'db scattered read', 'db sequential real', 'enqueue'?
659
What is sql comments?
How can you tell if a tablespace has excessive fragmentation?
How to write optimized query in mysql?
How do I find duplicates in a single column in sql?
What is pg_catalog in postgres?
How many types of table create in ms access?
What is right join sql?
What are all the common sql functions?
How can you filter the duplicate data while retrieving records from the table?
Two tables emp(empid,name,deptid,sal) and dept(deptid,deptname) are there.write a query which displays empname,corresponding deptname also display those employee names who donot belong to any dept.
Can we join 3 tables in mysql?
What is system catalog or catalog relation? How is better known as?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
When is the explicit cursor used ?
What are transaction and its controls?