Share your experience
This is a discussion on Share your experience within the DB2 forums, part of the Database category; Is there possibility that when a user runs dbcc checkdb it gives no errors but the database still throwing errors? ...
-
Share your experience
Is there possibility that when a user runs dbcc checkdb it gives no errors but the database still throwing errors? I faced this recently and could not figure out the reason for the same. If someone could share their experiences faced similarly in this context and the way they resolved it would help me and others facing this problem.
-
There are many errors like memory-only corruption that cannot be found by running dbcc checkdb alone. So there is definitely possibility for getting errors even though when a user runs dbcc checkdb it gives no errors but the database still throwing errors. For the process of error checking one must first check the event log file for hardware and other errors. After correcting
these errors CHECKDB can be used for further analysis and error checking.
-
12-20-2010, 02:32 AM #3
- Join Date
- Dec 2010
- Answers
- 1
In DB2, i occur in my one of the user login following error : Change in the value in the invoices.. Why? It did not occurs in others user PC's.
Plz tell me the solution...
-
Sponsored Ads


Reply With Quote





