Unwanted record in v$archived_log

Hello All,
v$archived_log view shows archive log record for previous incarnation also.
Is there any way we can exclude these record from this view i mean it should show record for current incarnation only not for the previous one
Database version Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
Regards
Vinay

Hi,
First thing i will tell u why u remove this. U know this is needed for Database recovery.
If u really remove this one plse recreate controlfile.

Similar Messages

  • Unwanted record is coming even after filtering through read command

    Hi All,
    I am fetching vbeln matnr fkimg brewand netwar from vbrp and kdmat erdat from lips. i am reading data as:-
    READ TABLE IT_lips WITH KEY VBELN = WA_VBRP-VGBEL MATNR = WA_VBRP-MATNR INTO WA_lips BINARY SEARCH.
    In this case data should filter according to read command ,but 1 record which exist with vbeln and matnr in vbrp and no corresponding record is there in lips is also coming in my final output.
    This is happening when i am giving a particular customer code in my selection screen.
    Is anyone have idea about this problem.
    Thanks ansd Regards,
    Ranu

    >
    ranu sharma wrote:
    >
    >
    >     CLEAR: wa_vbrK, WA_LIKN, WA_MALI, WA_VBPA,WA_LFA1,
    > WA_J_1IEXCHDR .
    >
    > .......
    > ........
    >
    > READ TABLE IT_MALI WITH KEY VBELN  = WA_VBRP-VGBEL MATNR = WA_VBRP-MATNR INTO WA_MALI BINARY SEARCH.
    >
    >       IF SY-SUBRC = 0.
    >
    >   IF WA_MALI-VBELN = WA_VBRP-VGBEL AND WA_MALI-MATNR = WA_VBRP-MATNR.
    >         WA_FINAL-MATNR = WA_MALI-MATNR.
    >          WA_FINAL-MATKL = WA_MALI-MATKL.
    >         WA_FINAL-ERDAT1 = WA_MALI-ERDAT.
    >         WA_FINAL-MTART = WA_MALI-MTART.
    >         WA_FINAL-TEXT_LIPS_MAKTX = WA_MALI-MAKTX.
    >         WA_FINAL-KDMAT = WA_MALI-KDMAT.
    >    ENDIF.
    >
    >   ENDIF.
    > ....
    > ....
    > enloop
    Hi Ranu,
    As I said in my earliar Post...
    You must be forgetting to clear the work area after appending or modifying ...
    Please clear  WA_FINAL  after it's processing is over for each record inside LOOP AT IT_VBRP INTO WA_VBRP...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Master data tables with unwanted records from transaction data upload

    Hi Friends,
      I have a master data table for infoobject 'C' with compounding characteristics 'A' & 'B'.  I upload this master data with values given below:
        <i><u> A,              B,              C,           Short text,                        Long text</u></i>
           <b>  <b>P,          10,           BBB,         Apple,                              Big Apples
             Q,             20 ,           XYZ  ,       Tomatoes    ,                    Red Tomatoes</b></b>
      When I load data into ODS from a source system, I may not necessarily have data for all these 3 fields in these transaction record.  Example:
      <i><u>     A,                B,             C,             D,            E</u></i>    
         <b> P                -1            FFF</b>          20           30            
         <b> Q                10           GGG        </b> 10           40
       The problem is when I upload the above transaction data, it populates the <b>master data table</b> too with these two new records <b>1 -1 FFF</b> and  <b>2 10 GGG</b>, which I would like to avoid.
       Is there any way?
       Will assign full points to anyone who helps me here.
       Thanks,
       JB

    Hi JB,
    If you want to load transactional data and still want to prevent the population of the master data table, I don't think it is possible, as it is goes aginst the data consistency in the warehouse.
    However, if you can afford not to load transactional data for such cases, you can activate referential integrity check for the infoobject C. Then neither transactional data nor masterdata enter the datawarehouse until you maintain masterdata yourself for the infoobject C.
    hope this helps.

  • How to delete unwanted combinations after creating new records ?

    Hi All,
    I am generating some combinations using the 'characteristic relationship' setting in the query designer. If 10 records are created and the user wants to work only on 3 records, is there a way that the user can delete the unwanted records. I mean he shouldnt see these records again.
    If deletion is not possible then is there a way to hide these records ? Any logic as how to achieve this ?
    Zero suppression will not work in my case as there is a chance of assigning the key figure to zero and again reviving it back to some non zero value.
    Request your valuable inputs.

    Thank you for the reply.
    Yes thats how it works. But the user doesnt want to enter all the specific filter criteria , he wants to input the values only for some characteristics and leave the others as blank. In this case the system creates all the possible combinations for the characteristics that are left blank. So the no of unwanted records are increasing drastically.
    I had written a fox code to generate combinations based on the variable entry(from and to)  for the characteristic which determines the record uniquely. This way i am able to reduce the no of unwanted records.  But couldnt delete the records.
    Is there any way that i can change the value of a dummy characteristic in the  record so that data slice can be applied on such records by hitting a button and  the user willnt be able to change the values for these records.

  • Is it possible to delete the records from LIS Table S601

    We have created some errorneous/unwanted  records in planning in table S601. Is there a way to delete these enties by Plant or material.
    Need your help urgently.. Please help.
    Thanks in Advance
    Rajesh

    Hi
    Once we created variant we can't delete it,
    Regards,
    srihari

  • Optimal number of records to fetch from Forte Cursor

    Hello everybody:
    I 'd like to ask a very important question.
    I opened Forte cursor with approx 1.2 million records, and now I am trying
    to figure out the number of records per fetch to obtain
    the acceptable performance.
    To my surprise, fetching 100 records at once gave me approx 15 percent
    performance gain only in comparsion
    with fetching records each by each.
    I haven't found significant difference in performance fetching 100, 500 or
    10.000 records at once.In the same time, fetching 20.000
    records at once make a performance approx 20% worse( this fact I cannot
    explain).
    Does anybody have any experience in how to improve performance fetching from
    Forte cursor with big number of rows ?
    Thank you in advance
    Genady Yoffe
    Software Engineer
    Descartes Systems Group Inc
    Waterloo On
    Canada

    You can do it by writing code in start routine of your transformations.
    1.If you have any specific criteria for filtering go with that and delete unwanted records.
    2. If you want to load specific number of records based on count, then in start routine of the transformations loop through source package records by keeping a counter till you reach your desired count and copy those records into an internal table.
    Delete records in the source package then assign the records stored in internal table to source package.

  • Deleting 20 000 records

    Hi
    I have to get deleted 20 000 of unwanted records in one of my oracle database. As i monitored , when i going to delete a single record it takes around 2 mins time and also it's gonna be a impact for performance as well since its increasing CPU usage.
    Can somebody help me to delete those records by finding a most suitable way ?
    Many Thanks
    Luke

    Presumably, you're storing this multimedia data in a BLOB column (or columns), correct?
    No matter how much data you store in a row, it shouldn't take 2 minutes to delete a row.
    - How are you identifying the row to delete? Is the WHERE clause in your DELETE statement referencing a key? Or is the DELETE doing a full table scan to find the one row that needs to be deleted?
    - Are there any triggers on your table?
    - Is this a parent table in a foreign key relationship? Is the parent key unindexed in any of the child tables? If you delete a row from a parent table, Oracle needs to make sure that there is no row in any child table that references the deleted key. If that requires a table scan of a child table, rather than a simple index lookup, that could explain the problem.
    As others have requested, a query plan and a trace of the session would help us narrow down whether any of the above options are actually the culprit or if the problem is more obscure than that.
    Justin

  • Batch delete custom obeject records

    Hi expert,
    we accidently imported hundreds of records into custom object. I undertsand batch delete function does not apply to custom object. Is there any other alterntaive to batch delete these unwanted records? (besides manually delete one by one... :P)
    Thanks, sab

    hello Bob,
    The customer care replied they don't know when this patch will apply to our environment, is there anyway we can push this to be avialble asap?
    The oracle customer care's reply is as follows:
    1. Web Services Support for Custom Object 3 will be available in the new Patch 931.0.03 Unfortunately we don't have any information regarding the date of deployment for this patch for your environment. 2. An Enhancement Request,3-600732901, has been logged with the Siebel Support Engineers regarding this issue. Please be assured that development and engineering will analyze this request and will take the appropriate action towards implementation if it meets their approval. We appreciate all customer feedback and will work hard to implement as much as we can into our product. However, we are currently unable to provide you an estimated time of implementation while your request is being analyzed and processed. Please review the Training and Support portal for future Release Notes indicating the most current product updates or contact Professional Services for a custom solution.
    Thanks, Sab.

  • Automatically deleting records

    Hello.
    Is it possible to delete a record automatically in a workflow (based on some criteria)?
    Regards, Anders

    Hi Anders,
    We want to use MDM for our catalog (100' products/materials). In this catalog we have priceconditions (4 millions) and these priceconditions has an expired date and I want to delete records that has expired. I also have an issue when I do the import of the priceconditions. The files containes products/materials that I don't have in my catalog, thus I don't want to import these. This has become a problem, I have tried to set the MDIS unmapped handlig to fail, but this makes the importing of the priceconditions very slow. Thus I thought I could map them to NULL and then run a workflow where I could delete the unwanted records (but as you replayed earlier, an other workaround for this has to be done).
    According to me, For the first half of your problem, where you want to delete the records  whose price conditionds have expired.
    What you can do is a Search based on Pricing Condition. That will fetch you the records which you want to delete. You will have to delete these records manually. There is no other way to delete records automatically.
    For the second half of the problem, where the Import File has some new Materials/Products which you do not want to import.
    You can deal with this problem by selecting a proper matching Field. And then Select the proper Default Import Action.
    You will have to choose "Skip" for the new materials which do not want to Import. If you only want to update the materials which are already existing in MDM, then you will have to choose " Update All Map fields". Save both these properties in a map if your requirement is consistent.
    I hope I have understood your requirement correctly.
    Hope it helps.
    Thanks and Regards
    Nitin jain

  • Suppressing a record

    Does anyone know of a simple way of suppressing a record if a certain criteria is met?
    I've seen how format triggers suppress individual values or can blank out a line, but how can you remove an unwanted record entirely?
    One idea I had was to added another child query that will test if a specific condition is met and if so, return a NULL to hide that record. It seems like their should be an easier way.
    Any ideas or help would be appreciated.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    Does anyone know of a simple way of suppressing a record if a certain criteria is met?
    I've seen how format triggers suppress individual values or can blank out a line, but how can you remove an unwanted record entirely?
    One idea I had was to added another child query that will test if a specific condition is met and if so, return a NULL to hide that record. It seems like their should be an easier way.
    Any ideas or help would be appreciated.<HR></BLOCKQUOTE>
    Is there a chance that you can put the condition in the where clause of the query?
    If not you can use a format trigger on the repeating frame and return false from the trigger when the condition is met. This will keep that row instance from showing up in the report. Rememember to return true for the others. For ex:
    IF :your_condition = 'F' then
    return false;
    ELSE
    return true;
    END IF;
    return true;
    Hope this helps.
    null

  • How to get orphan records in Wf_notifications table and how to purge records in WF notifications out table

    Hi Team,
    1) I need Query to get the orphan records in the wf_notification tables to purge them.
    2) Same way I need to purge unwanted records in WF NOTIFICATION OUT table.Can you please let me know the process to get unwanted records in
    WF NOTIFICATION OUT table and the process to purge them.
    Thanks in Advance!
    Thanks,
    Rakeesh

    Hi Rakeesh,
    Please review notes:
    11i-12 Workflow Analyzer script for E-Business Suite Workflow Monitoring and Maintenance [Video] (Doc ID 1369938.1)
    bde_wf_data.sql - Query Workflow Runtime Data That Is Eligible For Purging (Doc ID 165316.1)
    What Tables Does the Workflow Purge Obsolete Data Program (FNDWFPR) Touch? (Doc ID 559996.1)
    Workflow Purge Data Collection Script (Doc ID 750497.1)
    FAQ on Purging Oracle Workflow Data (Doc ID 277124.1)
    Thanks &
    Best Regards,

  • How to get the latest ALV record?

    Hi all,
    I have create a ALV in my module pool with delete row feature. The module pool is able to display the record into the ALV.
    The user needs to delete some of the unwanted records. After that, my program needs to populate the record (after deleted rows), and save it into a customized table.
    My question is, how can I get the most up-to-date record from the ALV and assign it into internal table?
    Thanks in advance.

    Hi,
    Yes, I am using OOPs ALV
    I have included this code into PAI, but how do I get it assigns to a internal table?
    data: lv_valid type c,
          lv_refresh type c.
    call method grid1->check_changed_data
      importing
        e_valid = lv_valid
      changing
        c_refresh = lv_refresh.
    PBO
      data  grid1 type ref to cl_gui_alv_grid.
      call method grid1->set_table_for_first_display
        exporting
          i_structure_name     = 'ZSTRUCTURE_EXCEL'
          it_toolbar_excluding = lt_exclude
          is_layout            = ls_layout
        changing
          it_outtab            = gt_export2excel.
    FYI, my ALV is with delete row feature, the user will delete some of the row and now I need to get the remaining row and assign it to an internal table.
    Please help with some sample code. Thanks.

  • Standard Report required to delete Old Overtime Records

    Dear All,
    Good Morning to All.
    We are having a scenario , where we need to delete all the old overtime records from the Catsdb table.
    Its all having the status 20 ( released for approval ) and not yet approved.
    So is there any standard report which will give all the overtime records, for a particular employee for a specific period,  with status, so that we can check and confirm once and delete the unwanted records.
    Thanks in Advance.
    Regards,
    Sabari Prabhu.

    Hi Sabari,
    I think tx. CATS_DA could help you a lot. Check it and good luck!
    Best regards,
    Pablo

  • Manual Record Deletion vs. Archiving

    Hi,
    We have a good number of records that are no use to us and we'd like to remove them from our system.  We have been going back and forth on whether to archive them or delete them manually.  We are told to archive them all would take 3 months.  Does anyone know the downsides of manually deleting the records or anything other pros and cons of the two methods?
    Thanks,
    ~ Chris

    Archiving in MDM is totally different from Archiving records in other ECC system. But still you can create an archive file using a Mask. In this Mask you can put all the records which you want to delete from your repository. This the archive file will contain only those records which you wanted to delete. You can save this archive file for future references. Later on you can delete those unwanted records from your original repository.
    The above is one way of achieving it, but by deleting you will also loose the history of those records from your repository. So, i would suggest you to create an additional Look up field. This look up field will contain values like "Active", "Deleted" and will act as flag to identify whether record is deleted or not. Later on you can assign "Deleted" value to this field for records which you want to delete.
    This way you will be able to identify where record is active or deleted. In actual it will not delete the record and will preserve your master data history...
    - Shiv

  • Need a report for O[pen Purchase orders

    Hi All,
    Is there any standard report for open Purcahse orders for particular plant, my client requires one report of open P.O quantity to know the stauts, like 3 senerios example there is P.O No -100, and 3 line items
    l
    10 - X - 10 Nos deliveird 10 Nos
    20 - Y -10 Nos deliveried 5 Nos
    30 - Z - 10 Nos  No delivery - open
    in report output, i need to get P.O No and line item 20 for quanity 5 and line item 30 qty 10 Nos, since the 2 line itme need to deliver , line item 10 is completly delivered, so we need to ignore the same.
    Please lte me know how to proceed.
    Thanks
    Ramki
    Edited by: ram ki on Feb 11, 2009 4:31 PM

    Check the reports ME2N, ME2L, ME2M, ME2C
    If helpful award points
    Regards,
    Vivek
    Additionally
    In these reports you can use Selection Parameters in the input screen to filter out unwanted records. Revert if you need any additional info
    Edited by: Vivek on Feb 11, 2009 11:34 PM

Maybe you are looking for

  • Execution of a command in Linux

    Hi expert, I wrote this java class, that it's working in Windows, but not in Linux. Seems not executing the code have you any idea why? 1) you provide a userlogin 2) check if the userlogin file exists 3) if not it create a file where name and content

  • The document could not be printed with Acrobat Pro 9.5.1

    All at once the Adobe Acrobat Pro version 9.5.1 gives the error 'The document could not be printed', 'there were no pages select to print'. I have no idea what the problem is, all printing from other applications is fine, without any problem. A pdf i

  • Render a swf object(contains an image) in navigator not possible

    Hy, I have a swf object that is an image(a circle). I have tried to render it in firefox but it doesnt render anything but I have tried with other swf object(not an image, an application) and it renders it ok. So can I render a swf file that is an im

  • JTextArea append problem

    I have the following problem: I am creating a JFrame with a JTextArea in it. After all components are added to the JFrame I call: setLocation(100, 100); pack(); setVisible(true); Then a method is called that generates files and uses jTextArea.append(

  • ITUNES and Exclamation point problems

    It is incredibly frustrating trying to support a program that has so many quirks in it. Itunes should be a lot easier to handle when it comes to file management than it currently is. I recently changed out my 250 gb main HD for a 1 TB hard drive in o