How do we find if any changes in a table

Hi All,
We have created some tables in an user. when ever we create any table that table name or object name stored in All_objects like that.
if we see that table (all_objects). we can find when table has created and when last DDL performed on respective tables.
i would like to know when table has created (when DDL performed )
along with when DDL performed on that table like
1> one day i can drop constraints.
2> one day i can desiable/enable constarints.
3> one day i can add/change column name/ data type or null to not null.
4> one day i drop some columns
i wanted to know when i have created table and when i changed any above mentioned cases. where can we track historical or at least latest changed.
Regards,
venkat
Edited by: user635973 on Apr 2, 2009 12:44 AM

user635973 wrote:
Suppose if I create any triggers. It won’t create any problem in database but we are using ORACLE WAREHOUSE BUILDER (OWB 10gr2) for extract, transform and loading. I am sure about OWB creates problem for data extract, transform and loading.
What to do? Do you have any way to find out? Well, triggers do obviously have a small impact on performance, but that will depend on exactly what you are doing and how much you're doing it.
How it effects OWB I don't know. The only time I ever used OWB was when evaluating ETL tools and came to the conclusion that it was a) a complete P.I.T.A. to install as the documentation led us all over the place and b) it was only any good at loading data into Oracle, not at getting data out again (certainly not as XML anyway).

Similar Messages

  • How do I find and/or change the pre-set voltage selection switch in an HP TouchSmart IQ500 series

    how do I find and/or change the pre-set voltage selection switch in an HP TouchSmart IQ500 series (specifically an IQ524)
    This question was solved.
    View Solution.

    Doesn't it use an external AC Adapter? If so, all you should need to use in another country is an adpater plug to match the wall socket.
    ... an HP employee expressing his own opinion.
    Please post rather than send me a Message. It's good for the community and I might not be able to get back quickly. - Thank you.

  • How Can I know about any change happened in the page??

    ........... I Use JDev 11g ........
    How Can I know if any change happened in the page???
    for example:
    I have a page and I press a creation button that create a new row in view object I want when I press any button that will call another page the page ask a user Are you want to save changes? before leaving a page.
    Or
    I edit the value in a view object but not committed ( I didn't commit the data in database ) . When I want to leave the page I want to display a message say : Are you want to save changes?
    How can I do that?
    Thank You...
    Sameh Nassar

    Check out http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html Example 60. Do not go by the 'on page load' name... This approach will allow you to plug in your custom code at any 'phase' of your adf life cycle. You can capture any request coming from your page, and check for pending transaction states and act accordingly.. I realize that the reply is a little abstruse, but this is not a drag-drop-smile requirement.. :-)
    http://download.oracle.com/docs/html/B25947_01/bcdcpal005.htm#sm0271
    Julian

  • I forgot to answer account security, so how can I find answers or change questions and new answers

    I forgot to answer account security, so how can I find answers or change questions and new answers
    Can you help me ,please???

    From a Kappy  post
    The Three Best Alternatives for Security Questions and Rescue Mail
       1. Use Apple's Express Lane.
    Go to https://expresslane.apple.com ; click 'See all products and services' at the
    bottom of the page. In the next page click 'More Products and Services, then
    'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
    ID security questions' and click 'Continue'. Please be patient waiting for the return
    phone call. It will come in time depending on how heavily the servers are being hit.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • How can I find out when was a particular table last updated?

    How can I find out when was a particular table last updated? I need to find out the usage of this table - when was it last updated, etc. Thanks in advance. The version I am using is Oracle 9i.

    If you don't have any application level logging, and auditing is not enabled, there's not much hope.
    You could, if you have archive logs available, go trawling through archive logs via logminer, but that's likely to prove painful and not very fruitful, unless you're very meticulous and patient...
    -Mark

  • How do i find out or change my security question answers?

    wht do i do to find out of change my secqurity question answers?

    See:
    HT1491 How do i get the security...: Apple Support Communities

  • How can I find the largest BLOB in a table and how big it is?

    Hi
    I have a massive table with 10 million rows storing images as BLOBS as well as some other data.
    Is there a way that I can find which is the largest BLOB in it and how big it is?
    Any help would be appreciated
    Flaz

    select max(dbms_lob.getlength(blob_column)) from table
    remove the max to get the length.

  • How to enable logging of database changes of  Z tables into a log table.

    Dear Team,
    We have 8 Z tables and we need to log the changes in these tables. Earlier Change Document process was proposed but now we know that the possible changes in the Z tables will be many and this can cause too many entries in CDHDR and CDPOS tables. Going through so many entries of Change Document tables will decrease the system performance. The other option involves enabling the Log data base changes for the Z data base tables, but this will also cause the system to slow down as per SAP F1 help on "Log data changes" checkbox.
    description-"Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables."
    So we came to a solution where we can create a Z table and we will log the above mentioned Z table changes in the Z Change table but I have no idea how to implement the suggested solution. Please help me on this.
    Regards
    Amit

    Hi,
    Have a suggestion..
    Have custom fleld as LOG with char 1 and date field (sy-datum) in all the 8 ztables. The ztables are updated either through SM30 or from custom program, making sure who ever changes the record if manually then fill that flag field as 'X' and if by program then populate the field with value 'X'.So you will know based on the flag field whether changed or not.similarly for date field updatin as well.
    Now create a custom program to update the new ztable . Schedule this program daily may be at midnight..Read the 8 ztables with having flag = 'X' and update the new ztable. Once done clear the FLAG  from all the 8 ztables to space for that day and update the date field in the custom program.
    So for that particular day the records were written to new ztable and all the 8 ztables are having flag value as space and date will be sy-datum.
    Now for next day again do the same procedure.
    Hope this gives you an idea.
    Regards,
    Nagaraj

  • Function module to find out the changed values from tables

    What is the standard function module to find out the changed values (the old & new values) from tables in SAP ?

    Hi Harish,
    Please elaborate your requirement...
    Please have a look on CDHDR AND CDPOS tables... it contains changed data... but all chages are not being tracked using it..
    Try Below FMs as well..
    For Header Level...
    CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'
        EXPORTING
          date_of_change    = cdhdr-udate
          objectclass       = cdhdr-objectclas
          objectid          = cdhdr-objectid
          time_of_change    = cdhdr-utime
          username          = cdhdr-username
        TABLES
          i_cdhdr           = icdhdr
        EXCEPTIONS
          no_position_found = 1
          OTHERS            = 2.
    For Item Level
    CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
          EXPORTING
            changenumber      = icdhdr-changenr
          IMPORTING
            header            = cdhdr
          TABLES
            editpos           = icdshw
          EXCEPTIONS
            no_position_found = 1
            OTHERS            = 2.
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • How can you find out whether anything in a table's been selected?

    How can you find out is there anything(a cell or a row) in a table's been selected???
    it's doesn't matter which cell or which row's been selected in a table, but just to know is there anything been selected
    I can't figure out the code to do that >.<
    is there anything to do with
    bookTable.getCellEditor()?

    How can you find out is there anything(a cell or a row) in a table's been selected???
    it's doesn't matter which cell or which row's been selected in a table, but just to know is there anything been selected
    I can't figure out the code to do that >.<
    is there anything to do with
    bookTable.getCellEditor()?

  • How can I find New or changed Transactions

    Hi all
    We are in process of upgrading from 4.6c to ECC 6.0. We have many roles created in 4.6c. Now we have to find the new transactions in ecc 6.0 as well as those transactions which are changed in ECC 6.0 from 4.6c.
    Thanks in advance.
    Vitthal Prabhu

    after your upgrade, if you get into SU25, you would see the 'information' tab on the top. it explains everything.
    no need to touch 1.and 2a will be taken care by DDIC user during the upgrade. so you have to go through 2b,2c and 2d.
    2b  helps you in comparing the your authority checks with SAP defaults.
    2c helps you in adjusting your roles as per the checks you selected in 2b.
    and 2d helps you in including the replaced transactions.
    since your changes in 2b step decides the roles you have to adjust, obviously you need to go in sequence. and if you just want to take a look not really changing anything you can execute any step at any time (2b,2c, 2d)but when it comes to real work you have to go thru 2b,2c and 2d in sequence.
    when you are doing 2b a workbench request will save your authority check changes. and you need to pull the roles adjusted in 2c and 2d to a transport and push them thru your landscape until production.
    there is a change with ECC6.0 with check indicator status notations.
    until ecc5.0 it used to be U,N, C and C&M but in ecc 6.0 the notation has changed which might confuse you. check with this
    http://help.sap.com/saphelp_erp2005/helpdata/EN/52/67147d439b11d1896f0000e8322d00/frameset.htm.
    ---> check indicators
    regards
    and also look for threads with upgrade info in SDN.
    Message was edited by:
            Keerti Vemulapalli
    Message was edited by:
            Keerti Vemulapalli

  • Where & How can I find the Language Change option,similler to Google's Chrome.Thanks !

    Respected Sir/Madam,
    Recently ,when I was browsing a German site,all & every information was given in German & not in English.Since I do not know,how to read,German,I couldn't browse & therefore wasted my time & energy.
    I would like you,to install, Change Language option in your latest version 26,which I have Downloaded & installed,yesterday.
    I am using,Windows XP & want you ,to act upon it,under intimation ,please.
    Thanks & Regards,
    Shrinivas Sant,Nasik -India

    You can also use the Google Translate site to translate pages.
    *http://translate.google.com/translate?hl=en&sl=fr&tl=en&u=http://
    As a keyword bookmark:
    *http://translate.google.com/translate?hl=en&sl=fr&tl=en&u=%s

  • HT204088 I have forgotten my iTunes security questions how do I find them or change them ?

    Question in title

    Welcome to the Apple Community.
    Start here (change country if necessary) and navigate to 'Password and Security', reset your security questions using the link provided, you will receive an email to your rescue address, use the link in the email and reset your security questions.
    If that doesn't help, you don't receive a reset email or you don't have a rescue address, you should contact AppleCare who will initially try to assist you with a reset email or if unsuccessful will pass you to the security team to reset your security questions for you.
    If you are in a region that doesn't have international telephone support try contacting Apple throughiTunes Store Support.

  • HT1918 i forgot my security question answers how can i  find it or change it ?

    i forgot my security question answers

    You will only get the option to send reset info if you have a rescue email on your account - from that linked page :
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so. 
    You will need to contact iTunes Support or Apple to get the questions reset.
    e.g. you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then 'Forgotten Apple ID security questions'
    or try ringing Apple in your country and ask to talk to the Accounts Security Team : http://support.apple.com/kb/HE57
    When they've been reset you can then use the steps half-way down that page to add a rescue email address for potential future use, or you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • How to update a form after changing the underlying table

    Hi All,
    I have read a few posts on this, and I know that it would have been better to not do this, but I had to add a new column to a table in order to meet a new requirement.
    See this post:
    Design Question - Slowly Changing Dimensions (I think)
    I decided that I would store the 'price' with the 'mailed_item' - so I had the actual price at the time the item was mailed. And then the MST table could be updated as needed without impacting the historic records.
    Now my issue is: How do I add another field to the form (I was thinking hidden) that would reference the price from the Mail_Service_Type table?
    Mailed_Item
    ID
    MST_ID (Mail_Service_Type FK)
    Piece_Count
    Price (**New)
    Mail_Service_Type
    ID
    Name
    Weight
    Price
    Can this be done easily, or should I recreate the form? Is is just a simple PL/SQL or SQL statement? Or should I build another process (maybe a trigger) to get the value?
    Any thoughts would be appreciated...
    Corey

    Nahman,
    Typically it's enough to re-load data used: check binding of your UI controls on second tab to context attributes and depict what nodes are used. Then re-initialize these nodes: either just via invalidating them or via re-binding elements / re-executing queries + re-binding elements.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

Maybe you are looking for

  • IMovie won't open because it's "being updated" - but there's no iMovie activity in the App Store!

    Just today, I tried opening iMovie to work on a project. I get an error message that reads: " You can't open the application "iMovie" because it is being updated." This then kicks me out to the App Store - but there's no iMovie update in progress the

  • Text behind moving objects

    Is there an easier way other than cropping to placing text behind (say a person) while the person is moving?

  • XML-Export Error for large amount of data

    Hi there... I have an application process, which runs on demand (Button) and which exports data (from sql query) into a file (.xls). The result is being formated and the export works fine as long as the query returns just a small amount of data, appr

  • Is 0VENDOR infoobject used in Sales Cubes?

    Dear BW Backend gurus, A simple question for you: Is 0VENDOR infoobject used in any Sales Cubes? If yes, then which one? Which cubes is 0VENDOR mainly used in? Thanks

  • Satellite C660 does not start up

    Yesterday we purchased a Satellite C660 with Windows 7 64bit installed. Worked just fine but today the laptop does not start up again. Updates were installed but after pressing the power button the light of the hdd turns on for a few seconds, the ven