Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How would you go about generating an EXPLAIN plan?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA

1093


which background process invoke at the time of upgradation tell me???

2779


what are the differences of where and if in SAS?

2254


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

1078


What are the recovery models for a database? : sql server DBA

1181


What purpose does the model database server? : sql server DBA

1269


What is the default fill factor value? : sql server DBA

1184


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

1806


how can you process messages in order asynchronously?

1037


how can you generate profile of pl/sql applications to identify performance bottlenecks?

1125


What the different topologies in which replication can be configured? : sql server DBA

1319


when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.

1796


What are the new features in sql server 2005 when compared to sql server 2000? : sql server DBA

1184


What is the difference between the 2 operating modes of database mirroring? : sql server DBA

1036


What are statistics, under what circumstances they go out of date, how do you update them?

2312