What date's data is most recently collected

Hi
In a 12.1 Audit Vault database, how can i query what date's data is most recently collected from target database?
Audit Vault is collecting 2 months of audit data from target database and it didn't finish yet. How can i see the how much of the data is collected by AV.
Thanks.

thanks again,
as i said there is 500GB audit data on aud$ and this is being a big problem.
collector didn't manage to finish a full read of aud$ yet (experienced snapshot too old and some other problems) and everytime we restart it, it writes the complete data again.
now i realized that on audit vault, for some dates, data was inserted 2/3 times from target database. ( when compared avsys.event_log of AV and sys.aud$ of target database)
so i decided to empty data on AV and restart the collector.
Now question is what is the quickest way to delete all data on AV?
Thanks

Similar Messages

  • What is happening in the most recent keynote when I click on a slide and it pulses (larger-smaller)  Two of my slides have disappeared in the navigator although if I play through them they are there.

    What is happening in the most recent keynote when I click on a slide and it pulses (larger-smaller)  Two of my slides have disappeared in the navigator although if I play through them they are there and the slides have their orignal number--there are just white spaces where the slide should be and I can only get to the slide by clicking through from the prior slide.  How do I get the sldies back into the navigator so I can see them.  Oddly, they are show up just find on the light table. 

    Try removing any transitions or builds on these slides, or delete the slides then recreate them as fresh slides.
    There are many playback anomalies in Keynote 6 which Apple have said they will be  sorting out next year.

  • Blurry photo files in 2 of my most recent Collections folder

    I'm using Windows 8 and Lightroom 5. This morning when attempting to click on the Lightroom icon I received a message that Lightroom could not be found. Once I finally got Lightroom open I have found that all of the photo files in 2 of my collections are blurry while in the Library Module. When moving to the Develop Module it indicates that the folder could not be located for the photograph. All of my files are kept on an external hard-drive and only these 2 collections are blurry and they are the most recent photo files that I have worked with.

    I restored the macbook from a time machine backup. Everything seems to work fine. Disk scans don't show errors and the weird sounds during shutdown are gone...
    I still don't really trust the hard drive, though.

  • I have  a newer version of flash player installed then what is listed as the most recent version??

    Hello,
    I am checking the version i have installed of flash player via the adobe version check option at the site and i have version 11.8.800.94 and when i check the list of the latest versions of Adobe, i see 11.7.700.169 listed as being the latest vversion. How can i have a version installed that's above that? I haven't installed a beta version, never signed up for beta testing and all i did was install the latest version of flash player via the website.
    I am wondering what this is cause recently when viewing videos on youtube, my videos tend to hang up or end halfway through and think the video ended when it's not. My guess now is that i have sumhow obtained a version of flash player that's not correct and thus why the videos go haywire now. Re-installing flash player sets it back to the 11.8 version again, so that didn't work.
    Any information any1 might have that can solve this is much appreciated.

    11.8.800.94 is the latest version for Windows and Mac. 11.8.800.115 is the latest beta version. http://helpx.adobe.com/en/flash-player/release-note/fp_118_air_38_release_notes.html

  • Most recent date query..

    Hi All..
    I have 2 tables note and sub_note and sample data is..
    create table note(note_date date,pmry_id number,sub_id number not null)
    insert into note(note_date,pmry_id,sub_id) values('12/30/2008 02:12:52',282,1)
    insert into note(note_date,pmry_id,sub_id) values('12/23/2008 10:12:24',282,1)
    insert into note(note_date,pmry_id,sub_id) values('12/22/2008 01:12:11',282,1)
    insert into note(note_date,pmry_id,sub_id) values('12/22/2008 09:12:56',282,1)
    insert into note(note_date,pmry_id,sub_id) values('12/19/2008 01:12:54',282,1)
    insert into note(note_date,pmry_id,sub_id) values('12/22/2008 09:12:56',282,2)
    insert into note(note_date,pmry_id,sub_id) values('12/22/2008 09:12:57',282,2)
    create table sub_note(sub_id number not null,sub_name varchar2(100))
    insert into sub_note(sub_id,sub_name) values(1,'Product')
    insert into sub_note(sub_id,sub_name) values(2,'Expectations')how can select the most recent date for product and most recent date for expectations...joining these 2 tables..
    Thanks in advance...

    user10280715 wrote:
    Thanks for the reply...
    that was only a sample data..so I kept 2 sub_names for a perticular pmry_id..my original data contains several sub_names(about 5) for a perticular pmry_id...
    hope you gt my point..I'm not sure I understand.
    If you have 5 sub_names that you're interested in, change the WHERE clause to have those 5 sub_names. The list after "IN" can have as few as 1 or as many as 1000 items. (I'm not too sure about the upper limit, and it may be version-dependent.)
    If you want to include all sub_names, then omit the WHERE clause.

  • Average of the best (8) of most recent 20 events

    Anyone know a formulae approach to determine the average of the best (8) of the most recent (20) events.
    I can do this manually by sorting the whole table by date, then selecting the most recent (20) events (rows), sorting those by the values in the column of interest, then selecting the best (8) and calculate the average.
    I looked at using Automator, but could not find a way of to cope with the change of table size (since new rows of data are added every other day).

    Quinn, (and Badunit),
    You guys are amazing, a million thank you's...
    Quinn,
    I looked up the description of the formulae, added the range (20 most recent rows), and it worked like a treat:
    =AVERAGE(SMALL(M2:M21,1),SMALL(M2:M21,2),SMALL(M2:M21,3),SMALL(M2:M21,4),SMALL(M 2:M21,5),SMALL(M2:M21,6),SMALL (M2:M21,7),SMALL(M2:M21,8))
    The result is the average of the eight (8) smallest scores from the 20 most recent rounds, exactly what I was looked to do.
    Badunit,
    Using Quinn's suggestion, provided I ensure the table is always displayed in it's default mode [all rows sorted by date in descending order],
    the above formulae will always give me the correct answer.
    Since I am the only user right now, this will be refined enough.
    But thank you, I have made a note of your suggestion, and will incorporate it into my next version.
    PS: I note that it is not possible (well, I could not find a way) to edit the formulae in the Cell.
    So I copied and pasted it into Pages, then did a Find-Replace, LARGE to SMALL, and A to M2:M21, then copied and pasted it back into the Numbers Cell.

  • Computer crashed need to most recent info is on iPhone, how do k retrieve?

    My computer crashed,Most recent info  is on my iPhone, iTunes is saying my info will be replaced with info in iTunes. What can I do ?most recent info is on the iPhone?

    The iphone will sync with one computer at a time.  When you sync with the new computer you itunes content and pics will be erased from iphone and replaced with content from the new computer.
    Also, if the computer has no contacts or calendar entries, then those will be erased from the iphone when you sync as well.
    Copy everything ( itunes library/pice/contact/calendars/etc) from your backup copy to your computer first.
    Before you sync make sure to transfer the new itunes purchases from your iphone.  Without syncing:  File>Transfer Purchases

  • After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

    After the most recent update, I can no longer access stand alone GPS services. What's up with that? I am now forced to use google location services which use up some of my data allotment.

        ddmathias, I want to make sure all services are working correctly on your phone. What GPS services were you using before the update happened? What kind of issues are you having with the services? Do you get any kind of errors? Please keep us posted.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • Previous month is easy, what about most recent date WITH data?

    As the topic suggests, I've seen many posts with the following solution for returning the last date of the previous month: TIMESTAMPADD(SQL_TSI_DAY,DAYOFMONTH(CURRENT_DATE) * -1 , TIMESTAMPADD(SQL_TSI_MONTH, 1, CURRENT_DATE)).
    However, for at least the first few days of the current month, no data will be available for the previous month. How can I tell OBIEE to return the date for the most recent month where data exists?
    Another part of this puzzle, is that this request needs to play nicely with query rewrite in the view. the TIMESTAMPADD doesn't seem to use query rewrite well. Any suggestions?

    jzuzphreek wrote:
    As the topic suggests, I've seen many posts with the following solution for returning the last date of the previous month: TIMESTAMPADD(SQL_TSI_DAY,DAYOFMONTH(CURRENT_DATE) * -1 , TIMESTAMPADD(SQL_TSI_MONTH, 1, CURRENT_DATE)).
    However, for at least the first few days of the current month, no data will be available for the previous month. How can I tell OBIEE to return the date for the most recent month where data exists?
    Another part of this puzzle, is that this request needs to play nicely with query rewrite in the view. the TIMESTAMPADD doesn't seem to use query rewrite well. Any suggestions?For what you presented, the answer is simple. However, I suspect that your need is not as simple as you described. You describe your scenario as "there are no data for the previous month for the first few days of the current month." There are two inherent assumptions which if true, makes the problem not that difficult:
    1) Only the first few days of the current month, there are no data for the previous month (i.e., for the rest of the month, the data are there.)
    2) Data exists for every month.
    With these two assumptions, here is how you build your dashboard.
    1) Create a simple report with the key data fields run with the filter for "current month."
    For the "first few days" of the current month, this report will yield no records. (It doesn't matter how many days "a few days" is as you will see.) For the "rest of the month," this small report will always yield at least one record.
    2) Create your main report (call this Report A) that has a filter for "previous month."
    3) Place Report A on your dashboard in a Section.
    4) Click on the Properties of the Section and select "Guided Navigation" and have it point to the small report you built in step 1) that will display the section "if the request returns rows."
    5) Build another report (call this Report B) that has a filter for "two months ago."
    6) Place Report B in a separate Section on your dashboard, below the Section in step 3).
    7) Click on the Properties of this Section and again select "Guided Navigation," have it point to the small report from step 1), but this time have it display "if the request returns no rows."
    So here's what happens. For the first few days of "this month," the small report will return no rows. The top Section will not display, but the bottom one will, which has as its filter "two months ago." The assumption is that by the end of each month, there will always be data. This therefore meets your criteria of displaying "the most recent month where data exists." Once data for "this month" is available, the top Section will display with the current month's filter. The bottom section will not appear until the "first few days" of the next month.
    That's how you do it.

  • HT201269 i backed up my iphone to iTunes and then when i restored the back up info was not from the most recent backup, but from May!!! what can I do to get yesterdays data?1

    i backed up my iphone to itunes and tried restoring the info on to a new iphone and for some reason it used an old back up from last may.  I know that the recent back up worked as I used it to set up another phone a week ago (a phone whihc also had problems and hence I needed to use that same back up again on my second new phone.  Is there anyway I can get the most recent back up information back?

    1. Create a backup of your iPad to iTunes on your computer or to iCloud
    2. Transfer any and all photos & videos on your iPad to your computer.
    3. Erase the iPad and restore the iPhone's iCloud backup to the device.
    4. Transfer any and all photos & videos on your iPad to your computer.
    5. Restore the iPad backup you reated in step #1 back to the iPad.

  • Query most recent date

    I do not know how to accomplish querying a table on an index for a single value representing the record with the most recent datetime.
    The table looks like:
    CREATE TABLE PartReceipt(
    Id [int] IDENTITY(1,1) NOT NULL,
    PartId [int] NOT NULL,
    UnitCost decimal(8,2) NOT NULL,
    DateInserted [datetime] NOT NULL)
    PartId is a foreign key into the Part table.
    I tried:
    select unitcost from partreceipt  where partid=583  having max(dateinserted)
    but received this error:
    An expression of non-boolean type specified in a context where a condition is expected, near ')'.

    >> The table looks like: <<
    I hope not! 
    A table models a set, so its name has to be plural or a collective name. Do you really have only one receipt? 
    A table has to have a key by definition. 
    We do not use IDENTITY in RDBMS. Why would the proprietary table property that counts physical insertion attempts be part of a valid data model? 
    Identifiers are never numeric. What math do you do with it? None. How do you get validation and verification with a numeric? 
    Why did you use an old Sybase DATETIME and not a DATE or even a DATETIME2(0)?
    Why did you fail to post the DRI in your narrative? 
    Insertion is a physical event and has nothing to do with a logical data model.  Your “DateInserted” violates both ISO-11179 rules and logic. 
    Here is one guess, but in another design we could have (receipt_date, part_id) as a key. This would mean that you get a daily shipment.
    CREATE TABLE Part_Receipts
    (receipt_nbr CHAR(10) NOT NULL PRIMARY KEY,
     receipt_date DATE DEFAULT CURRENT_TIMESTAMP NOT NULL,
     part_id CHAR(10) NOT NULL
       REFERENCES Parts(part_id),
     unit_cost DECIMAL(8,2) NOT NULL
      CHECK (unit_cost >= 0.00),
    SELECT unit_cost, MAX(receipt_date)AS max_receipt_date
      FROM Part_Receipts
     WHERE part_id = '0000000583';
    Your HAVING clause made no sense; there was no predicate in it. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    thrillhousecody
    Thanks for the reply with additional information.
    Recent history for Premiere Elements points to the program having problems when more than 1 video card/graphics card is
    being used by the computer on which Premiere Elements is running. This observation may seem contra indicated by the fact
    that you say that the program did work well about 2 years ago in the same setup. But other factors may have set in with regard
    to drivers, drivers versions, and driver conflicts. But this factor, does need to be ruled in or out.
    Can you disable one or the other card to determine the impact of this on your problem?
    But, of prime concern with regard to video card/graphics card is the use of a NVIDIA GeForce card with Premiere Elements 10.
    Even if your NVIDIA GeForce were the only card, Premiere Elements 10 will not work properly unless the NVIDIA GeForce driver
    version is rolled back to about May 2013. This may be one of the major factors here.
    a. Device Manager/Display Adapters and find out Driver Version and Driver Date
    b. Read the background information for the Premiere Elements 10/NVIDIA GeForce issue
    ATR Premiere Elements Troubleshooting: PE10: NVIDIA Video Card Driver Roll Back
    Also see the Announcement at the top of this forum regarding the matter - also with full details of the situation and how to fix with the
    driver version roll back.
    Please review and consider and then we can decide what next.
    Thanks.
    ATR
    Add On...This NVIDIA GeForce situation is specific for Premiere Elements 10. You should not expect to see the problem for
    later versions of Premiere Elements.

  • How to determine most recent date from the date column of internal table

    Dear friends
    would you like to tell me. how i determine the most recently changed record by looking at date and time from internal table i am not supposed to sort the table by date and time... I must check date and time with other records date and time to determine which record is most recently changed...
    here the scenario is.
    id idnumber chdate chtime
    1 123456 20060606 135312
    2 123456 20060606 135900
    3 123456 20060606 132300
    4 123457 20060606 140000
    5 123457 20060606 142500
    in the above scenario i must keep in my mind that the most recently changed record is identical to its idnumber i can say that:
    the record should be fetched this way
    id idnumber chdate chtime
    3 123456 20060606 132300
    5 123457 20060606 142500
    because here the id 3 is the most recently changed in the idnumber 123456
    where id 5 is the most recently changed in the idnumber 123457
    please help me to determin how i am supposed to carry out this task any suggestion, code will be great help of mine.
    regards
    Naim

    After testing my suggestion above, I realized that it doesn't work because the delete adjacent actually will keep the first one and delete the rest.  I'm working with Srinivas's code a bit now,  I think it is almost what you want.  I am under the impression that you dont' want to HIGHest date/time, but just the last record of the sequence, if this is the case, then this code will help.  Here we will assign an index to each record per the idnumber, that way we can sort it and get the lastest record.
    report zrich_0001.
    types: begin of itab_type,
            id       type i,
            idnumber type i,
            chdate   like sy-datum,
            chtime   like sy-uzeit.
    types: end of itab_type.
    types: begin of itab_type2,
            id       type i,
            idnumber type i,
            index    type i,
            chdate   like sy-datum,
            chtime   like sy-uzeit.
    types: end of itab_type2.
    data: itab     type table of itab_type with header line,
          itab2    type table of itab_type2 with header line,
          prev_rec type itab_type.
    data: v_id type i.
    start-of-selection.
      itab-id       = 1.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '135312'.
      append itab. clear itab.
      itab-id       = 2.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '135900'.
      append itab. clear itab.
      itab-id       = 3.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '142500'.
      append itab. clear itab.
      itab-id       = 4.
      itab-idnumber = 123457.
      itab-chdate   = '20060606'.
      itab-chtime   = '140000'.
      append itab. clear itab.
      itab-id       = 5.
      itab-idnumber = 123457.
      itab-chdate   = '20060606'.
      itab-chtime   = '120000'.
      append itab.
      clear itab.
    <b>  data: counter type i.
    * Assign an index to each row per idnumber
      loop at itab.
        on change of itab-idnumber.
        if sy-tabix > 1.
          clear counter.
          endif.
        endon.
        clear itab2.
        move-corresponding itab to itab2.
        counter = counter + 1.
        itab2-index = counter.
        append itab2.
      endloop.
    * Sort it and get rid of older records.
      sort itab2  by idnumber ascending
                     index descending.
      delete adjacent duplicates from itab2 comparing idnumber.</b>
      read table itab2 with key idnumber = '123456'.
      write:/ itab2-chdate, itab2-chtime.
      read table itab2 with key idnumber = '123457'.
      write:/ itab2-chdate, itab2-chtime.
    Regards,
    Rich Heilman

  • How to display maximum (most recent) date value in a query

    hello,
    I have the following query:
    StudentNumber | ExternalOrganization | Date |         | NumbeOfAdmissions
    0112                  050                            06/27/2007   1
    0234                  060                            07/15/2008   1
    1356                  025                            01/08/2008   1
    My dilemma is how to display only the row that has the most recent Date, e.g. here I want to only see the row with student number 0234 and date 07/15/2008; everything else should be hidden.
    I know it should be very simple....yes/no?
    thanks

    Hi
    even I am facing the same problem..
    Can you please tell me what did you do to get most recent record..
    Even I have made my date field as KF.. n have put condition on it.. but not getting desired result.. may be I am missing something.. somewhere..
    I resolved it.. thanks
    Regards
    Swati
    Edited by: Swati on Feb 17, 2009 7:49 AM

  • Most recent date with two other conditions met

    Ok, so I'm sure somebody is going to suggest that I do a search first before posting on here.  So let me assure you, that I have exhausted all search possibilities that I could possibly think of before registering to post on here.  I've read a lot of good suggestions that got me just as far as I was getting on my own, because I couldn't find any posts of somebody asking exactly what I'm looking to do.  I have tried quite close to 100 different formulas without achieving the desired results.
    I'm a pilot, and I track all of my flights myself in a very well organized(I think so ) Numbers spreadsheet that I've been tweaking and perfecting over the past few years.  I have created plenty of formulas in it, and they all work great...except ONE.
    I've created a simplified version of the columns I am trying to match specific conditions with.  Essentially, I need the formula to return the most recent date(column 1), that is completed during a night time flight status(column 2), that is equal to or greater than 1.0 flight hours(column 3).
    As you can see, by evaluating the table below, the correct formula should return to me:        8-4-13
    The closest I've come to getting the correct results was with a "LOOKUP" formula, but I could not figure out how to get it to properly assess whether it was equal to or greater than 1.0 hours of flight, thus returning me the wrong date EVERYTIME(the most recent night flight period).
    I'm sure I've gotten close at least a few times, but I need some help getting this final formula figured out.  I really appreciate anybody's input on this.
    Date
    Flight Status
    Flight Hours
    8-1-13
    D
    2.4
    8-2-13
    N
    3.0
    8-3-13
    N
    1.1
    8-4-13
    N
    1.3
    8-5-13
    D
    2.2
    8-6-13
    N
    0.5
    8-7-13
    D
    1.1

    This may work and requires and extra column in your Data entry table (the one you provided in your post).  You can hide this new column.
    D2=IF(AND(C2>=1, B2="N"), A2, "")
    select D2 and fill down as needed.
    The table on the right is a summary table and is set up as follows:
    B2=MAX(Data :: D)
    I hope this is helpful

Maybe you are looking for