Find latest updated tables

Hi All
G'day..!
I have a datbase which has around 200+ tables. I have an application which uses this database. When any transaction happens on the application it saves the data into several tables in the database.
I need to find what are all the tables which are being updated on that traction which is happened from application.
do we have any facility or query to find out all the tables which are updated.
Thanks a ton
- Anil Katta

Which application? Does the application come with the ability to invoke a sql trace?
If not can you catch the connection and invoke a sql trace from Oracle?
Steve

Similar Messages

  • How to find latest updated tables in current schema.

    Hi,
    I am in 3rd line support work, jobs(unix shell scripts) are running on daily at scheduled time.
    Regarding to my work, i need to found latest updated tables.
    How to find latest updated tables in current schema.
    please guide me.
    Thanks and Regards,
    Venkat.

    duplicate thread
    Answers on other thread: How to find latest updated tables in current schema.

  • How to find  latest updating row in a table

    Hi
    How to find latest updating row in a table

    ADF 7 wrote:
    SELECT *  FROM Table WHERE lastupdTimestamp = (SELECT MAX(lastupdTimestamp) FROM Table)lastupdtimestamp - holds and date an time of an records when it last updation takes place in table.
    lastupdtimestamp is a column in my table.And how will this make sense in the scenario I've described, where UserA does an update before UserB, but commits the update after UserB's commited update? And add UserC and UserD and a 1000 more users to this scenario where concurrent updates happen.
    What actual time does this lastupdtimestamp contain and represent? And why? How is that lastupdtimestamp used in business logic and processing? Or is it just a silly-bugger-let's-add-somekind-of-time column to that table that essentially meaningless?
    Not saying that one should never add such a timestamp based column. Simply that one needs to understand WHAT it contains and it needs to be SENSIBLY used within the data model.
    However, in my experience such columns are often slapped on afterwards, never featured in the actual data model designed, and is then used without a second though that the database and its data is a multi-user and multi-process system. And things happen at the same time. And things overlap (serialisation is the exception - not the rule).

  • How to find out updated table?

    HI all,
    I want to know the tables in which any field data is updated. For e.g. if i enter a name of a product i want to know all the tables in which this name is updated . How do i do that?
    Regards,
    Madhu.

    Hi Madhu,
    Do the following steps in order to find out the table in which the field data was updated:
    - Place your cursor in the field for ex. while creating product place your cursor on Material Name and then press F1.
    - You will be getting a Performance Assistant screen giving some details about that field for ex. Product ID. On the top of the screen in the toolbar there is a button called technical information (fourth from left), once you press that you will be getting all the technical information.
    - Here you will be getting the Database Table Name, Field Name, Data Element where the entry was updated. for ex., COMM_PRODUCT (Table Name), PRODUCT_ID (Field Name), COMM_PRODUCT_ID (Data Element) etc.,
    Wish this information was useful to you
    regards
    Srikantan

  • How to find latest updated row in a table

    Hi
    Here I have command that display updated time.But I Need which row was lastly updated (show particular row) in that table.
    select scn_to_timestamp(max(ora_rowscn))
    from employee;

    First of all, SCN to timestamp mapping exists for a short period of time, so if change is relatively old you'll get ORA-08181:
    SQL> select max(ora_rowscn) from emp;
    MAX(ORA_ROWSCN)
           22622685
    SQL> select scn_to_timestamp(max(ora_rowscn)) from emp;
    select scn_to_timestamp(max(ora_rowscn)) from emp
    ERROR at line 1:
    ORA-08181: specified number is not a valid system change number
    ORA-06512: at "SYS.SCN_TO_TIMESTAMP", line 1
    SQL> Anyway, based on SCN we can find out which BATCH of table row modifications was committed last. But you can't find out which modification withing that BATCH was made last.
    SY.

  • Find the latest updated or the latest inserted record  in a table

    Hi All,
    Thanks in advance
    Just a simple question
    How do we find the latest updated or the latest inserted record in a table ?
    Provide some queries in SQL?

    You can order by rowid desc to get lately inserted records, but I'm not sure about updated records.That is incorrect, Oracle might use old rowid's even in inserts and you cannot assure that the max(rowid) refers to the latest record.
    If the table is created with rowdependencies one can use ORA_ROWSCN pseudo column to check on date/time when the last dml has been performed over that table. But, that has some limitations too, Old snapshots will be erased hence one can check the last dml with a time frame of few days.
    Regards,
    Prazy

  • How to find latest child for a given parent in same table?

    More details:
    Here I am giving an example -
    Orig_ID     Chg_to_ID
    A     B
    B     C
    C     D
    D     Null
    From source I use to get Orig_ID values, using Orig_ID value have to find latest Child(Chg_to_ID) to that at any level.
    Latest child identify by Null value in the column "Chg_to_ID".
    If I get B --> need to replace B with D. I may get any value A or B or C or D -- but at an end I have to replace those values with 'D', since it is latest for any of those parents.
    I tried to use "Connect By Prior", but it is tooo slow ofcourse query not returned after 10min also. Plz advise.

    First time every employee will be assingend an ID and may changed/merged to another ID basing on some other conditins. So, any time first assigned ID may changed to new ID and will be updated to another column "Chg_to_ID" as winner ID and at the same time one more records will be created with new ID as ID and Null in "Chg_to_ID".
    In my first post, given an example, here pasting again:
    Orig_ID     Chg_to_ID
    A-------------->B
    B-------------->C
    C-------------->D
    D-------------->Null
    In detail: One employee first assigned ID as "A" after wards changed to "B". At that time data would be like below
    Orig_ID     Chg_to_ID
    A-------------->B
    B-------------->Null
    After that B change to C, now it looks like this:
    Orig_ID     Chg_to_ID
    A-------------->B
    B-------------->C
    C-------------> Null
    For each change one record will be inserted.
    My requirement is -- Orig_ID may get A or B or C, but I need to replace those with "C", since it is latest child. For latest child "Chg_to_ID" is NULL.
    Plz let me know for any clarifications.

  • How to find latest Revison of material in table?

    We managed our material change with CO & revision.
    Now I have requirement to prepare one report for material, in that report I ned latest rev & CO assigned to material.
    Where can I find latest rev of materials in table. I know we can use table AEOI, but this table display all rev. I need only & only latest rev.
    I have 38,000 materials handy, now I need to find latest rev of these 38,000 materials.
    Please help.
    Tom.

    I guess the question would be is this a one time report or something ongoing?
    If you can use MS Access you can create this report by downloading the AEOI table to access.
    Then create a copy of the table structure only and set the key field as Material.
    Set up a query to append the unique material numbers with the highest version number into the new table.
    Modify the query and repeat with highest version number minus 1.  Repeat until the version number is 1.
    Once  a material has been copied into the table, no further entries will be allowed because the material number is the key filed.  You should wind up with a table containing the information you want.
    You might be able to do this with a single query by using the MAX fuction on version number field.
    Once you create this, it should be easy to throw in some macros, add a button to a form, and be able to repeat the process at any time with the click of a button.
    If you need to do this in SAP, you'd have to create a Z table, have an ABAP'er write the correct query to copy over the records from the AEOI table and than base reports on this Z table.
    FF

  • How to find out what the latest update is for something from apple's site?

    i've never been able to do this, and has been a recurring problem for many years:
    how can you, using apple's web site -- presumably the support or downloads section -- find out what the latest update for/of a certain product is?
    without going into the details, the software update app is of no use to me.
    for example, i have a airport extreme base station 54 mbps. how do i go about finding out what it's latest software is? do such products not have a web page which has the latest update linked to from it?
    why is it so hard, impossible i find, to find out what the latest software is?
    any pointers much appreciated. (i'm not particularly looking for the answer to "what't the latest update for a airport extreme base station 54 mbps?" but a general method for finding out the latest update for anything using apple's web site)
    thanks very much.

    If you use the Advance Search function:
    http://search.info.apple.com/
    you can filter results to give downloads for the search words airport extreme base station. The return will be in date order from newest to oldest. Yo ucan also designate word pairs of groups to narrow the search.

  • HT1338 Software Update is not finding latest release (April 3) of Java 2012 001 Update for Mac OS X Lion 10.7.3 on iMac mid-2007 that downloaded automatically on iMac mid-2011

    Software Update is not finding latest release (April 3) of Java 2012 001 Update on my iMac mid-2007, but it downloaded it automatically on my iMac mid-2011 yesterday. Both are running Mac OS X Lion 10.7.3. When I try to download the update manually from Apple on my older iMac, it downloads okay, but when I try to open the dmg file, I get a warning message saying that opening this update may make your computer LESS secure. Do you want to proceed? (I did not).
    Why would Software Update find this update and install it automatically on one iMac and not the other, if they are both running the same version of Mac OS X Lion? I checked the installed software list on my old iMac and the Java update does not appear there. Why would this update make my old iMac less secure?

    Recall that Java is not installed as part of Lion.
    You have to install it (and are asked if you want to) when you first try to run some java stuff.
    Is it possible that the iMac 2007 does not have Java yet?
    Try this: open Terminal (from Utilities) and type java -version (exactly like that, with the space before the hyphen).
    What do you get?
    Consistent with this theory is that the dmg thing gave you the warning - installing java might make your machine less secure because java is a means for bad guys to try to do bad things to your computer.
    charlie

  • After The updating of IOS I can't find my hotspot even after the latest update IOS 7.0.4 ,I need help please!

    After The updating for IOS I can't find my hotspot even after the latest update IOS 7.0.4 ! I can't use my IPad as a modem any more again!
    please I need some one to tell me how can I return my hotspot option?

    Hi there Buhamdaaan,
    You may find the information in the articles below helpful.
    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/ht4517
    iOS: Troubleshooting Personal Hotspot
    http://support.apple.com/kb/ts2756
    -Griff W. 

  • Trying to download the latest update for Epson printer/scanner but although it starts (up to about 5KB) it stops without completing. The download list shows it is installed ( 8 times!) but there is nothing in Finder downloads

    Trying to download the latest update for Epson printer/scanner but although it starts (up to about 5KB of 26.8MB) it stops without completing. The download list shows it is installed ( 8 times!) but there is nothing in Finder downloads. What can I do to download this update

    Try re-indexing Spotlight.
    Spotlight – Re-index
    If you haven't done so already, try resetting the printing system.
    OS X Mavericks: Reset the printing system  also Yosemite
    Applications/Image Capture or VueScan work?
    VueScan
    VueScan FAQ

  • Delete PSA Request - unable to find the PSA table to see latest request ...

    Hi, I wanted to delete request thru an ABAP program in a process chain. I'm not planning to use the Process Chain variant because it will a conditional delete and I want the latest request to be deleted.
    I'm unable to locate the PSA table where I can find the reuqest. Any help is appreaciated.

    Hey,
    You can get the PSA technical name from the data source.
    Double click on data source --> from menu bar --> goto -> Technical Attributes
    Here you can find the PSA table name.
    or you can fine the PSA Table name from the below table.
    RSTSODS - Operational Data Store for the trans
    here the entry in the filed -ODSNAME_TECH while provide you the tehcnical name of the PSA table.
    Regards
    KP

  • Installed latest update, now finder not loading

    I installed the latest update (Safari 7.0.5 18th July 2014); after installing a 'question mark' came over the safari icon. I didn't think much of it at the time and after completing my work shut down my system (Macbook Air 13" mid 2013). Afterwards when I turned on my system 'finder.app' keeps showing "application not responding" (have relaunched multiple times - no use) and therefore can't view anything on my desktop (few apps are working); I tried going in time machine but its not opening. Now I have booted in 'safe mode' but still the same.
    Can anyone help?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • How to find latest entry in the table according to time

    how to find latest entry in the table according to the time
    is there any function module to do so
    \[removed by moderator\]
    Regards
    Shashi
    Edited by: Jan Stallkamp on Aug 25, 2008 4:39 PM

    Hi,
    If you want to read the entry from an internal table,
    sort the internal table in the descending order by the time and
    delete adjacent duplicates by comparing the fields other than time and the internal table will have the latest record.
    Suggestion: instead of only time try to have one more field called date with the time combination
    Regards,
    Ramesh

Maybe you are looking for

  • How to extract the size and date from a given file

    Hi, I want to extract the size and date of a file (it can be either a video, audio or text file) that the user points to the location of. But I am not sure how. Does Java have an api that can do this? If not is there some other way of doing this? Can

  • ITunes 10.6.1 Crash

    I had previously reported iTunes 10.6.1 hanging with spinning beachball when attempting to sync with iPhone or iPad, and after reinstall of 10.6.1, hanging after about a minute of running. I was able to talk tonight with a Senior Apple Tech Support p

  • How to show text instead of blank value in SelectOneChoice list.

    Hi, I have a requirement where I need to show some string like 'Please Select Value' instead of blank item in the select one choice list. So instead on blank value, this string will be displayed in the choice list and if user doesnt select any value

  • Need help with order booking tutorial

    Hi I am new to OracleFusion. Started Learning By practising OrderBooking tutorial for 10g. I am practising parellel branching in the tutorial . I ve invoked Rapid distributors service in branch 1 of the flow activity. and i ve invoked Select manufact

  • Windows 7 Taskbar and PSE12 Organiser

    My Windows 7 taskbar does not pop-up as usual at the bottom of the screen when I have PSE 12 Organiser open full screen.  To access my desktop or other programs, I have to minimise PSE 12 organiser. The taskbar works OK when I have PSE 12 Editor open