If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Instance aborted automatically

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-27-10, 01:42
sanjaisureshj sanjaisureshj is offline
Registered User
 
Join Date: Jul 2010
Posts: 4
Instance aborted automatically

hi,

i am using db2 9.5 version. when i start running application, i am getting the below error.

58004(-901)[IBM][CLI Driver][DB2/AIX64] SQL0901N The SQL statement failed because of a non-severe system error. Subsequent SQL statements can be processed. (Reason "bad opcode".) SQLSTATE=58004


can anyone advice on this...
Reply With Quote
  #2 (permalink)  
Old 07-27-10, 13:20
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
Index data consistency problem toleration is higher
In Version 9.5, when an index is no longer consistent, an error message (SQL0901N ) is returned to the application instead of the database and instance being brought down.

When the error message is returned, you can use the INSPECT command or the db2inspect API to do online checking for the cause of the index inconsistency, while still allowing other applications access to those database objects not being evaluated. This type of error toleration is enabled only for regular indexes, on both partitioned and nonpartitioned tables, and for indexes on multidimensional clustering indexes. This type of error toleration is not enabled for multidimensional clustering block indexes, composite block indexes, spatial indexes, and XML indexes.
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS
Reply With Quote
  #3 (permalink)  
Old 08-01-10, 13:15
sanjaisureshj sanjaisureshj is offline
Registered User
 
Join Date: Jul 2010
Posts: 4
thanks markham
Reply With Quote
  #4 (permalink)  
Old 08-07-10, 00:35
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
You may consider opening a PMR if this error is unresolved.
Reply With Quote
  #5 (permalink)  
Old 08-11-10, 13:08
debrahogan debrahogan is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
Thanks this was very helpful
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On