How would you go about generating an EXPLAIN plan?
Answers were Sorted based on User's Feedback
Answer / daid kumar
The EXPLAIN PLAN statement displays execution plans chosen
by the Oracle optimizer for SELECT, UPDATE, INSERT, and
DELETE statements.
Run This Script To create Plan Table
$ORACLE_HOME/rdbms/admin/UTLXPLAN.SQL
Then Write like this
SQL> EXPLAIN PLAN FOR
SELECT name FROM emp;
Now to see O/P u can select * from "plan_table"
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / bharath
explain plan for select * from t1 where num_col = '1';
select * from table(dbms_xplan.display);
| Is This Answer Correct ? | 2 Yes | 1 No |
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What types of replication are supported in sql server? : sql server DBA
how can you enable flashback feature?
When a user process fails, what background process cleans up after it?
how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?
Can we take incremental backups in datapump?
can u plz tell me what r the mandatory skills for getting job as a sql dba......plz send me all details thank you my id :k.mohann.mohan@gmail.com
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
1)how to Take Backup in sql server 2005 from Flash Drive
what is the difference between off-line back up and on-line back up in ibm db2 udb?
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
Should you place Recovery Catalog in the Same DB? . Can you use RMAN without Recovery catalog
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)