AUDIT-is it possible to capture statements and text too

Hi genius,
I have a problem , I want to audit on some of the specific
columns of a table for select , update , insert, delete but at
the same time i want to capture what the user is trying on these
also. Is there any way by which I can trap what they do also ,
if so? how?
which method would be the best for me either using triggers or
oracle audit tool.
Thanks
ava
null

Hi,
I want to audit on some of the specific columns of a table for insert, update, delete. The fields to be audited from a table is not fixed (i.e. the fields to be audited comes from a table where it is defined).
Is ther any way of getting the field name, get the old and new values for that field, compare and move it to the history table ?
Thanx,
Basker
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by ava ([email protected]):
Hi genius,
I have a problem , I want to audit on some of the specific
columns of a table for select , update , insert, delete but at
the same time i want to capture what the user is trying on these
also. Is there any way by which I can trap what they do also ,
if so? how?
which method would be the best for me either using triggers or
oracle audit tool.
Thanks
ava<HR></BLOCKQUOTE>
null

Similar Messages

  • CDC - Is it possible to capture pre/post dml values?

    Hi,
    Did any one ever use logminer's change data capture feature - "http://www.oracle.com/technology/oramag/oracle/03-nov/o63tech_bi.html#f1" ? Is it possible to capture old and new values for update SQL statements?

    Your code shows a complete lack of understanding of dataflow programming. Maybe you should start out with a few tutorials and study some example programs from the example finder.
    How are you running the code? Run continuously??? There is no toplevel loop! It is difficult to say more, because most subVIs are missing so we cannot even test.
    Your toplevel is unmaintainable, with loops and sequence structures stacked knee deep. Have a look at state machine architecture instead. Your only seem to work if controls are operated in a specific sequence. Most of the time, controls will not respond because the code does something else.
    Your "sweep program makes no sense. Why are you setting a value property that overwrites a control, making the control useless. Only use controls if the user can actually change something. Why not just initialize the shift register with a diagram constant of 400? After you do that, the sequence structure is obsolete, delete it. Why is there a local variable? Why don't you delete the local variable and place the indicator in its place inside the loop? 
    Your subfilter code makes no sense. Nothing will happen in the main VI while it is running. Data is only returned at the output terminal once the VI is finished. It does not change any wavelenghts as you claim, it simply updates it's front panel. What else do you expect? Why don't you flatten that code in the main VI, simply autoindexing an array with three wavelents in the loop that does the acquisition. Why does the output go to a case strucure with only choices 0 and 1? Since none of the outputs will ever be 0 or 1, only the empty default case will ever execute.
    LabVIEW Champion . Do more with less code and in less time .

  • Why do my photos and text disinigrate quality (appear fuzzy / blurry / lo res) in premier pro cs6?

    Premier Pro CS6 Question.....
    Why do my photos and text disinigrate quality when imported to premier pro cs6?
    I have still shots that have text and they look clean and crisp when I view them in photoshop. Why does the photo and text look so fuzzy or blurry and not crisp when I import the still files into premier pro cs6?
    Is there a setting in premier that I am setting incorrectly? That is possibly blurring my photos and text? The problem appears in both my PR file and my final exported work.
    Is there a way to retain the quality of the image and text that I see in my photoshop file?
    Note: I am not enlarging anything after import, I am reducing though, but I would think this would only make images and text sharper????
    Any help would be greatly appreciated, Im getting tired of doing all my work and delivering blurry / fuzzy / what appears to be low resolution images and text when I complete my project.
    Thanks in advance for any help offered.

    Hi Jim, thanks so much again for chiming in to my questions.
    Specs of Stills - Photoshop file - 677 x 1014px, 150dpi, 1.96M file size, 150dpi, this is the size of the file I originally imported and reduced to approx. 65%, the one sized properly in photoshop imported fuzzier.
    Sequence Settings -
    Export Settings, FLV, attached are settings.
    1. EXPORT FILTER SETTINGS...
    2. EXPORT FORMAT SETTINGS
    3. EXPORT VIDEO SETTINGS
    FINAL PROJECT IS DELIVERY OF FLV FILE TO EMBED IN INTERACTIVE FILE. Ive tried different settings for different jobs, just feel all text and photos fall apart when pulled into and exported to FLV for embedding final.
    Ive done several slideshow and video's in premier pro, have so much to learn still, Im thinking I keep diving into my projects and possibly making a total mess out of my settings for the desired final destination? is this possible?

  • How to paste image and text in same textbox.

    Is it possible to paste image and text in same textbox
    or anyother swing component.

    See http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html for information about styled-text displays, including text/image combinations
    Doug

  • Delete attributes and text of particular hierarchy

    Hi All,
    I'd like to know if it is possible to delete attributes and texts of a particular hierarchy in an infoobject (with hierarchy), e.g. product hierarchy?
    I do not want to delete it manually?
    Could this be done using process chain?
    -WJ-

    HI ,
    GO to se80 -> select function Group -> give RSHI and press enter . In the section below it shows all the function MOdules belonging to this Function Group . In this there are function Modules related to Hierarchy Maintenance . SO i think this Function Modules will help u .
    IF u find any function Module , then u can create a custom program and call the function MOdule in it . THen u can include the program in the Process Chain .
    Assign points if it helps....
    Regards,
    VIjay

  • Problem w/ Case Statement and Video Capture

    Hey!
    I've got a question about a topic which seems pretty trivial, but has been giving me quite the trouble for some time now. I was hoping that someone on this forum would be able to help me catch and fix my mistake.
    Basically what I'm trying to do is capture video from a camera, run some video analysis for a certain duration, and store the raw footage for that same duration in an avi file. I'm using IMAQdx and a Logitech C920 camera to gather video. When I run the program, I want there to be an output of the raw video on the front panel. When I then hit a button, I would like the camera to save a .avi file of the video for a set number of frames and concurrently run some analysis and display the results on another display on the front panel. The purpose of the raw footage in the .avi file is to be able to run the analysis again at a later date.
    I've attached both a screenshot and the .vi file to this post. When I run the current script, I'm confronted with one of two possible errors (not sure why they're different from time to time). The Video Acquisition Block either "Time Out"s or the Write to AVI block issues an incompatible image type error. The reason why I'm baffled by this is because when I take it out of the case statement and have it run with the rest of the program, the .avi file is generated accurately and stored.
    Any help would be greatly appreciated. Thanks!
    Attachments:
    Script Image.png ‏39 KB
    11_30_12 TrackVIEW.vi ‏271 KB

    Greetings, 
    Would the time out error happen every time you run the VI? In addition, do these errors have a code?
    I was able to replicate the issue and initially believe that it might be that we are simultaneously opening two sessions to the same camera. Could you simply take a finite number of images from the first acquisition and chain the second one via sequence structure? It would limit the viewer to only view the video on the other Image Display during saving the AVI, but it might be worthwhile looking into. 
    It might also be worthwhile to consider enquewing a certain number of images whenever the button is pressed, but that would require some more programming logic.
    Cordially;
    Simon P.
    National Instruments
    Applications Engineer

  • Capture all SQL statements and archive to file in real time

    Want to Capture all SQL statements and archive to file in real time?
    Oracle Session Manager is the tool just you need.
    Get it at http://www.wangz.net
    This tools monitor how connected sessions use database instance resources in real time. You can obtain an overview of session activity sorted by a statistic of your choosing. For any given session, you can then drill down for more detail. You can further customize the information you display by specifying manual or automatic data refresh, the rate of automatic refresh.
    In addition to these useful monitoring capabilities, OSM allows you to send LAN pop-up message to users of Oracle sessions.
    Features:
    --Capture all SQL statement text and archive to files in real time
    --Pinpoints problematic database sessions and displays detailed performance and resource consumption data.
    --Dynamically list sessions holding locks and other sessions who are waiting for.
    --Support to kill several selected sessions
    --Send LAN pop-up message to users of Oracle sessions
    --Gives hit/miss ratio for library cache,dictionary cache and buffer cache periodically,helps to tune memory
    --Export necessary data into file
    --Modify the dynamic system parameters on the fly
    --Syntax highlight for SQL statements
    --An overview of your current connected instance informaiton,such as Version, SGA,License,etc
    --Find out object according to File Id and Block Id
    Gudu Software
    http://www.wangz.net

    AnkitV wrote:
    Hi All
    I have 3 statements and I am writing some thing to a file using UTL_FILE.PUT_LINE after each statement is over. Each statement takes mentioned time to complete.
    I am opening file in append mode.
    statement1 (takes 2 mins)
    UTL_FILE.PUT_LINE
    statement2 (takes 5 mins)
    UTL_FILE.PUT_LINE
    statement3 (takes 10 mins)
    UTL_FILE.PUT_LINE
    I noticed that I am able to see contents written by UTL_FILE.PUT_LINE only after statement3 is over, not IMMEDIATELY after statement1 and statement2 are done ?
    Can anybody tell me if this is correct behavior or am I missing something here ?Calling procedure must terminate before data is actually written to the file.
    It is expected & correct behavior.

  • I want to buy an unlocked iphone 5c and be able to use it both in the United States and Poland. Is this possible?

    I want to buy an unlocked iphone 5c and be able to use it in both in the United States and Poland. Is this possible? I came across this : http://www.expatyourself.com/2012/09/will-my-iphone-5-work-around-the-world/ and became conserned. 

    Yes.
    Obtaining iPhone Service in the European Economic Area (EEA) and Switzerland

  • It is possible to capture 1920x1080 instead of 1440x1080 from a HDV camera in fcp ? If do, plz also says the pros and cons.

    It is possible to capture 1920x1080 instead of 1440x1080 from a HDV camera in fcp ? If do, plz also says the pros and cons.

    And it's easy enough to change to square pixels within the editing application.
    Russ

  • Possible to bypass tape and capture live events in FCP via Firewire?

    I was thinking to buy a Canon XH-A1E or similar HDV camera. I was wondering if it is possible to run a firewire from the camera during a live event to a laptop running FCP in capture mode and capture the footage to FCP as it is being shot.
    Thanks.

    If the computer crashed, I believe you would lose the file currently being captured into. In much the same way as if you were to prematurely stop a copy process from one disk to another, it would simply disappear.
    At any rate, if the file did survive it would most likely be unusable because the directory entry would be incomplete.

  • Is it possible to buy an iphone 5 in the states and take it back to another country for use?

    Is it possible to buy an iphone 5 in the states and take it back to another country for use?

    Apple has not yet announced the availability of unlocked iPhones in
    the US, but they are for sale in Canada, parts of Europe, and elsewhere.
    Warranty is not international. Service and repair/replacement only in
    country of original purchase. LTE/4G may or may not work in other
    country depending on bands and frequencies used.

  • FCE: Possible to Capture SD footage from digital video cam?

    Ok, probably a daft question this. Don't laugh...
    I'm thinking of purchasing a digital video camera that uses SD cards. I currently use a MiniDV cam and connect via Firewire.
    Is it possible to capture footage shot on SD cards into FCE?
    And, if so, should I use USB from the camera, or insert the SD card into my card-reader?
    The camera I'm looking at is able to record HD footage to a 2gb SD card (about 40 mins worth)
    Thanks for your time!

    Cheers Tom, I think you just saved me a small fortune..
    Here's the camera: http://reviews.cnet.co.uk/camcorders/0,39029967,49263047,00.htm
    (is it ok to link outside of the forums?)
    In case the link get removed by a moderator, the model is the Sanyo VPC-HD1

  • Possible to capture an image if the button on the cam is clicked?

    Hi!
    Im testing JMF and wonder if anybody knows if it is possible to capture click events from the web camera? The web camera itself has a button made to capture images and I'd like this feature in my application. All I wonder is if it's possible to capture or in any other way access information when ever this button is clicked.
    Thx in advance!
    /Anders

    You could use linux easily.
    Check dmesg, after you push the button.
    Allyou have to do is capture the event.
    In windows, you would probably have to do some jni.

  • Is it possible to capture from DV tape (OnLocation CS5)

    I posted this question on the OnLocation forum but got not responses at all. I’m new to Premiere Pro CS5 so please bear with me. Is it possible to capture DV from my Canon HV40 using OnLocation? When I get OL and my camera connected and ready, it only allows me to capture Live recoding. But I would like to capture my already recorded DV from tapes. I know I can use PrePro under a new project each time but it would be nice to do capturing and import clips to whatever projects later. Do I have something set wrong or is this not possible using OL?

    Hi Jeff
    I realised once I'd said it that, provided a picture's being sent down the firewire, OL will record it.  Doh!  

  • DAX - IF statement and filters within calculated column

    Hi all,
    I've got a bit of a complex formula I'm trying to run, but I'm not quite there yet.  I don't know where/how/if I can place a filter within my IF statement for a calculated column due to so many variables.  I either get errors or wrong numbers. 
    Hope the following makes sense. 
    Here is my formula for the calculated column [Years Since Last Task]:
    =IF (ISBLANK([Last Task Date]) && ([Current Role]<>BLANK()), DIVIDE([Quarters],4), FLOOR(1. * ( today() - [Last Task Date]) / 365, 0.25))
    Problem:  I am getting "114.25" for Ken....but I want a blank result instead.  Meaning, I need to also filter out any name (row) who has a blank [Current Role].  How do
    I add a filter to this current formula?  Is one more step of filtering possible in this IF statement?  (Maybe I shouldn't use an IF statement, and try CALCULATE instead?)
    Below is the table 'Work' for you to see what's happening.
    Name
    Quarters
    Last Task Date
    Current Role
    Years Since Last Task
    John
    1
    1
    0.25
    Mike
    4
    2/7/2011
    3
    3
    Todd
    5
    4/20/2009
    4
    5
    Jeff
    9/1/2013
    3
    0.5
    Ken
    0
    114.25
    Steve
    2
    12/3/2011
    2
    2.25
    Nate
    2
    1/1/2014
    2
    0.25
    Greg
    1
    8/11/2013
    1
    0.5
    Ross
    4
    11/9/2010
    4
    3.25
    Hope all this made sense.  Let me know if you have any thoughts.
    Thanks,
    ~UG1

    you can use nested IF-statements here:
    =IF (ISBLANK([Current Role]),
    BLANK(),
    IF(ISBLANK([Last Task Date]),
    DIVIDE([Quarters],4),
    FLOOR(1. * ( today() - [Last Task Date]) / 365,0.25)
    hth,
    gerhard
    Gerhard Brueckl
    blogging @ http://blog.gbrueckl.at
    working @ http://www.pmOne.com

Maybe you are looking for

  • Can I backup to cloud from Mac osx 10.6.8 3.06 Ghz Intel Core Duo?

    Hi, My wife has recently bought a new iPad and is backing up in the Cloud. Can I do the same and if so how do I do it?

  • What do you use to create distributable packages with ARD?

    What do you use to create distribution packages for ARD? I.E. a package for installing the new Oracle Java 7.21 on all our machines. Or, a package for installing Micosoft Office 14.3.2 udapters? Specifically for 10.7 and 10.8 users. Install Ease? Jam

  • Alternative BOM No Deletion

    Hi, I have one scenario in which previously there were 2 BOM's available for single material, i.e. 1) 01 2) 02 After some days, first BOM was deleted by the user and when we try to see BOM detail using CS03 by entering Material = XXX Plant = XXX BOM

  • Firefox newest version can't be installed on my pc .?

    Actually i tried many times to install firefox newest version to my pc but i can't its just blink and close out. Please give your suggestions thanks . ''[Spam link removed by moderator. Please read [[Forum rules and guidelines]], thanks.]''

  • Why can't I see my devices in iTunes?

    The support page says if I click File, I will see a menu item "Devices."  That item does not appear.