Troubleshoot an Error

What will you do if in any condition you do not know how to troubleshoot the error at all and there are no seniors or your co-workers around?

Questions by darshana018

Showing Answers 1 - 9 of 9 Answers

We need to find where in the complilation the error is occuring.

We have to divide the code. and check for correctness of the code part-by-part..this is called debugging. Keep checking the code untill you find the code which is wrong.


hope this answer helps.
Raghu.

  Was this answer useful?  Yes

samsam1414

  • Jan 19th, 2010
 

Search forums for similar error codes or symptoms and make a plan, then submit it to your supervising DBA if you are not authorised to carry it out yourself.

  Was this answer useful?  Yes

Depending on error



1. Try to use your judgement,experience to understand and resolve it. You can even ask to reproduce it.

2. Search the metalink. or run oerr utility by passing the ORA message number to find the recommended action.

3. Google it to see if anyone else has encountered it & whats the solution.

In any case if you do find the solution don't apply it directly to production database. Test it in test/qa database 1st.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions