Indexes missing

Hi team ,
  We have found one index missing in db02. The index is in Abap Dictionary but not in Database. How to find the who perform the deletion of index from data base OR who perforn the creation of index in only Abap Dictionary.
Regards
  Vishnu

If it is your Production, then it might be transported from Development.
Check the change log (Last update) on particular Index to get user name and the date.
Otherwise someone must have performed Index rebuild online (It drops and recreates, but might be because of size of Index it just droped and not created in foreground).
Check your EWA whether you are getting any alerts on this change or not.
If it is usable then you have to create at DB level too (Use SE11).
Regards,
Nick Loy

Similar Messages

  • Indexes missing in the database

    hello gurus
    Missing indexes. Check of 23.04.2007 20:11:16
           Indexes missing in the database
               Primary indexes                    0
               Secondary indexes                6
                   /BIC/F100067-160
                   /BIC/F100067-150
                   /BIC/F100067-140
                   /BIC/F100067-130
                   /BIC/F100067-120
                   /BIC/F100067-110
    This is my problem, I am facing in my database, can somebody help me to understand what is   Primary indexes,     Secondary indexes in the database
    whether they critical or non critical, what is the process so that we can rectify the
    indexes ?
    Waiting for your reply
    Thank You

    HI Shishir,
    <b>Here are the definitions for the following :</b>
    <b>Missing indexes</b> may occur if you ignore an error message when creating a table (table created, index not created) or if an index is deleted. The latter case may occur during an incorrect reorganization.
    <b>Difference between Primary and Secondary Index:</b>
    <b>Primary indexes</b> (ending with 0) ensure that the line keys (row keys) are unique. Missing primary indexes are therefore a critical problem.
    <b>Secondary indexes</b> (ending with 0) are used for particular scans and are only important for performance.
    To analyze the above use T-code DB02
    Regards
    <b>Vijay Kothapalli</b>

  • Primary indexes missing

    Hi friends,
    In transaction DB02 I am getting 7 primary indexes missing,please tell me how to correct this error.
    Regards,
    Vish.

    Hi Vish,
    There are several SAP notes on this depending on the kind of database you use. Have a look at them as well. It should give you idea.
    Regards.

  • RoboHelp x5 TOC and index missing when the project is converted to RoboHelp 10

    As the title says, RoboHelp x5 TOC and index missing when the project is converted to RoboHelp 10. Any ideas for recovering or importing the x5 TOC and index?
    Before this is suggested, auto-create is not an option.

    Hi there
    Perhaps give this a try. From the Project Manager pod, right-click the Table of Contents area and choose "New Table of Contents". Give it a name and enable the "Copy existing Table of Contents" check box. Then click the Ellipsis icon on the far right side. See if you have a .HHC file in the folder. Odds are, you will. That will be the existing (missing) TOC.
    Hopefully that will work. If so, repeat the process for the index.
    I think when upgrading the project something goes wrong with naming.
    Let us know if this helps... Rick

  • Lost iCloud Pages Document because of xml index missing- finally resolved!

    This morning I opened a Pages document in the cloud and started making changes to it the same as I have a hundred times in the past.  The dreaded spinning ball appeared and I force quit Pages.  Upon trying to open the same document I got the dreaded "xml index is missing".  I callled tech support and was told by the first person that there is no way to recover the document.  I also asked if Time Machine would have backed it up and he said NO, there is no way of recovering it if I didn't make a copy of it.  I called Apple Support again and this time talked to a lady who at least tried to help me, but we weren't making any progress.  I then found an article online (after searching earlier for the xml issue) that said Time Machine DOES backup Mobile Documents under the ~Library/Mobile Documents unless you specifically tell it not to.  Luckily this person insisted that it backs up mobile documents because I was able to recover the document from a Time Machine backup.  Thank you to the person who posted about the Time Machine backup!  Now Apple needs to let their Tech Support people know about this!

    Hank,
    You were wise to search for answers here. There's no doubt that there is more collective wisdom in these discussions than you would expect to encounter in one first-echelon phone support person. You are also wise to be using TimeMachine so you have that recovery option available to you.
    Jerry

  • BW DB13 Tables and indexes missing

    hi, everyone,
    our team find a strangethings in DB02 about the growth of table space, there is even no any growth, and it keeps  about two months.  and then we found that in tables and indexes all table about BW like *ODSD, *FACTD, *DIMD are missing!
    I only find DB13C appear the error as" REOGR CHK for All Tables" at the same time .
    please tell me why I can't find BW tables ?  is there any relations between  tables missing and job calendar?
    our level is 701, and database is DB6.

    It's a fool questions, i found the reason is so easy^^

  • Problem about Indexes missing in the database

    Dear all,
    We found a missing index in DB02 view of our sap system.
    This missing index is a Secondary index,
    and its name is S509-VAB.
    We tried to create it in DB, but got below error log as below:
    Index S509~VAB could not be set up in the database
    Message no. DI 006
    Diagnosis
    It was not possible to create the index in the database.
    This could be caused by the fact that an index with the same name exists in the database, but it is unknown to the ABAP/4 Dictionary. Activating the index in the ABAP/4 Dictionary is possible, but it is not possible to create it in the database.
    Procedure
    For more information about the cause of the error, analyze the SQL error messages in this log.
    Our question is How to Activate the index in the ABAP/4 Dictionary?
    Anyone experienced,
    Please kindly give advice.
    Regards,
    Allen

    Hi Allen,
    S509 is an information structure table. Data is populated into it post we do some necessary cutomizing and is mainly used for reporting purpose. I do not know what reports you are generating out of this. Hence difficult to say whether you can ignore this missing index or not.
    I would suggest you to do the following
    In se14, type the table name S509.
    Go to indexes tab. Look for the list of indexes defined.
    Select the index name VAB ( Which is missing in your case ).
    1) check the status of this index ? Does it says "exists in database"
    2) If point 1 is not valid then , select the option create in database button and create the index in the database.
    Regards,
    Deepak Kori

  • Index missing in ABAP DD

    Hi Guys,
    I have created an index only on the database level. Now, I want to have it in ABAP dictionar also. Do I follow the same procedure to create it:
    se11->indexes->create?
    How will the system recognize it? DO i have to do anything else to nform the system that this index already exists on database?
    Thanks in advance
    Cyrus

    Hello,
    May be I am too late in replying, but if you are still stuck... here is the reply.
    To answer your question Cyrus...
    If you are creating a new index at a database level, there is nothing to worry. You can first create if at db level and then create it using SE11 in SAP. When you activate this index, SAP is smart enough to recognize that an index exists at db level and activates the index in SAP without taking any time.
    MIND YOU THE NAME OF THE INDEX AT DB LEVEL AND THE NAME YOU GIVE IN SAP NEEDS TO BE CAREFULLY CONSIDERED. FOR e.g. if the name of index in SAP is on table ZTFKK_PAYMNTINFO and the index name in SAP is Z01, the index should be named as ZTFKK_PAYMNTINFOZ0 in Oracle. Note how it is named in oracle without a space or ~ character and missing last letter of index name i.e. '1' .
    Problem is when you want to modify an existing index and not create a new one. When an existing index is modified in db level first and then changed in SAP, while activating it in SAP, SAP first drops the index at db level and then tries to re-create it. This activation in SAP could take long if the table size is huge.
    To answer Rich's question...
    There are reasons for people wanting to create big indexes directly at db level as these database systems allow parallel process to build the index. This saves a lot of time specially when the table is size is in millions of records).
    Even if your index is not in SAP Dictionary but exists at DB level, the index is used when appropriate query is fired from SAP.
    Hope this clears things.
    Cheers,
    Jay

  • Missing indexes after system copy

    Hi All
    we have around 70,000 missing indexes after the system copy
    offline export from
    source with sun solaris oracle
    To 
    Linux oracle
    but these appeared after we Run  SGEN , which took 60 hours for a 200 Gb database.
    and target system response is also slow , how to go ahead with this issue
    we have checked export and import logs , none of the packages were missed
    1 Why these missing indexes after SGEN , and why SGEN for 60 hours
    2  when we check the Tables which appeared in Missing indexes ,from SE14  it says In Consistency with Data dictionary
    3  and the other error , is  Index Missing in the database ,
    4  but we cant create all these manually.
    Regards

    Hi Matt
    Thanks for the response
    After sap suggestion  , we have done only import again, with 721 R3load same as export.
    but still the R3load.exe.log of import shows as done with 720 kernel.
    import R3load.exe log       //bas/720_REL/src/R3ld/R3load/R3ldmain.c#
    export R3load.exe log     //bas/721_REL/src/R3ld/R3load/R3ldmain.c#10 $ SAP
    But when we compare  the sapinst_dev and AGR logs both from export and import
    both are referring the same 721 R3load version ,
    //bas/721_REL/src/R3ld/R3load/R3ldmain.c
    still we have same missing indexes issue , after we did the import again.
    Are we making any mistakes in export  , Any suggestions are welcome
    hi all , kindly respond with your inputs , on this
    Regards

  • Creating Missing Indexes

    I find a missing Index when I do Database check
    This is the error message:
    "BR970W Database administration alert - level: ERROR, type: MISSING_INDEXES, object: (table) SAPR3.ZGMM0015"
    I executed Trx. DB02 - Missing Indexes - there I find
      --> Index missing under database
        --> primary index - 1
          --> Z..... --> I selected this and clicked on "Create in DB".
       Then it pops up a dialog box asking options like Online, Background .... (can I create this Index online)
       from here what I needs to do.     
    Gurus can some one guide me.
    Thanks in advance

    Looks like index is missing for the table.. When you get options like online, background, you may use online. It does not hamper the system.

  • Library Cache miss pct of INDEX is too high

    Our production database is 10g Rel 1, having runing three months since last restart. Following is statspack report for one working day. What I don't understand is why INDEX miss pct is so high up to 85.3% and 81.7%. Any body has idea?
    Get Pct Pin Pct Invali-
    Namespace Requests Miss Requests Miss Reloads dations
    BODY 10,872 0.7 3,331,999 0.0 27 0
    CLUSTER 350 2.9 800 1.6 3 0
    INDEX 136 85.3 142 81.7 0 0
    SQL AREA 2,340,810 0.5 51,960,897 0.1 8,448 48
    TABLE/PROCEDURE 660,384 12.1 6,782,998 0.4 7,775 0
    TRIGGER 8,148 0.5 94,538 0.1 41 0
    -------------------------------------------------------------

    Check the sql statements
    select  username, sql_text
    from v$sqlarea , dba_users
    where
    parsing_user_id = user_id
    and username not like 'SYS%'
    and sql_text not like '%:%';

  • Missing Index issue.

    Dears,
    I am getting following error in DB02 in Missing index option.
    Missing indexes. Check of 19.07.2008 07:04:31
           Indexes missing in the database
               Primary indexes                  1
                   ZRECEIPTS-0
               Secondary indexes                6
                   BSIS-ZCH
                   BSIS-ZGL
                   EKBE-M01
                   GLPCA-BL
                   MBEW-ZMK
                   ZCND-CD
    Please suggest how to resolve this issue.
    Deepak

    Hi,
    I created Indexes maually but in one index its showing:
    Request: Create Index ZCND-CD (ANKITG/19.07.08/10:19)
    Process: MSLDEV_1
    sql:
    CREATE UNIQUE INDEX "ZCND~CD" ON "ZCND"
    ("MANDT",
    "STATS")
    PCTFREE 10
    INITRANS 002
    TABLESPACE PSAPDS1
    STORAGE (INITIAL 0000000016 K
    NEXT 0000000016 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 001)
    ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    DDL time(___1): ........43 milliseconds
    The SQL statement was not executed
    Index   could not be created completely in the database
    Index ZCND-CD could not be created
    Request for ZCND could not be executed
    Please suggest.
    Deepak

  • DBACOCKPIT reports missing secondary indexes even though they exist .

    Hi all,
           On our BI system (7.0) on DBACOCKPIT, system reports some secondary indexes missing even though they already exist.
         Any suggestions for the cause of the problem or what to investigate?
    regards,
    K

    Hi,
    When was statistics updated last time. Update the statistics and chk if the problem is still shown.

  • The required index has not been created yet in the search engine

    Hi,
    I am trying to change the inspection plan trying to add master insp.characterstics in QP02 the system is giving the following error: "The required index has not been created yet in the search engine".  As per the solution for that error The administration transaction is SES_ADMIN.
    Through the Goto menu, you can enter the relevant customizing directly.
    The index was required for: Business object = QPMK
    Object type = 1
    It is already there. I don't know why still it is showing the error.
    How can i fix this?
    Pl help me. Thanks.
    Madhu

    Hi,
       Not so sure this applies as
    1] The field is using a custom search help which correctly appears for data selection in each case. Its only when we push the go button that the index missing error ishappening for the particular user.
    2] We cloned the user  id for the user having the issue and the clone has no problem at all using the search help.
    Weird huh?
    Ross

  • Error in phase import Homogeneous system copy from a BI 7.3 dual stack ABAPJAVA

    Hi
    I'm doing a Homogeneous system copy from a BI 7.3 dual stack ABAP+JAVA system with an Oracle DB (11g version, 11.2.0.3.0 patch level) with AIX ibm OS.
    Before starting export I've executed in the source system the report SMIGR_CREATE_DDL, as described in sap note 888210, and I generated *.SQL files.
    After, during the import in the target system I get the following error message:
    vi /expdb2/tmpDB0/sapinst_instdir/NW730/ORA/ORA/COPY/ORA/SYSTEM/STD/AS/import_monitor.log
    INFO: 2014-03-08 00:21:57 com.sap.inst.migmon.LoadTask run_report
    Monitor jobs: running 0, waiting 1, completed 60, failed 5, total 66  finish processing of package SAP0000
    You can see below the detail of the 5 packages in error:
    SAPAPPL0_1_5
    DbSlExecute: rc = 99
      (SQL error 2216)
      error message returned by DbSl:
    ORA-02216: tablespace name expected
    (DB) INFO: disconnected from DB
    /usr/sap/DB2/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/DB2/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140307141347
    SAPZPSA
    DbSlExecute: rc = 99
      (SQL error 2216)
      error message returned by DbSl:
    ORA-02216: tablespace name expected
    (DB) INFO: disconnected from DB
    SAPDODS
    DbSlExecute: rc = 99
      (SQL error 922)
      error message returned by DbSl:
    ORA-00922: missing or invalid option
    (DB) INFO: disconnected from DB
    SAPDFACT
    DbSl Trace: Error 1741 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-01741 occurred when executing SQL stmt (parse error offset=8126464)
    (DB) ERROR: DDL statement failed
    (  ALTER TABLE "/BI0/F0TCT_C01"    ADD PARTITION "/BI0/F0TCT_C010000001131" VALUES LESS THAN ( 0000001131  )    TABLESPACE "" )
    DbSlExecute: rc = 99
      (SQL error 1741)
      error message returned by DbSl:
    ORA-01741: illegal zero-length identifier
    (DB) INFO: disconnected from DB
    SAPZOSO
    DbSl Trace: Error 922 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-00922 occurred when executing SQL stmt (parse error offset=242024448)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "/BIC/B0000989000"    ("REQUEST" VARCHAR2 (000090)      DEFAULT ' ' NOT NULL,    "DATAPAKID" VARCHAR2 (000018)      DEFAULT '000000' NOT NULL,    "PART
    NO" NUMBER (000010)      DEFAULT 0 NOT NULL,    "RECORD" NUMBER (000010)      DEFAULT 0 NOT NULL,    "PLANT" VARCHAR2 (000012)      DEFAULT ' ' NOT NULL,    "MATERIA
    L" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "RPA_CURUOM" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RPA_MVF" NUMBER (000017, 000002)      DEFAULT 0 NOT N
    ULL,    "PRICE_UNIT" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "RPA_QTYUOM" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "RT_SSMFGR" VARCHAR2 (000024)
        DEFAULT '00000000' NOT NULL,    "BASE_UOM" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "FRE_PLNPUR" VARCHAR2 (000036)      DEFAULT ' ' NOT NULL,    "FRE_MINS
    TK" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "FRE_SERLEV" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "FRE_SELCLS" VARCHAR2 (000003)      DEFAULT '
    0' NOT NULL,    "FRE_REPLST" VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "ABCKEY" VARCHAR2 (000003)      DEFAULT ' ' NOT NULL,    "RECORDMODE" VARCHAR2 (000003)
        DEFAULT ' ' NOT NULL,    "RT_SERVLEV" VARCHAR2 (000003)      DEFAULT ' ' NOT NULL,    "RT_SUPS" VARCHAR2 (000003)      DEFAULT ' ' NOT NULL,    "VAL_TYPE" VARCH
    AR2 (000030)      DEFAULT ' ' NOT NULL,    "PUR_GROUP" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "RT_VPNEU" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,
    "CURRENCY" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RT_VRKPE" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "DISMM" VARCHAR2 (000006)      DEFAULT ' '
    NOT NULL,    "SALES_UNIT" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "RT_VP_BT" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "RT_VPE_BT" NUMBER (000017,
    000003)      DEFAULT 0 NOT NULL,    "RT_VP_NT" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "RT_VPE_NT" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "R
    T_VWAERBT" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RT_VWAERNT" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "RT_VPMEIBT" VARCHAR2 (000009)      DEFAULT '
    ' NOT NULL,    "RT_VPMEINT" VARCHAR2 (000009)      DEFAULT ' ' NOT NULL,    "LOC_CURRCY" VARCHAR2 (000015)      DEFAULT ' ' NOT NULL,    "UNIT" VARCHAR2 (000009)
      DEFAULT ' ' NOT NULL,    "CM_MCATDIV" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT1" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT2" VARCHAR2
    (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT3" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_CDT4" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL,    "CM_HIEID"
    VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "CPSTLC" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "CPSVLC" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL
    ,    "STOCK_VAL" NUMBER (000017, 000002)      DEFAULT 0 NOT NULL,    "STOCK_QTY" NUMBER (000017, 000003)      DEFAULT 0 NOT NULL,    "RT_SEASON" VARCHAR2 (000012)
      DEFAULT ' ' NOT NULL,    "RT_SEASYR" VARCHAR2 (000012)      DEFAULT '0000' NOT NULL,    "CALDAY" VARCHAR2 (000024)      DEFAULT '00000000' NOT NULL,    "CALWEEK"
    VARCHAR2 (000018)      DEFAULT '000000' NOT NULL,    "RF_BNDID" VARCHAR2 (000012)      DEFAULT ' ' NOT NULL,    "/BIC/ZCATTR3" VARCHAR2 (000006)      DEFAULT ' ' NOT
    NULL,    "/BIC/ZCSTYLE" VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "/BIC/ZCIMAGE" VARCHAR2 (000006)      DEFAULT ' ' NOT NULL,    "/BIC/ZCBRNDTYP" VARCHAR2 (000
    003)      DEFAULT ' ' NOT NULL,    "/BIC/ZCGROUPE" VARCHAR2 (000054)      DEFAULT ' ' NOT NULL)    PCTFREE 10    PCTUSED 00    INITRANS 001    TABLESPACE    STORAGE (
    INITIAL    0000000016 K            NEXT        0000001024 K            MINEXTENTS  0000000001            MAXEXTENTS  2147483645            PCTINCREASE 0000
        FREELISTS  001            FREELIST GROUPS 01)      PARTITION BY RANGE ("PARTNO")      (      PARTITION "/BIC/B00009890000000000002" VALUES LESS THAN      (00000
    00002)      NOCOMPRESS      ) )
    DbSlExecute: rc = 99
      (SQL error 922)
      error message returned by DbSl:
    ORA-00922: missing or invalid option
    (DB) INFO: disconnected from DB

    hello,
    Before anything update DB shared lib, R3load, R3ldctl and R3szchk in the target system. Also Check in source system if you have any tables o index missing in db02 transaction, If this system wa upgraded from a previous release please check TAORA and IAORA tables in source system and check all the tablespaces named in those tables are created in the target system.
    let me know how it goes.
    Regards,
    Michael

Maybe you are looking for

  • HT204389 how to stop the voice over

    how  do i stop the siri voice over

  • Create file system directory, no oracle directory

    I want to create a directory in the filesystem, example / test / directory1, I want to create a directory tree example: / test / directory1 / test / dir2 / test / dir2 / folder as if a linux mkdir. Is it possible with sql? thanks Greetings

  • Trying to import a CD, but it doesn't load in iTunes!

    So my mother asked me so help her upload some of her CDs (she's never done it on her own) and so I taught her how. She'd sucessfully uploaded and imported all of her CDs save one. When she inserted the CD into the drive, it never loaded onto the iTun

  • Output of SM36

    hello all,             I have scheduled one job. It got finished but i dont know how and where to see its output? can anybody pls guide me. Its urgent. Thanks, Ashu

  • Translate JavaHelp

    Dears, How I translate the messages, tooltips, etc from JavaHelp swing interface? Thanks in advance Robert