Keep the lines of activity of the user on a schema

Hi guys,.

My database 10 g 2, I want to keep track of the activities of the user on a particular schema. He executed as user select, update, delete, and process.
What is the quick solution to Records operations on the entire schema by a user.

Best regards, Imran

You want to add a FGA strategy to all tables in the schema?

What do you think the audit_column and the audit_condition to be? Without doubt, not each table has a SAL column. You want to audit access to all of the columns without condition? Rather than access to the SAL column if auditing SAL > 50 000 in your example?

Something like

FOR x IN (SELECT * FROM user_tables)
LOOP
  dbms_fga.add_policy(
    object_schema => <>,
    object_name => x.table_name,
    policy_name => x.table_name || '_POLICY'
  );
END LOOP;

should work (adjust the name of the policy to your liking).

Justin

Tags: Database

Similar Questions

  • Win Vista Business 32-bit SP2 running: How can I get IE 8 to keep the user ID and PG for the sites?

    I'm under IE 8.0.6001.19019, with privileges for the Admin user, and I was not abe to understand why, unlike my other portable installation Win 7 SP1, as IE 8, I can't get the system to keep the user (not to mention passwords) ID I enter the website screens, for example: as my web Yahoo email account.  I have been through all the IE Tools / Internet options screens to see what I can and can't seem to find something there.

    Any thoughts?

    Block you cookies by moving the slider on the Privacy tab to the top or to a site from the list which is accessed through the Sites button. If this isn't your problem.

    If I remember well AVG Free scan deletes the cookies in a default scan. But it should be limited to tracking cookies.

    I'm not familiar with HotSpot Shield.

    You run like CCleaner cleaning software that deletes cookies?

    Apart from that, I am ideas. You could try to run without addons (type Internet Explorer in the area start search and select the no addons version) and see if this behavior persists.

    Just to clarify, the data is available if you navigate away from the site, then come back to open a session? Or is it only after close Internet explore and restart?

  • Remove the user from oracle schema

    Hi all

    I want to put some users in the Oracle database, my question is what will be the impact of the abandonment of the user of scheme on the use of tablespace and backups please?


    Best regards

    Prasad

    I want to put some users in the Oracle database, my question is what will be the impact of the abandonment of the user of scheme on the use of tablespace and backups it please?

    The space previously used by a "abandoned" user will be available to OTHER users/objects that use the same tablespace.

    The tablespace will NOT decrease automatically if that's what you mean.

    Generally backups only backup blocks so the blocks that are no longer in use will be generally is no longer be saved.

    What, precisely, are you concerned about?

  • domain with the active directory security / user name

    Hello

    I use weblogic 12 c, I create the provider for active directory in myrealm like going to the console >security domains>suppliers > New and I put specific provider and I don't have a ADF application using security ADF taking Kingdom deployed to the same server, weblogic, its work well with username and does not work with the id of the user for example if the user as described below:

    User ID Username Password
    aa123Test userXXXX
    bb123Test User2XXXX

    its fine work when put the username: User of Test or Test User2 but does not work with aa123 or bb123 how I let provider to keep the user id instead of the username?

    for the user name attribute active directory samAccountName, can you please try that instead of CN?

    If it doesn't work, can paste you the information from the user, you can use the ldifde command to export the user to Active Directory.

    I hope this helps.

    -Faisal

    http://www.WebLogic-wonders.com

  • keep the setting of the user when upgrading packages

    Guys,

    its there a way to keep the user settings, when a thinapp packages upgrade, example, I thinapp firefox 3.6, so I want upgrade firefox to version 4, can the bookmarks and other settings migrate automatically between package 3.6 to 4.0 when the thinapp Gets the upgrade on the VM?

    in my case whenever I update the package, bookmarks are not migrate and the user begins with a database empty bookmark.

    Thank you.

    Maybe that's not Thinapp whats causing your problems. You know exact filepath or registry keys that are now the parameters of your bookmark? are they not different between versions of application? And these places have the same isolation mode? IMHO these location setting is different between versions of application and the old settings are visible in a newer version, but new version uses setting different location and that's why you don't see older settings in a newer version. IM on mobile phone, so I can't check on the computer. Let us know any results. We also provide versions of Firefox, you try to migrate settings between.

  • Cannot delete the folder of the user

    Original title:

    Help me, I can't delete the user record, even I have loged on as an administrator. I used Windows 7 Home Premium 64 bit

    Please give feed back imiedietly

    If you are referring to in the record of user directly under the users profile folder, it is protected.  The only way to delete normally is to delete the account of user via the control panel / user accounts and choose to also delete user files when you are prompted.
    It would be foolish if you want to keep the user account, but delete the folder of the user.
    What you trying to accomplish?

  • Customization of the user does not not as expected

    JDeveloper version - 11.1.1.7.0


    My requirement is when a user customizes a page and re - called leave the same browser or browser; the custom page must be provided to them. Also when the URL is called from a different machine, design time page should appear (not the one to measure) and a separate customization should be allowed on this machine. that is, each machine to their respective customization.


    I created an application that has the class UserCC customization in MDS. I run my application of Jdev and customize it. Then when I call the URL from another browser, it shows the page design time and not the custom. If I invoke it on a different machine , it displays the page of time to design as expected.


    I've tried including the customization of SiteCC class in MDS as well as the UserCC. This time on the execution of the page, it displays the previously custom page by default and no time to design page. It also shows the custom page on the appeal of an another machine or other browser URL.


    Steps to create the application-

    1. MDS allowing between sessions

    2 configured adf - config.xml

    ADF - open config.xml -> Configuration MDS -> added UserCC & SiteCC.

    3 defined the elements and attributes that are get persistent store of MDS.

    I'll go with you step by step (it's what I've done in a ADF applications I have):

    1 - my ADF Application use custom security (not use the ADF security). After the user successfully connecting I will store user id in the variable in the scope of session (the name of the variable is "userId").

    2. to activate SDM, you must configure 3 things:

    -Database

    -Weblogic Standalone

    -ADF Application

    3. for the database, you must configure the remote on the database and create user db DEV_MDS (refer to Sameh Nassar: MDS apply to Oracle ADF Application)

    4. for stand-alone weblogic, you must open em and configure MDS in the weblogic (refer to Sameh Nassar: MDS apply to Oracle ADF Application)

    5. for the Application-level configuration follow these print screens:

    The ViewController project properties:

    Create a new class MyUserCC extends SiteCC as:

    --> Descriptors application resources--> ADF META_INF--> adf-config. XML

    5. deploy the application. But you have only 2 ways to deploy the application:

    -From direct JDeveloper:

    Create war and ear files

    * Set connection of Server Application for weblogic (main Menu-->--> Application Server Browser view)

    * Menu select application--> deployment--> yourEar file--> deploy to the application server--> select the server

    * MDS window enter any name as the name of the partition (but if you redeploy the application again, you must enter the same partition name that you added the first time to keep the user's changes)

    -Second way you can use to deploy the application comes from em

    * Em open (http://serverIp:7001 / em)

    * Expand Weblogic domain--> right click--> application deployment

    A step is to select the MDS repository and enter the name of the partition

    6-test you request. Sign in with the user "user1" hide certain columns, collapse to any component reducible logout then login again with the id "User1", you should see the Exchange user. Disconnect and connect with the user "user2", you should not see the changes of the id "User1".

  • Using Captivate to record the user of Captivate interface

    I want to Captivate allows you to create a Captivate demo video. How can I keep the user of Captivate interface to reduce when I start recording?

    Mike

    You can open several instances of Captivate and recording of one of them.

    Anthony

  • Cannot delete the cascade of the user

    SQL > select * from v version $;

    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    AMT for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    SQL >

    SQL > drop user uf_ods waterfall;


    Drop user cascade uf_ods
    *
    ERROR on line 1:
    ORA-00604: an error has occurred at the SQL level recursive 2
    ORA-31496: must use DBMS_CDC_PUBLISH. DROP_CHANGE_TABLE drop changing tables
    ORA-06512: at "SYS." DBMS_CDC_IPUBLISH', line 12
    ORA-06512: at line 5



    SQL > SQL >


    This scheme has about 2100 tables. I've not encountered this error before and hoping someone can take a look.

    Thank you!

    user10784896 wrote:
    I need to remove the user account from schema. Tables are not specific. I was doing an import in the schema and the kill session - could there be modified table blocks that are still there. I was thinking about bouncing the instance and retry.

    I don't think so bouncing the instance might help in this case.
    You can try to drop all tables listed in query below before attempting to remove the user

    select change_table_name from CHANGE_TABLES where change_table_schema=''
    

    Concerning
    Anurag

  • How to stay active with 2 users at a time without getting other disconnected?

    Hello
    How can I stay active on 2 users both in Vista Ultimate sp2. Because when I change user I noticed that another be disconnected in the user list task manager. I tried fasting method of switching, but it was not useful. Can someone kindly help me on this? I want to just turn on 2 user like windows xp pro account.

    Hi Strang3r007,

    While testing on Windows vista and Windows XP computers, I was not able to get a difference. On both computers when you use the option of users switch it will quote only the status of the user as disconnected in the task manager that does not mean that the user account is disconnected.

    Please let us know how it works under Windows XP computer as you said.

    Fast user switching will keep the user to other programs of accounts that run in the background and is the only option. And the Task Manager does not display users running other programs.

  • How can I keep the active profile so that it will not be closed by the user profile service and crash my application?

    I'm a 1530 entry in the event log of user profile for a custom .net application service that is managed by a scheduled task (non-interactive) followed an appcrash for my request entry. The application performs a treatment and if it is impossible to delete some files because of the activity of the user will sleep for a few minutes before trying again. It is usually during this period of sleep that I have noticed this issue. It's on a Windows Server 2008 R2 computer.

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    I hope this information is useful.

  • Filter the Table during execution and keep uncommitted line changes

    Hello

    I have a requirement which has been quite difficult for me so far.

    I use the first version Jdev 12 c.

    I have a table of AF that is connected to a ViewObject that is used for sending new data.

    When I add lines to this ViewObject, I put a field that I intend to use for filtering so that the number of lines is not displayed at the same time.  This field comes from a selection of LOV.

    I want to be able to change lines are displayed in the table based on what is the current value of selection LOV.  This isn't a problem for me, and it works perfectly using a view criteria and a variable transitional EO I put in place.

    My problem is that when I select a new value in the LOV and change to bind the variable view criteria, I want all changes uncommitted to the lines to be preserved in the View object.  Currently, the lines are not keep their changes, and I need to do this, because after that the user has entered data for a large number of lines, there will be a commit to the database for all new lines added.  Is this possible or should I look for an alternative?

    I also tried to use a table filter in the link of the page layer, but I get an error that I can't debug. It is marked as Houston-34014.  In this method, I try to access my bean in pageFlowScope to filter the table.  This bean variable is updated when the LOV selection changes.  Error messages settings are {0 = oracle.jbo.Key [-220-225], 1 = root}.  I also read that this filter parameter is a static filter and does not dynamically during execution.

    Any help would be appreciated, thanks for reading.

    Hello lhymel

    I think that your problem is solved, so please close this thread and open a new thread for tuning related problem

    Thank you

    -Ashish

  • I want to Exchange my hard drive of my iMac for one SSD. Existing hard drive will be cloned on the SSD. I have CS 3 Design Standard installed. What I have to deactivate/reactivate CS3 or will keep the data license/activation?

    Oh, I of course put the whole issue in the reference line.

    I'll repeat it here.

    I want to Exchange my hard drive of my iMac for one SSD. The existing hard drive will be cloned on the SSD. I have CS 3 Design Standard installed. What I have to deactivate/reactivate CS3 or will keep the data license/activation?

    Thanks, Thomas

    Transfer facilities of Adobe does not normally operate.  You must reinstall using installation files.  At a minimum you must disable, but you may find that you need to uninstall and reinstall.

  • Jdev 11G ADF BC: rollback and keep the current line problem

    Hello

    I have 2 pages of tabs in the application. The second is a page change that has a master detail data set can be changed and 2 buttons - submit and rollback.

    Submit button is a validated method from the viewImpl.java that will save your changes and keep the currently selected line.
    Cancel button is also validated method of the viewImp and the restoration on the changes and keep the line currently selected.

    There is a validator that is set up for a component on this page. When user input is not valid and that the user clicks on the "Restore" button, the error message appears and stays there until a valid value is entered.

    How can I restore without validating any component. In a Word, how to disable the validator when you click on restore.

    Thank you very much

    Annie

    I would suggest trying to use Steve code as is in the view object in beforeRollback, afterRollback.
    It works very well with the button restore default
    Maybe the problem is that you made the restoration of the Interior of the view object.
    You can also find a script to test for 11g in [http://adfbugs.blogspot.com/2009/09/range-paging-and-restore-current-row.html]

  • Keep the highlighted line using jQuery

    Hello!
    I am using the following code to highlight a line in my report, calling it via an onclick event-

    function point culminating (pThis) {}
    $('td').removeClass ('current');
    $(pThis) .parent () .parent () .children () .addClass ('current');
    }

    I have an icon in the same line that opens a popup page where a user can change this particular record. Once the changes have been made and a click on the button "Apply changes", the window popup closes and the page is refreshed to show the changes, but my highlight the line disappears. How can I go to keep this line was highlighted after the page is reloaded?
    Thank you!
    Tammy

    Tammy,

    The reason is that the background color is applied, not the tr element, but its td elements. You can use:

    $('#'+pThis).parents('tr').eq(0).children('td').addClass('current');
    

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen
    http://sourceforge.NET/projects/plrecur

    You can reward this answer by marking as being useful or correct ;-)

Maybe you are looking for

  • Suddenly advertising 'content' download again

    After spending ages (an internet very bad diet where I live!) last year completing all downloaded content LPX is suddenly asking me again if I want to "resume the download of content?" showing more my "previous download was interrupted when I finally

  • Upgrade CPU to 8440p

    I have a HP EliteBook 8440p with an i5 processor, and I noticed that the same model is available in aversion of Intel Core i7-720QM quad coreusing the same chipset. Is it possible to buy this particular processor and upgrade the laptop? If so, are th

  • SimplePass doesn't appear in Chrome anymore, but works with IE

    As the subject has said, the Simplepass normally appears in a small window ask swipe you your finger, so you can find it not connect, but since last week my Simplepass do not pop up this window more. I tried to go through the same Web site in Interne

  • window cannot start applications and programs on my computer, Windows Firewall, internet explore and my antivirus can not be updated.

    After installing some games on my pc I started having problems with the eventviewer its been disabled. The DVD drive cannot be detected by the computer. Please help me as I'm about to perform a system recovery, but I need to know what causes this mul

  • objects vs C++ QML Dynamics

    normally I use ComponentDefinitions and create / destroy all my UI of QML, who works fast and easy. C++ only I use for business logic Sometimes I have to create a C++ user interface controls, in this case a sheet, because: If you use a spreadsheet wi