cancel
Showing results for 
Search instead for 
Did you mean: 

MISSING_INDEX, object: (table)

Former Member
0 Kudos

Hello All,

I am getting missing index warning in dbcheck.

When I checked on SAP both table and index is active.

But index is unusable on db level.

But also I cannot find the entry for the same in db02, missing index.

Please advise.

Thanks,

Anu

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_koehler
Active Contributor
0 Kudos

Hello Anu,

> But index is unusable on db level.

Have you checked this with the following sql statement:

SQL> SELECT STATUS FROM ALL_INDEXES WHERE INDEX_NAME = '<INDEX_NAME>';

If the status is UNUSABLE just rebuild the index.

Regards

Stefan

Former Member
0 Kudos

Thanks but please note that I am not getting error for missing_statistics but for missing_index.

Thanks

Anu.

Former Member
0 Kudos

Please post your dbcheck logu2026u2026

former_member204746
Active Contributor
0 Kudos

missing index? If this is not a BW system, go into SE14 and create the missing index.

Former Member
0 Kudos

If You 're getting following error Error in db13 while executing "CHECKDB" Action, then perform the following:

Error :

BR0970W Database administration alert - level: ERROR, type: MISSING_STATISTICS, object: (index) SAPsid.table~index

Solution:

Login to OS by using SIDadm user.

enter the command brconnect -c -u / -f stats -t tablename

run check db to see the error is resolved.

Also always schedule the "UPDATSTAT" 1st then "CHECKDB" in db13.