My select statement is not working as expected, So, to overcome from such issues what are the steps needed to be taken care?

Answers were Sorted based on User's Feedback



My select statement is not working as expected, So, to overcome from such issues what are the steps ..

Answer / nitin

Possibe Scenarios
1. Check table is being locked by any other resourse.
2. Table reach to HIGH WATER MARK, resuse the storage or SHINK SPACE could overcome this problem.
3. Check the data volume.
4. Table or index(if any) is analysed or their stats are gather or not.

Is This Answer Correct ?    2 Yes 0 No

My select statement is not working as expected, So, to overcome from such issues what are the steps ..

Answer / nitinsharma06

1.Table is being Locked by any other resourse or not.
2.Table is reach to high water mark, REUSE STORAGE or SHRINK SPACE could resolve the issue.
3.Table or Indx(if any) stats are gather or not.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What do you mean by field in sql?

0 Answers  


Can there be more than one function with a similar name in a pl/sql block?

0 Answers  


What are sql*plus environment variables?

0 Answers  


What are the types of variable use in pl sql?

0 Answers  


How to look at the current sql*plus system settings?

0 Answers  






How do you take the union of two tables in sql?

0 Answers  


What are the types of dbms?

0 Answers  


What is PL/SQL table ?

6 Answers  


what is unique key constraint? : Sql dba

0 Answers  


what is the difference between where clause and having clause? : Sql dba

0 Answers  


Why indexing is needed?

0 Answers  


Can We write bulk collect statement in triggers?

1 Answers   Polaris,


Categories