Query processing is slow(eg select query)how will u solve that
Answers were Sorted based on User's Feedback
Answer / jayesh
WE CREATE PROCEDURE THEN ACCESS IT
INDEXING ALSO DONE
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / mohapatra.gouranga@gmail.com
1) Find the cost.
2) Check what tables are going full table scan.
3) Create Indexes if is possible.
4) Re-write the query to optimize the cost with modifying
filter condition.
Is This Answer Correct ? | 0 Yes | 0 No |
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?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
the process of adding a cpu in sql server is called..?
Explain the concept of the DUAL table.
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
Which environment variables are absolutely critical in order to run the OUI?
What would you do with an "in-doubt" distributed transaction?
Can we take incremental backups in datapump?
How would you force a log switch?
What is dbcc? : sql server DBA
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
what is the purpose of catlaog in oracle rman?