How to install oracle database 10 g in XP?plz tell me ,any one knows?I got a msg not a required colour like that
Latest Answer: 1. PL/SQL developer by Allround automations2. TOAD by Quest Software ...
How to create PLAN_TABLE in my schema,its my personal computer where i have installed oracle 9i,i need to practice Explain plan technique to optimize the query.please can anybody give me the detailed steps for this process.thanks in advance laxmi
Latest Answer: The content canvas is the base canvas , it will always be there in the window. To hide the stack canvas you can use HIDE_VIEW('name_stack_canvas'); SHOW_VIEW('name_content_canvas');--optional ...
Truncate command in oracle is DDL command or DML command ? give the answer with descirptive reason which is and why?
Latest Answer: HiTo improve the performance of a Query, The following are the steps to be followed.1) First Check the Elapsced time of the Query2) Then see the optimization mode 3) Run the query in different optimization mode 4) If any index are used see that it is ...
Latest Answer: delete table_name where col_name in(select col_name from table_name group by col_name having count(*) > 1) ...
Latest Answer: A temporary table is a table where data is stored temporarily during execution of a session and it is deleted as soon as session is over or commit is done. For example a create global temporary table Name_Des(emono VARCHAR2(12),ename VARCHAR2(100),hire_date ...
How can I use WEBUTIL.PLL library in Oracle developer Suite 10g? Give the detail of configuring webutil.
Latest Answer: 1. cold backup2. hot backup3. import/export4. RMANRead oracle manual ...
View page << Previous 10 11 12 13 [14] 15 16 17 18 19 Next >>

Go Top