Unique constraint during the race error collecting statistics of schema

Hello
I get this error periodically during execution to collect statistics of schema
In GATHER_SCHEMA_STATS , schema_name= ALL percent= 40 degree = 8 internal_flag= NOBACKUP
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
Unable to correctly update the history table - fnd_stats_hist.
-1 - ORA-00001: unique constraint (APPLSYS.FND_STATS_HIST_U1) violated
I went thru notes 470556.1 , but I have not applied patch 5876047 according to the note.

I can truncate table FND_STATS_HIST? Is it safe to truncate this table?

Thank you
ARS

Published by: user7640966 on January 2, 2011 23:58

Hi Ars;

If I suggest his prod, make sure you have a valid backup of your system and also raise sr and confirm with oracle support. If you are on the clone or test, such as mention of doc first to backup table FND_STATS_HIST (make sure that you have a valid backup), truncate and repeat the test question

Respect of
HELIOS

Tags: Oracle Applications

Similar Questions

  • How to set the name of the author and where I find all of the debug option token during the race or the creation of the application on QNX IDE?

    How to set the name of the author and where I find all of the debug option token during the race or the creation of the application on QNX IDE?

    Here is the error

    Failure of deployment: Info: request shipment: install and launch
    Info: Action: install and launch
    News: Native debugging: on
    Info: File size: 219949
    Info: Installing com.example.UIBB10AppTest1.testDev_B10AppTest15dd51c62...
    Info: Treatment 219949 bytes
    actual_dname:
    actual_id:
    actual_version:
    result::failure 881 the application author does not match the author token of debugging

    The author information is located in the bar - descriptor.xml in the tab "General". But the information must be defined automatically. In addition, you must install the token debug on your device.

    If everything is configured properly there is only one problem that happened to me. I had several chips debugging Momentics. I had to remove all chips debugging and leave alone the I want to use. Perhaps, you have also several debugging chips installed in Momentics. This seems to be a bug in Momentics who can't handle several chips debugging.

  • Apple Watch freezes during the race

    I used my Apple Watch during a 21K run. I used the training software to monitor my heart rate during the race.

    After the mark at halfway, the screen dimmed, and the screen froze. (stopped adding distance, and heart rate has been replaced by '-'.)

    thinking that it was because of the excessive sweat on the sensors, I tried to wipe the back of the better watch that I have (which is not a lot considering everything that I had on me was wet). by pressing the digital Crown to return the screen to the face of the watch, but whenever I go to the app to drive he would show the same frozen screen.

    It is only after a kilometer (about 7 minutes) made the response to training app and worked normally until the end of the race.

    for the purposes of the workout on my Apple Watch concerns, I had only run 19,71 km instead of the 21 K who I actually ran.

    question: How can I prevent this happening again?

    Hello

    As a first step, if you have not already done so, it can help to upgrade your iPhone and Apple Watch to the latest version of the software, from your iPhone:

    It can also help to revive your watch:

  • Satellite A300 power suddenly goes out during the race for hours

    Dear users of the Forum,

    I am facing a strange problem in operation.
    My laptop Satellite A300 is suddenly down power during the race for hours.
    It is auto off not exactly. Not the way windows stop, is rather like strength to off (as when I press on & power button to stop force).

    This happens automatically, starting again, the screen saying "windows does not stop properly, start windows normally" is apperanig.

    I suspected virus infection, I tried full scan with nod 32, essential microsoft, kaspesky - 1 by 1 (previous uninstall and install the new), but all the antivirus intremediately scan stopped due to this power off.

    Watch movie also stopped in the Middle, attempted to convert the movie file format also was arrested several times because of this problem of automatic disconnection.

    I tried to run only on the power (remove battery) and got the same result.

    can anyone identify the problem? can you please give me the solution?

    smarjit1

    Hello

    I put t think it is s virus.
    En me it looks like overheating. Eventually the high internal temperature requires the laptop to close. This is done automatically to prevent the equipment from damage
    I'm not quite sure what could cause this exactly, but in most cases the dust inside the fans affects cooling performance and lead to a temperature higher than m.

    Higher temperatures could affect the RAM modules too, and perhaps that is the reason why some applications don't work properly.

    What to say; try to clean the cooling fans using a jet of compressed air and check out how the laptop would proceed

  • An error occurred during the update error checking new Code 80072EFE

    An error occurred during the update error checking new Code 80072EFE

    error 80072EFE infected by a root

    Launch tdsskiller to find any rootkids, download and run from here

    http://support.Kaspersky.com/downloads/utils/TDSSKiller.exe

    your computer will restart automatelly and start up. Then run the updates.

  • composite unique constraint on the values of parent and child?

    Is it possible to have a composite unique constraint that contains the values of the child elements? The example below has the "child" elements are offline, but it's preferred, but optional, I know that you can have a unique constraint in the set of tables without using a reference table that contains the constraint and the two columns. How xdb manages this requirement?

    permit:
    <parent ID="1">
       <child><name>test1</name></child>
       <child><name>test2</name></child>
    </parent>
    <parent ID="2">
       <child><name>test1</name></child>
       <child><name>test2</name></child>
    </parent>
    not allowed:
    <parent ID="1">
       <child><name>test1</name></child>
       <child><name>test1</name></child>
    </parent>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
               xmlns:xdb="http://xmlns.oracle.com/xdb"
               xdb:storeVarrayAsTable="true"
               elementFormDefault="qualified">
        
        <xs:element name="parent" type="Parent_T"
            xdb:columnProps="CONSTRAINT parent_pkey PRIMARY KEY (XMLDATA.ID)"
            xdb:defaultTable="PARENT"/>
    
        <xs:complexType name="Parent_T" xdb:SQLType="PARENT_T" xdb:maintainDOM="false">
            <xs:sequence>
                <xs:element name="child" type="Child_T" minOccurs="1" maxOccurs="unbounded" xdb:SQLName="CHILD"
                          xdb:SQLInline="false" xdb:defaultTable="CHILD" "/>
            </xs:sequence>
            <xs:attribute name="ID" xdb:SQLName="ID" use="required" />
        </xs:complexType>
        
        <xs:complexType name="Child_T" xdb:SQLType="CHILD_T">
           <xs:sequence>
             <xs:element name="name" type="xs:string" xdb:SQLName="NAME"/>
           </xs:sequence>
         </xs:complexType>     
    </xs:schema>
    xdb:columnProps = "CONSTRAINT parent_pkey PRIMARY KEY (XMLDATA.ID), * UNIQUE (XMLDATA.» "Child.Name) *" triggers the non-existent attribute


    A possible solution would be to copy the value of the primary key parent of the child element, then I could create a composite unique constraint using only the values of the child. However, I have this same requirement elsewhere in my lowest nested schema, and it can become messy / bad design with cascading of all primary keys on the schema. For example, I have a recursive element in which two attributes must be unique only within the parent company:
    <parent id="1">
       <child a="1" b="1">
          <child a="1" b="2">
             <child a="1" b="1" /> *not allowed
          </child>
       </child>
       <child a="1" b="2" /> *not allowed
    </parent>
    Possible solution:
    <child a="1" b="2" parent_id="1" />
    <xs:complexType name="Child_T>
       <xs:sequence>
          <xs:element name="child" xsd:SQLInline="false" xsd:columnProps="UNIQUE(XMLDATA.a,XMLDATA.b,XMLDATA.parent_id)" minOccurs="0" maxOccurs="unbounded" type="Child_T">
       </xs:sequence>
       </xs:element
    </xs:complexType>
    Is there a better design?

    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi 
    PL/SQL Release 10.2.0.4.0 - Production                           
    CORE     10.2.0.4.0     Production                                       
    TNS for Linux: Version 10.2.0.4.0 - Production                   
    NLSRTL Version 10.2.0.4.0 - Production 

    You can do something like this:

    SQL> DECLARE
      2
      3    xsd_doc xmltype := xmltype('
      4  
      5    
      6      
      7        
      8          
      9        
     10      
     11    
     12    
     13      
     14        
     15          
     16        
     17      
     18    
     19    
     20      
     21        
     22          
     23        
     24        
     25      
     26    
     27    
     28      
     29        
     30          
     31        
     32      
     33    
     34  ');
     35
     36  BEGIN
     37
     38    dbms_xmlschema.registerSchema(
     39      schemaURL => 'test_parent.xsd',
     40      schemaDoc => xsd_doc,
     41      local => true,
     42      genTypes => true,
     43      genbean => false,
     44      genTables => false,
     45      enableHierarchy => dbms_xmlschema.ENABLE_HIERARCHY_NONE
     46    );
     47
     48  END;
     49  /
    
    PL/SQL procedure successfully completed
    
    SQL> CREATE TABLE my_xml_table OF XMLTYPE
      2  XMLTYPE STORE AS OBJECT RELATIONAL
      3  XMLSCHEMA "test_parent.xsd"
      4  ELEMENT "root"
      5  VARRAY xmldata."parent" STORE AS TABLE my_parent_tab
      6  (
      7    VARRAY "child" STORE AS TABLE my_child_tab
      8  )
      9  ;
    
    Table created
    
    SQL> ALTER TABLE my_parent_tab ADD CONSTRAINT parent_uk UNIQUE (nested_table_id, "ID");
    
    Table altered
    
    SQL> ALTER TABLE my_child_tab ADD CONSTRAINT child_uk UNIQUE (nested_table_id, "name");
    
    Table altered
     
    

    Then:

    SQL> insert into my_xml_table values (
      2  xmltype('
      3     test1
      4     test2
      5  
      6  
      7     test1
      8     test2
      9  ')
     10  );
    insert into my_xml_table values (
    *
    ERREUR à la ligne 1 :
    ORA-00001: violation de contrainte unique (DEV.PARENT_UK)
    
    SQL> insert into my_xml_table values (
      2  xmltype('
      3     test1
      4     test1
      5  
      6  
      7     test1
      8     test2
      9  ')
     10  );
    insert into my_xml_table values (
    *
    ERREUR à la ligne 1 :
    ORA-00001: violation de contrainte unique (DEV.CHILD_UK)
    
    SQL> insert into my_xml_table values (
      2  xmltype('
      3     test1
      4     test2
      5  
      6  
      7     test1
      8     test2
      9  ')
     10  );
    
    1 ligne créée.
    

    http://download.Oracle.com/docs/CD/B19306_01/AppDev.102/b14259/xdb06stt.htm#sthref987

  • Compiling jsx to jsxbin, Palette disappears during the race

    Hello world

    My ID version is CS5, I added # targetengine "session."

    I compile jsx to jsxbin, but the palette disappears during the race.

    Anyone can tell me the reason?

    Thank you.

    Best regards

    Goldbridge

    You can wrap the content of jsxbin inside app.doScript () routine and add engine target in front of her.

    Hope that helps.

    --

    Marijan (tomaxxi)

    http://tomaxxi.com

  • Unique constraint in the form of master detail error

    Hi all

    I need help, the following requirement.

    I have a master detail form developed on master-child table. the tables have the composite key.

    Old masters has a composite key on columns (A, B)

    Children table has a composite key on columns (A, B, C)

    Child block look something like below

    C       A          B

    10 AAA 1000

    20 1300 BBB

    30 CCC 1400

    40 DDD 1200

    Increments of column C with 10 for each record, and if a new record is insert in intermediaries the records it is incremented to 5.

    My requirement is when an end user attempts to insert record between 20 and 30 or 30 and 40 and clicks on save, the value of the C column must regenerate as shown below

    C       A          B

    10 AAA 1000

    20 1300 BBB

    XXX 30 900

    40 CCC 1400

    50 DDD 1200

    Button Save I wrote the following code

    Declare
      ln_Count NUMBER :=0;
      ln_c number :=0
      cursor c1 is
      select c
      from child
      where a=:child.a
      and b=:child.b
    Begin
      Go_Block('Child');
      First_Record;
      LOOP
      ln_Count:= ln_Count+10;
      :child.C := ln_Count;
      EXIT When :System.Last_Record = 'TRUE';
      Next_Record;
      END LOOP;
    
    
      For c_cur in c1 Loop
      update child
      set c:=ln_c+10
      where a=:child.a
      and b=:child.b 
      and c=c_cur.c
      end loop;
      Forms_DDL('commit');
         
         commit_prc('Commit');  -- We have our own program unit to call commit_form
    
    END;
    

    I tried above in a way because, before approving the changes to the table, I update the existing values in the table of the C column so I would not get unique constraint error.

    When you click the button Save, I get a constraint exception. Hope I made my requirement clear.

    Can someone give me a clue to this implementation.

    Thank you

    malandain

    With this update, all your C-columnvalue became negative. When you post the form thereafter, forms update agaion records one by one the new positive figures. Because the numbers of 'old' in the db are now negative, there will be no violation-UK.

  • error during the load result collection javaserver

    Hi I met this problem with javaserver workload when it meets the workload of race. I have the following error in STAX. It seems to me that the workload is completed successfully but trying to make the results he error collection.

    -


    20091119-18: 55:02 start JobID: file 2: C:\vmmark\xml\vmmark_main.xml Machine: local://local, function: hand, Args: {'CONFIGFILE': r'C:\vmmark\VMMARK.} {CONFIG'}, JobName: smalltest1

    20091119-18: 55:02 Info Holding block: main

    20091119-18: 55:02 Info RELEASE received BLOCK the main query

    20091119-18: 55:02 Info releasing block: main

    20091119-18: 55:13 Start unit test: VMmark Setup

    20091119-18: 55:36 stop Testcase: VMmark Setup, ElapsedTime: 00:00:23

    20091119-18: 55:36 Start unit test: VMmark Wkld Setup

    20091119-18: 57:54 stop Testcase: VMmark Wkld Setup, ElapsedTime: 00:02:18

    20091119-18: 57:54 Start unit test: Run VMmark tiles

    20091119-19: 53:24 stop Testcase: tiles VMmark Run, ElapsedTime: 00:55:30

    20091119-19: 53:24 Start unit test: VMmark results Collection

    20091119-19: 53:25 error STAXPythonEvaluationError triggered signal. Termination of employment.

    = XML information =.

    File: c:\vmmark\xml\javaserver_functions.xml, Machine: local

    Line 322: Error in the item of type 'call '.

    = Information about the Python error =.

    com.ibm.staf.service.stax.STAXPythonEvaluationException:

    Evaluation of object Python failed for:

    ' Info: COPY the FILE C:\javaserver_%u.stdout TOFILE % s%sjavaserver_%u.stdout' % (gResultsDir [0], gFsep, tileserver, tileserver)

    Traceback (innermost last):

    File "& lt; pyEval string & gt; ", line 1, in?

    ValueError: invalid literal for __int__: javaserver0

    = Call stack for STAX Thread 1 =.

    [

    function: main (line: 106, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    sequence: 16/22 (line: 128, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    unit test: VMmark results Collection (line: 507, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    sequence: 1/2 (line: 508, File: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    iterate: 1/5 0 tilelist (line: 510, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    sequence: 1/1 (online: 511, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    iterate: 2/6. JavaServer gWORKLOADLIST (line: 513, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    sequence: 2/2 (line: 514, leader: C:\vmmark\xml\vmmark_main.xml Machine: local://local)

    function: GetResultsJavaServer (line: 227, leader: c:\vmmark\xml\javaserver_functions.xml Machine: local)

    sequence: 8/12 (line: 234 File: c:\vmmark\xml\javaserver_functions.xml Machine: local)

    ]

    20091119-19: 53:25 Info closing block: main

    20091119-19: 53:25 stop Testcase: VMmark results Collection, ElapsedTime: 00:00:01

    20091119-19: 53:25 Testcase status: Run VMmark tiles, pass: 1, fail: 0, ElapsedTime: 00:55:30, NumStarts: 1

    20091119-19: 53:25 Testcase status: VMmark Setup, pass: 1, fail: 0, ElapsedTime: 00:00:23, NumStarts: 1

    20091119-19: 53:25 Testcase status: VMmark Wkld Setup, pass: 1, fail: 0, ElapsedTime: 00:02:18, NumStarts: 1

    20091119-19: 53:25 total Testcase status: test: 3 Pass: 3, fail: 0

    20091119-19: 53:25 job outcome status: no

    20091119-19: 53:26 stop JobID: 2

    -


    Does anyone have any idea what this might be?

    Thanks in advance

    Hello. You need the patch file of functions of javaserver to http://download3.vmware.com/software/vmmark/javaserver_functions.zip.

    Lisa

  • a unique index or unique constraint on the issue of view Matt

    10.2.0.3

    I have an OLTP table and a matte view to fast refresh of the table in the warehouse. I have unique indexes on the matte view just as I have on the OLTP table. Of course, it's a bad idea because the updating Oracle on mattress views mechanism does not apply to the dml in the same order that it occurred on the side of OLTP? Should I get rid of all the unique indexes on views mattress in my warehouse and create regular index because of their unique nature will just happen because the side OLTP has a unique index? What will be the impact on the performance of the queries? Here's the alert log...

    Journal of owp2 alerts
    =======================
    ORA-12012: error on auto work 1595
    ORA-12008: error path refresh materialized view
    ORA-00001: unique constraint (SMS_AR. IU02_ROUTE_REF_MRKR) violated
    ORA-06512: at "SYS." DBMS_SNAPSHOT", line 510
    ORA-06512: at line 1
    ORA-00001: unique constraint (SMS_AR. IU02_ROUTE_REF_MRKR) violated
    ORA-00610: internal error Code
    ORA-12012: error on auto work 260282
    ORA-30439: updating of the ' ORA-30439: updating of the 'SMS_AR MV_ROUTE_REF_MRKR' failed due to the ORA-12008: error in the path of refresh materialized view
    ORA-00001: unique constraint (SMS_AR. IU02_ROUTE_REF_MRKR) violated
    ORA-06512: at "SYS." DBMS_SNAPSHOT", line 2254
    ORA-06512: at "SYS." DBMS_SNAPSHOT", line 2460
    ORA-06512: at "SYS." DBMS_SNAPSHOT", line 2429
    ORA-06512: at "SMS_AR.PA_PIES_WAREHOUSE", line 44
    ORA-06512: at line 2
    ORA-20000: index 'SMS_AR '. "' I01_MV_PIES_INV_REFMKR ' or the partition of this index is unusable

    Mark Reichman wrote:
    I think that this problem is resolved... Unless someone has something else to add. I have not tried yet... But it seems to be valid. I did a test and a unique constraint can be delayed in fact creates a non-unique index. So I need to remove my unique index on my matte view and create unique constraints can be delayed.

    Or...

    forget the unqiue part and simply change the indexes not unique because the main table has a unique index and guarantees uniqueness for me and the matte view will simply copy whats in the main table.

    Mark,

    the solution seems reasonable. Just a note: If you use a "reportable" unique constraint Oracle ignores any attempt to perform a direct-path insert of access and still stations conventional insert generating undo and many more again.

    As long as you do only a 'rapid' refresh, it should not matter, but in case you deal with refreshs full large MVs, this could make a difference when running not atomic refreshs (who can take advantage of the direct-path inserts / DML etc. at the same time)...

    Then you can consider using only non-unique index rather than the constraint may be delayed if performance can matter and given the fact that you should never see duplicates in the MV because of the constraint on the base table.

    Furthermore, you can use a non-unique index to apply a not reportable unique/primary key constraint as well, it is supported. You just need to create the index yourself before you set the constraint or using explicit syntax "CREATE INDEX" of the constraint clause.

    For more information, I wrote a note on this problem "may be deferred" some time ago:

    http://Oracle-Randolf.blogspot.com/2008/07/Deferrable-constraints-and-direct-path.html

    Kind regards
    Randolf

    Oracle related blog stuff:
    http://Oracle-Randolf.blogspot.com/

    SQLTools ++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676 /.
    http://sourceforge.NET/projects/SQLT-pp/

  • Unique constraint on the values in both directions

    I'm looking to create a unique constraint that works in two ways. Say I got a constraint unique in columns 1 and 2. I want it to be impossible for the two lines below the two exist at the same time. Is there a way to do this? I googled around for a while now and I found nothing that works so far.

    Header 1 Header 2
    DogCAT
    CATDog

    Hello

    You can create an index based on a single function:, like this:

    CREATE UNIQUE INDEX table_x_header_1_header_2

    ON table_x (LESS (header_1, header_2)

    More LARGE (header_1, header_2)

    );

    How will you use these values?  You might be better to simply create a regular old unique constraint, but also have a CHECK constraint to ensure that header_1<= header_2. ="" that="" way,="" when="" you="" want="" to="" search="" for="" the="" combination="" ('cat',="" 'dog')="" you="" won't="" have="" to="" search="" for="" ('dog',="" 'cat')="">

  • Collect statistics of schema is no longer can be cancelled but Phase set EXECUTION

    Hi all.

    After a work of statistics gather scheme was started inadvertently, I canceled it. Now we can see that the parent process is blocked in:

    Phase = running

    Status = in pause.

    If we try to cancel, we see "request * can no longer be cancelled.» The concurrent Manager process that running this application has ended abnormally. The ICM will mark this request as completed with error.

    Do we need to worry about this? It is not really 'ongoing'. It is expected to run again next weekend.

    Is it safe to leave it? Or do I take action? I don't think anything more needs to be done, but others disagree.

    I thank.

    11.5.10.2

    11.2.0.2

    RHEL 5.5

    Hello

    1.) it not automatically runs through Planner if you cancel it this time, it must be planned again.

    (2.) to check if it still has the substantive session the session of $ v

    Select oracle_process_id from the fnd_concurrent_requests where request_id = 'collect the id of the request;

    Select * from session $ v where paddr = (select addr from process $ v where the spid = 'oracle_process_id_obtained_above');

    kill sessions for the sid above - this will give zero if its not actually running.

    3.), you can manually update the completed fnd_concurrent_requests table

    SQL > update fnd_concurrent_requests set phase_code = 'C', status_code = has ' where request_id = - this should update only 1 file for the schema request gather;

    -SQL > commit;  (Remember to commit)

    (4.) to ensure that all managers are on the rise (actual = target) and other concurrent requests complete with phase and code status as C and C code.

    concerning

    KK

  • Module FNDGSCST: collect statistics of schema

    I had a problem similar to this, and I remember drew to a close with name change or drop the object in question.

    Surely, there MUST be a way for that:

    1. concurrent demand Gather schema Stats can still function (with the object with this name, always on the database)

    2 preferably also the contractors that object as well (so, not as a 'fix' have this object being excluded a request competitor buggy)

    It's on a 12.1.3 environment.

    I thought that the cause of this problem is someone with exotic filenames on objects additional eBS, without thinking about the consequences. I have no idea about the source of this particular object (I guess there is more than 1).

    Is there a definitive solution to this problem? Concurrent demand to collect Stats of scheme has had a very bad reputation, not only thanks to this bug. Problem is that it stops on ALL issues, which is another bug.

    * Starts * April 2, 2014 15:05:58

    Error ORACLE 20001 in FDPSTP

    Cause: FDPSTP failed due to the ORA-20001: SYS_NT4IBAQZIU2MRGQKWKXDGZYG == is an invalid identifier

    ORA-06512: at the 'APPS '. FND_STATS', line 774

    ORA-06512: at line 1

    .

    The SQL statement being executed at the time of the error was: SE

    +---------------------------------------------------------------------------+

    Beginning of the FND_FILE log messages

    +---------------------------------------------------------------------------+

    In GATHER_SCHEMA_STATS, schema_name = per cent = 40 degree = 1 internal_flag = NOBACKUP

    ORA-20001: SYS_NT4IBAQZIU2MRGQKWKXDGZYG == is an invalid identifier

    +---------------------------------------------------------------------------+

    End of the FND_FILE log messages

    +---------------------------------------------------------------------------+

    See if he can help MOS Doc 1363044.1

  • Collect statistics of schema

    Hi all

    11.1.0.6

    We met the performance issue on some lots.
    Can it be attributed to a statistic of outdated diagram? We have collected statistics schema 1 months ago.
    How often should collect us statistics of schema?


    Thank you very much
    Kinz

    Well, I guess the query was degraded. Do you mean that it was always like that? In this case, you must take a very different approach: you can set from the beginning.

    First get the AWR SQL report. I already told you to do. Then check out some more detail. Run the query with this suspicion,
    / * + gather_plan_statistics * /.

    And then to get the execution statistics with
    Select * from table (dbms_xplan.display_cursor (format-online 'allstats')) last;

    Yes, it will take an hour or two to run, but it's the best way to get to the truth.

  • VDR 1.0.2 - error message during the destination error-2241 re-indexing invalid/damaged index

    Hi, we get this error message during recataloguer. -2241 destination index invalid/damaged

    Is it possible to recover from and if so - what should I do?

    Hello

    the solution for me was to go in the VDR server, log in as root and delete the lock file.  Then I was able to start the integrity check

    Repeat this step for all data warehouses

    -# cd /SCSI - 0\:1 /.

    # ls

    Lost + found

    VMwareDataRecovery

    # cd

    VMwareDataRecovery /.

    # ls

    BackupStore BackupStore.cat BackupStore.cat.bak

    # cd

    BackupStore

    # ls

    store.lck index - 05.dat 000 bmap-index index - 03.dat - 00.dat

    999

    index of BMAP-index - index - 01.dat 04.dat - 06.dat

    bmap-index - 00.dat

    index of BMAP-index - index - 02.dat 05.dat - 07.dat

    bmap-index - 01.dat

    BMAP-index - 06.dat index - 03.dat journal.dat

    bmap-index - 02.dat

    BMAP-index - 07.dat index - 04.dat map.dat

    [root@VS71

    BackupStore] #.

    # rm - rf store.lck.

    Post edited by: Abid

Maybe you are looking for