find user

Hi all

We have a table (a major). 10 users have had access to update the table through
the application and all 10 users use a single login id.

one of the 10 users intentionally play with this table. deletion of records change...
documents. Is there a way we can get to know which user modifies this table... even if
auditing is enabled in this table, it is difficuilt to search for the user as long as all users a single
opening of session. Is there a way we can take the IP address of the machine that changes this table?

Any idea?


Kai

The easy answer is to put a trigger on it - create a table to store audit information

create or replace trigger audit_trig
before update or delete on important_user_table
referencing new as new old as old
for each row
declare

l_action varchar2(10);

begin

if UPDATING
then
  l_action := 'UPDATING';
elsif DELETING
then
  l_action := 'DELETING';
end if;

insert into audit_table (username,action,ip_address) values (user,l_action, sys_context('USERNEV','IP_ADDRESS'));

end;
/

This will tell you who is doing what and where. Of course you also get ahead or after the values if you want to use the: new.column_name or: old.column_name syntax.

Hope this helps,
Tony

Tags: Database

Similar Questions

  • How to find users and groups in the Sun box

    Please adivce how to find users and group in sunsolaris

    Thanks in advance

    We can get all the details of the Group of the file/etc/Group.

    Similarly the user details are in/etc/passwd.

  • Could not find user.lib screws

    Hi there and thank you in advance for any response.

    I'll take a semi-manufactured project for an outside contractor in India who did some LabVIEW Development. Everything was left on a desktop computer. The computer has an executable and a screw with a LabVIEW project file. Executables seem to work but LabVIEW 2011 is not installed, so I can't watch the EIS. I copy and paste all of the LabVIEW live in my laptop and open the LabVIEW (.lvlps) project file. I try to open the high level VI and it tells me it cannot locate three specific screws so I looked in the error to see if I could get more information and found that these 3 screws located under the user.lib folder. I have search the whole computer these screws and the file user.lib but did not find anything. It seems to me that the user.lib folder is created when the LabVIEW development system is installed on a computer. If I install LabVIEW on this desk, it will help me to get these screws or they are lost forever?

    Any help is appreciated.

    Thank you

    Serge

    Yes, you're right RavensFan.

    The company is called Accesio and I just got the LabVIEW drivers, they sent me.

    It was the screw that I was looking for!

    And creating Dir VI was indeed part of the openG libraries.

    Thanks again.

    Serge

  • Cannot find user APEX_040200, only FLOWS_030000

    Hello

    Can someone help me understand why I couldn't find the APEX_040200 user in the my company's Oracle database?
    I couldn't find FLOWS_030000. I try to get to the APEX auditor working in Weblogic, but I'm not succeed and I suspect it has something to do with the APEX version installed on the DB that I use. The Apex listener version I install is 2.1.

    Thanks in advance,

    Leandro Fernandez

    Hello

    You have an old Apex version 3.0. Before APEX_XXXX was FLOWS_XXX.

  • need to find users/sql that is analysis but NEVER run

    Hi all

    I tried to figure out how to find sql or user which are pharse sql, but not execution of their. It's because my run prase % in my AWR report is negative. which means that someone is the analysis of the statements and running NEVER. They are simply chewing your CPU, locking the shared pool, killing your performance.
    is not a good thing and I want to know what the user is that fact or that SID or what sql is dindane whats under her weight. How can I find that. Any querys out there to do that or? Thank you

    It comes to 10.2.0.3 on AIX. and here is a part of the AWR

    *
    *
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:  100.00
                Buffer  Hit   %:   80.74    In-memory Sort %:   99.10
                Library Hit   %:   92.95        Soft Parse %:   91.24
             Execute to Parse %:  -31.89         Latch Hit %:   99.99
    Parse CPU to Parse Elapsd %:   87.32     % Non-Parse CPU:   99.92
    *
    *

    Published by: user630084 on March 13, 2009 07:51

    Try in V$ ACTIVE_SESSION_HISTORY

  • How to find users VPN Live using SNMP?

    SNMP to query the device to get the VPN users who are alive?

    I need to produce a report on the trends for my management VPN user connections. If there is an OID to query, it would help me.

    I appreciate any help pointing me to appropriate doc or MIB file for my own analysis.

    See you soon

    -Spengler-

    Hey Spengler,.

    I think this is the link you are looking for:

    http://www.Cisco.com/en/us/products/HW/vpndevc/ps2030/products_tech_note09186a0080094a13.shtml#mibsupportbyversion

    and, specifically, you might be interested in the following MIBS:

    http://Tools.Cisco.com/support/SNMP/do/BrowseMIB.do?local=en&mibName=Cisco-Remote-Access-Monitor-MIB

    There was a bug that has been filed for the incomplete information stored in these MIBs. The bug number is CSCso02912.

    Concerning

    ATRI.

  • SQL Query - to find users with the end of the responsibilities

    Oracle Apps worm: 11.5.10.2

    Oracle DB - 9i

    How can I list users and access given to them for a distribution Specifies any responsibility end being dated at the level of responsibility

    Sakshi,

    Try this, hope will solve your problem,

    Select a.user_name, a.description, c.RESPONSIBILITY_NAME, b.START_DATE, b.end_date
    fnd_user a.,
    B FND_USER_RESP_GROUPS_DIRECT,
    c fnd_responsibility_vl
    where a.user_id = b.user_id
    and b.RESPONSIBILITY_ID = c.RESPONSIBILITY_ID
    and a.user_id = 'ENTER_USER_ID';

    Thank you
    Anchorage :)

  • I want to uninstall adblock plus and it is not running in the box add the handler plug-in slot by following the instructions. I lost frames and I can't find user friendly at all. I want to not go my images on my website builder will return. Please notify

    Apparently, I got something to add a filter or soemthing please I want to just uninstall it. I tried to disable it and my frames are still missing.

    AdBlock Plus doesn't block the frames, it blocks most ads on web pages.

    AdBlock Plus is an Extension, not a Plugin

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You must update some plug-ins:

  • What are the features available in controller to find connection user details

    Hello world


    What are the features available in controller to find connection user details

    ex: Using String userId = String.valueOf (pageContext.getUserId ());

    We can find the login user ID

    Similarly we can find user login name, profiles, etc.

    I want to just list the features available in the controller of the user of the connection...


    Kind regards

    Krishna

    Hello Krishna,
    You can find

    pageContext.getUserName ();
    pageContext.getResponsibilityName ();

    pageContext.getResponsibilityId ();
    pageContext.getOrgId ();

    etc...
    in Jdeveloper type pageContext. ' Ctrl + space bar ', you can find the list of available methods.

    Kind regards
    Naren.

  • find locked users

    Hello
    Is there a view or a table (like dict. notice) to find users who are locked?

    THX in adv.
    SELECT username, account_status
      FROM dba_users
    

    Justin

  • Any ideas where someone could find NTBACKUP. NSI

    Sorry for the breakdown, but I'm new on this forum and have spent an hour through the site of Toshiba Worldwide looking for a forum for users in the United States. Google does a great job of finding this "Toshiba computer Forum" but try to register as a person in the US & it virtually send you packing. NOWHERE on the US site it points to any type of forum to get answers to frequently asked questions & allow interaction with other users. If it's there... they did a great job to hide. What is going on???

    As I said, sorry for the evacuation... I'm trying to find out where to get the Microsoft XP Pro backup utility. It does not show on accessories, System Tools, as it States in the pages of Microsoft. Toshiba provides only a disc of 'restoration', rather than the original disc of Microsoft XP & they don't apparently to install it at home or Pro versions. Their tech support was absolutely no help after explaining what it was I needed. The person must told me to use the disk to restore at least 10 times, but when I asked all simply if the backup program was included, she had no idea. I thought that I had paid for a full version of XP, but I find that I have received that Toshiba has decided to load on the machine.

    Any ideas where someone could find NTBACKUP. NSI? (This is the Setup file that Microsoft refers to the installation of the program).

    Hello

    Sorry, but I also don? t know what you want? If you need just to NTBACKUP. MSI file is ok, but please explain a little more specific what is happening here.

    Please don? t be crazy but on this forum, you can find users who are very frustrated just because of problem but the explanation is so complicated that no one can understand what they really want. In my opinion the best way is to create concrete questions in numerical order and hope someone can give you a proper answer.

    Sorry, but these comments are absolutely counterproductive.

  • Is my computer remotely controlled by another user?

    I created a new user account, when I tried to log on under the new user name, I get the following message. "The user profile Service has no logon. Profile of user cannot logon. »

    I followed the instructions on this Web site to correct the problem by going to system properties/change settings. I found 3 usernames listed in the dialog box.  One of them is called default profile with 137 KB, which I couldn't remove. The 2nd user name is Michael with 8.5 GB. This user gives me the option to DELETE. The 3rd user, in Chicago, has a? mark instead of the size of the file.

    When I changed the password of Michael (type acct), the computer does not accept my password when I tried to connect.  It was a good thing and I created 'reset password' in a flash player. Also, the Michael user doesn't have administrative privileges. Even if she has an administrator account type, he only standard user privileges. What is causing these problems?

    When I went into the registry, I could not find user 'Default profile' in the LIST of PROFILES in the registry.

    Help, please.

    Hello

    Given that you have Michael there is no hacker which eliminate so in your thinking. Frankly, it
    Looks like you're not be careful when checking accounts. If you do not use Michael
    You can try to remove it from Control Panel - user accounts - manage another account.

    Click on Michael - delete. Then make another account if necessary. If it does not use
    the methods below.

    It's a good idea to always have another ADMINISTRATOR-level account to use to test and correct as
    necessary. Because I test a lot I keep 4 admin accounts just for that purpose. The spare wheel
    Administrator accounts can all have the same password as your Admin used regularly
    Account.

    These methods should help for Windows 7 or Vista.

    References to Vista also apply to Windows 7.

    You can try to fix it with Safe Mode - repeatedly press F8 as you bootup. THE ADMIN
    Safe Mode account has no default password (so unless someone changed
    the password should be available).

    Some programs such as the Google Updater (if you've added the Google toolbar,
    Chrome or Google Earth) has been known to cause this problem.

    Error message when you log on to a Windows Vista-based or Windows 7
    computer by using a temporary profile: "the user profile Service has no logon.
    Unable to load the user profile.
    http://support.Microsoft.com/kb/947215

    Difficulty "the user profile Service has no logon. User profile cannot be loaded. "Error in Windows 7
    http://www.SevenForums.com/tutorials/186131-user-profile-service-failed-logon-user-profile-cannot-loaded.html

    How to fix error "the user profile Service has no logon. Could not load user profile. "in
    Vista & Windows 7.
    http://www.Vistax64.com/tutorials/130095-user-profile-service-failed-logon-user-profile-cannot-loaded.html

    How to fix error "your user profile was not loaded correctly! You have been connected with a
    temporary profile. "in Vista & Windows 7.
    http://www.Vistax64.com/tutorials/135858-user-profile-error-logged-temporary-profile.html

    BE VERY CAREFUL IF YOU USE THIS ONE:

    DO NOT USE THE ACCOUNT HIDDEN ON A DAILY BASIS! If it corrupts you are TOAST.

    ----------------------------------------------------------------------------------------------------------

    For Windows 7:

    How to enable or disable the built-in Windows 7 Administrator account
    http://www.SevenForums.com/tutorials/507-built-administrator-account-enable-disable.html

    Use the hidden administrator account to lower your user account APPLY / OK then
    Raise it to ADMIN. This allows clear of corruption. Do the same for other accounts
    If necessary after following the above message.

    You can use the hidden - administrator account to make another account as an ADMINISTRATOR with
    your password even (or two with the same password) use a test or difficulty to another.

    You can run the command Admin account hidden from the command prompt
    from there if necessary.

    How Boot for Windows 7 System Recovery Options or use a Windows 7 boot disk.
    http://www.SevenForums.com/tutorials/668-system-recovery-options.html

    What are the system recovery options in Windows 7?
    http://Windows.Microsoft.com/en-us/Windows7/what-are-the-system-recovery-options-in-Windows-7

    How to create a Windows 7 - free methods system repair disc
    http://www.SevenForums.com/tutorials/2083-system-repair-disc-create.html

    ----------------------------------------------------------------------------------------------------------

    For Vista:

    How to enable or disable the real built-in Administrator account in Vista
    http://www.Vistax64.com/tutorials/67567-administrator-account.html

    Use the hidden administrator account to lower your user account APPLY / OK then
    Raise it to ADMIN. This allows clear of corruption. Do the same for other accounts
    If necessary after following the above message.

    You can use the hidden - administrator account to make another account as an ADMINISTRATOR with
    your password even (or two with the same password) use a test or difficulty to another.

    You can run the command Admin account hidden from the command prompt
    from there if necessary.

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    What are the system recovery options in Windows Vista?
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

    How to create a Vista - free methods recovery disk
    http://www.Vistax64.com/tutorials/141820-create-recovery-disc.html

    ---------------------------------------------------------------------------------------------------------

    If you can't access your old account you can still use an Admin to migrate to one
    new (remember to always leave an account Admin who is not used except)
    to test and difficulty).

    Difficulty of a corrupted user profile
    http://windowshelp.Microsoft.com/Windows/en-AU/help/769495bf-035C-4764-A538-c9b05c22001e1033.mspx

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How to remove an administrator user profile in windows vista?

    My computer has 2 Administrator profiles. One of them is here over the years and one of them was recently created accidentally. I am trying to remove this accidental profile but when I go into control panel > user accounts > add or remove user accounts and click the appropriate profile, it doesn't have an option "Delete account" as do all other accounts. So I tried the signature on the account I wanted to remove and remove it from there again once, the option 'Remove account' is not there, but he is there for all accounts - same Director of another one. How can I remove this unwanted profile?

    Hello

    By default in OS 4 coming
    Default administrator, guest, help support.ms / remote,.
    You cannot delete default admin, you can remove accidental created admin
    Instead of delete, you can DΘsactiver this admin account, log in as a lead Director
    Press win + r > run > lusrmgr.msc > double click on the administrator to find user folder > click right properties > check account disable > fact
    If you want to disable admin created accidentally do disable same.but only, before taking off to disable that represent files and backup files

  • Not the users and groups folder under computer management

    Original title: no access to users and groups in Windows 8 Pro

    Right click on computer, select Manage

    There is no option in the management of the computer!

    WHY? How to view?
    Thank you
    Hi Johnny,.
     

    Looks like you are unable to get users and groups under computer management.

     
    I would like to gather information to help you:
     

     
    (1) how do you try to locate users and groups under computer management?
    (2) you are able to view other folders in the same section?
    (3) don't you make changes to the computer before this problem?

     
    I suggest you to check if the steps will help you to locate users and groups folder under Computer Management:
     

    (a) Windows and X set button, and then select computer management.
    (b) double click on system tools.
    (c) click on local users and groups.
    (d) check if you are able to find users and groups folder.
     
    Do we not respond with the status of this issue.
  • vCAC 6.1 Catalogue right - cannot search for or select users or group?

    I want to install vCAC 6.1 from scratch and try to entitle a group of users for my first article in catalog.  When I'm on the Administration > catalog management > rights tab and type "domain admins" ordomain\domain admins"to search for a user I just get"no data to display.

    vcac1.jpg

    I thought that my source of identity was the issue then I double checked that...

    vcac2.jpg

    And the strange thing is that I can seek this identity store when I'm under Administration > groups

    vcac3.jpg

    I don't know why I can't find users and groups above, but I can look for them in the admin > groups option.  I have been stuck on this for about a day and can't get anywhere.  I restarted the identity goes, the vcac goes and the iaas server.  The logs will show that nothing is wrong either.

    I was walking around videos from youtube by Yves Sandfort.  I watched all the videos of the series and followed, but at 10:08 in the video, I get to a stopping point.

    VCAC VMware 6.0 - based hypervisor Blueprint by Yves Sandfort - YouTube

    I am new to vCAC so I could have done something wrong.  I hope that its simple.  Let me know.  Thank you!


    Joe

    Just make sure, but domain administrators have user rights in the Group of companies to ensure that this right is?  If they have not so you will not be able to grant them rights to this right.

Maybe you are looking for