Track the User's Previous action

Hi,
In my development database one table was truncated by one oracle user yesterday. How can I find the date with time and through which application(sqlplus,Toad...) used by the user for ddistroy the table.? ie: which query, which time, which user, which application...How to track this with oracle utlities?
Please help..
Shiju

Hi orashiju,
Unless you had enabled the auditing feature, your only resource for tracking of time and query is the logminer.
This post will give you a step by step procedure to audit enabling My own DB Big-Brother
Do you have Oracle 10g with flashback recovery? You may be able to recover the table...
Regards
Ignacio
http://oracledisect.blogspot.com

Similar Messages

  • How to track the user who deleted the info object.

    Dear Gurus,
    In our BI system one info object has got deleted.  If I need to track the user who has deleted that how can I track it(in which DBtable).  And the complication is one user ID is being used by many people, in this case how can I track that from which machine the Info Object has been deleted(if there is any possibility to track the machines by IP address).
    Kindly let me know if there is any procedure to find it out. Your help will be rewarded with a great honour.
    Regards
    Mohan Kumar

    Hi dear,
    you have to go in SLG1 transaction, and then select
    Object: RSD
    Subobject: IOBJ_DEL
    External ID: (put here the name of your deleted IO)
    Then choose a time range...and voilà, you can find the user who deleted the IO...
    Hope it helps!
    Bye,
    Roberto
    About the IP...look at USR41 table, but I think it's a bit difficult fo find data referred to the past...
    If you haven't activated logon auditing in SM19...

  • How to track the user's activity while proxy

    Hi
    Can you help in identifying how to see which user is accessing which application in fusion apps. I am not sure in which logs this information is written. Also When an Admin Proxy another user , can we track that activity as well? like which user id he is proxying and which page of that user's account is opened using proxy.
    Thanks in advance. 

    Hi dear,
    you have to go in SLG1 transaction, and then select
    Object: RSD
    Subobject: IOBJ_DEL
    External ID: (put here the name of your deleted IO)
    Then choose a time range...and voilà, you can find the user who deleted the IO...
    Hope it helps!
    Bye,
    Roberto
    About the IP...look at USR41 table, but I think it's a bit difficult fo find data referred to the past...
    If you haven't activated logon auditing in SM19...

  • How to track the user name for audit trail ?

    Hi all,
    I chance the new user name from existing user code, How can i track the document that made by the old user name and the current username. Because when the username change, all the historical will be changed to the current.
    Thanks in advance
    Regards
    Jia shun

    Hi ,
    the problem is usersign is only connect to userid of OUSR. And the changes is on User Name field.
    For example know i make a document PO by using user code manager , user name Jason Butler.
    After that i change my user name become Alex, but the user code still same "manager".
    After that i re-login and update the Qty in PO doc, that i made before. After that i change again the username, the user code still same. After that i click the show history of the document that i made before. The Updated by and created by are always followed by the current user name that i change.
    thanks and regards
    Jia shun

  • How to track the User who has changed the System Profile Options

    HI ,
    The system profile options are changed by one User (Ex: XX123).
    Here, the user XX123, he is not having any sys admin responsibilities .
    He is having only I-proc responsibility attached .
    Is there any chance to update the system profile options , through I-proc.

    Pl post details of OS, database and EBS versions, along with which profile options have been changed.
    AFAIK, IProc responsibilities do not have access to change profile options.
    HTH
    Srini

  • How to track the users password at insert page??

    Hi all,
    I need to create an interface, which allow users to upload some medical sequences into databse, also I need to alow the sequences's own to modify their input , in case they mske some mistake. now I need to deal with the following conditions.
    1) Since the sequence's own need to take respone for their on sequence.
    2)The interface has field call author,
    3) before their do search edit or input , download , they need to log in the web set, any every one sure has their union password.
    SO is that possible for me to get the log in password and check usere A is A to
    avoid some one acciden or in poporse to use other s name to input or modify the sequence files in database .
    Thank you11

    hello tmary,
    hmm your problem seems to be a beginners problem?
    well there are two points to help u accomplish ur aim.
    1.the database tabel or users
    2. the users username (which should be a primary key in the table)
    now this is the flow.....
    when the user logs in using the web login page u will create u check 4 his username and password existence in the database table for users,if it exist you direct him to the welcome page where he will have options of editing ,downloading,uploading,e.t.c
    so when loading this page u put this authenticated username and password i the "session" object and make sure all ur pages are session enabled. now if thge user selects edit when loading the edit page u will use the user name in the session to get his correspondin record which will b from the database table of record in which the username should be foreignkey to now likewise u can do the same for the download ,upload,e.tc pages.
    hope this helps ok.
    please let me know if its not ok.
    jlord1

  • How to track the users history who are logged in on server.

    Hi, Can you help me when there are 10 users logged in and doing their tasks and when an administrator wants to see the history of operations/commands/tasks the users performed. How this can be achived?

    Hi!
    Look here

  • Tracking of user activity in the system

    i'm currently on a project which i need to use BI to track the user  activity on the SAP System example like the time they log in or out, the transaction thay made etc. was juz wondering if anyone can give me some idea, solution or a head start in my project. thanks.

    Hi,
        You could use the tables USR01.....thru USR07 etc.  These tables contain user information like name,login times etc.
    eg .USR07 gives the tcode etc.
         You could create a view to extract the appropriate fields. Then create a datasource using either the view or a function module. You'll have to decide your requirement. Then the rest in BI is pretty standard. The only point should be what data to extract from which tables and how...
    Assign points if useful
    Regards.

  • Track the delete operation.

    Guys,
    I've an Oracle table from which records get deleted very often.
    I would like to track the user(and the system name) who issued the delete operation,timestamp of the operation and the no. of records deleted from the user's transaction.Can someone help me with a procedure for this task?
    Thanks,
    Sevuga.

    Thanks Jameel.
    I've got it working now.
    Let me share the steps that I've followed to set the auditing 'ON' on the table concerned.
    CONNECT system/manager AS SYSDBA
    -- Truncate the database audit table.
    -- The database audit table was truncated so any old audited information will be deleted for
    TRUNCATE TABLE aud$
    -- View the AUDIT_TRAIL parameter value.
    SHOW PARAMETER audit_trail
    -- The NONE value indicates that the audit process was not activated.
    -- Change the AUDIT_TRAIL parameter to db.
    ALTER SYSTEM SET audit_trail=db SCOPE=spfile
    -- Shutdown and startup the database. Use the default Server Parameter File (SPFILE).
    -- Notice that when the AUDIT_TRAIL option is set to db, our audit trail information is stored in the AUD$ table owned by sys.
    -- And also, when AUDIT_TRAIL is set to Operating System,ouraudit trail information will be stored in the director named by the AUDIT_FILE_DEST parameter.
    -- In our case, we are storing data into the AUD$ table in the Oracle database.
    SHUTDOWN IMMEDIATE
    CONNECT system/manager AS SYSDBA
    STARTUP
    -- View the AUDIT_TRAIL value again.
    SHOW PARAMETER audit_trail
    -- Notice that this time, the value would be changed to db.
    -- Query the AUD$ table.
    SELECT * FROM aud$
    -- Notice that there are no records in the audit table.
    -- Audit who ever deleted a record from the EMP table.
    AUDIT DELETE
    ON emp
    BY ACCESS
    WHENEVER SUCCESSFUL
    -- Connect as the normal user.
    CONNECT scott/tiger
    DELETE FROM emp
    WHERE empno = 9999
    COMMIT
    -- Connect again as the SYSTEM/MANAGER user.
    CONNECT system/manager AS SYSDBA
    -- View the SYS.AUD$ table to display the date and time who (username), and what (statement of an action) was done.
    SELECT
    TO_CHAR(timestamp#,'DD-MON-YYYY HH24:MI:SS') as "Date and Time",
    userid, name "Action by user"
    FROM sys.aud$ JOIN sys.audit_actions
    ON action = action#
    Thanks,
    Sevuga

  • How to track WebUI users in GUI

    Hi,
    I want to track users in GUI who are login via WebUI . Is there any way to track the users in GUI who are working in WebUi like which report they are running, whether their session is active or stuck
    We are using CRM 7.0
    Regards,
    Puskar

    Thanks for update,
    Now I am checking with development team to develop the functionality to register in a custom table which track webui users in GUI, Because my actual requirement is to implement a long term solution for the table lock issue
    We want a solution where Service Requests will be automatically unlocked after 30 minutes if no process is running. As some times users are complaining that Service Requests locked in following cases
    u2022     Network volatility: When Network is not instable
    u2022     When Network cable is unplugged
    u2022     When user doesnu2019t follow the correct way to navigate around Webclient
    Beset Regards,
    Puskar

  • Track a user's IP address

    I have gotten multiple offensive messages and calls from a user who is using false names of a couple different people I know. I know this person knows me and goes to my school. I want to track this person, and find out who it is. I have an incling but I cannot just assume. I want to know. The people he is immitating want to know. This is getting out of control and I want to find this person immediately. Please help me track the user names: basshead876 and basketballa469 
    Please! I do not want their usernames being deleted, I want to find out where they are coming from. This is a serious matter and I want to get to the bottom of this. Please get back to me with some information or anything at all. 
    Thank you. 
    Breonna

    if you really feel that this is a serious matter, and can be considered as a form of harassment, you may indeed to report this incident to your local police. Then they can contact Skype if your local police may need information for their investigation.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • How to find out the user iD that previously deleted?

    Hi,
    My client has deleted some user ID in SBO v2004b. HOwever, when the client did that, he forgot to "deselect" the license that granted to the users going to be deleted. What's worse, he forgot the user ID that he deleted.
    It makes the license available decrease. So, how can i find out the user ID that i previously deleted? Or any method to retrieve the correct number of license originally. ?
    Thanks for your advice

    Hi,
    Have a look at the FAQ weblog, Missing licence topic:
    /people/ibai.pea/blog/2006/07/26/sbo-faq
    Regards,
    Ibai Peñ

  • How to call an action when the user selects a radiobutton

    Hai
    PLease help me in providing the information.
    In my Project i have two radio buttons as
    New
    Asssessment
    when the user selects new button, i want to automatically call an action in the controller(.jpf file)
    Simalarly when he selects the other radio button i need to call a separate action in the controller.
    Remember i dont have the submit button.
    I want to dynamically call an action when the user selects the radio button.
    i dont have any field inthe radio button which actually takes action as an attribute .
    please provide me the necessary

    Hi,
    You can use JavaScript to call the action in interest upon the Radio Button Element Being Selected.Should be simple, and if your controller is part of the portlet dont forget to use the jpfScopeId to asscoiate the controller instance with the one in the portlet.
    Let me know if you have any further questions.

  • Is possible to save the user that uses the download action in an interactive report.

    Hi,
    In my application I want to save who is downloading the interactive reports information in any format, is it possible?
    Regards

    Hi Eva,
    As far as I know there is not an out of the box option that shows you the user that is downloading the interactive report. I guess you would have to write your own logic for that.
    You can create your own logging table and a dynamic action with
    1) a pl/sql procedure to insert the logging into the table, and
    2) submits the page with the appropriate download format, eg. f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION_ID.:CSV::::
    As trigger of the dynamic action you need to use either of the download buttons, so I'd suggest the jQuery selector "#apexir_dl*"
    Kind regards,
    Vincent

  • Need to have pop up window in selection screen and capture the user action.

    Hello Friends,
                         I have a requirement, that need to show a pop up window after execution, and to get the action from user using a Push button.
    I create a selection screen and a sub screen as window.
    After user execute from the selection screen, I am popping up this window.
    Window contains some input values to be entered and push button to identify the user action.
    I try to capture the user action using sy-ucomm, but it does not hold any value when user press the button.
    How to overcome this issue.
    Here is the definition of the window.
    Pop Up Window for getting values
    SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW TITLE title .
    PARAMETER : p_vdate LIKE t9aa01-validfrom,
                p_dcggt LIKE t9aa01-hkont,
                p_dcgst1 LIKE t9aa01-hkont,
                p_dcgst2 LIKE t9aa01-hkont,
                p_na LIKE t9aa01-hkont.
    SELECTION-SCREEN SKIP.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN POSITION 20.
    SELECTION-SCREEN PUSHBUTTON 2(10) text-001 USER-COMMAND SVE.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF SCREEN 500.
    Cheers,
    Senthil
    Edited by: Senthil on Jan 7, 2008 11:03 AM

    Hi,
    Try using the below code.
           data : w_var type string.
           CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'
             EXPORTING
              DEFAULTOPTION        = 'Y'
               textline1            = 'test '
             TEXTLINE2            = ' '
               titel                = 'check'
             START_COLUMN         = 25
             START_ROW            = 6
             CANCEL_DISPLAY       = 'X'
            IMPORTING
              ANSWER               = w_var.
                     if w_var = 'J'.
                     else.
                     endif.
    Comments : J indicates Yes and N indicates No
    Regards,
    Jeswanth

Maybe you are looking for

  • Oracle 11g XE not working with oracle BI publisher 10g after enabling ACL

    Hello, I previously work with oracle 10gXE and Oracle BI publisher 10g and it work fine. now i install oracle 11g XE and try to configure it with oracle Bi Publlisher, it show this error "ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", l

  • Bean not found in forms10g application

    Hi, how to solve this problem oracle.forms.webutil.clientinfo.getclientinfo bean not found this is the message iam getting when i implement my forms10g application with WEBUTIL.PLL library to export data form forms10g application to excel

  • Like columns in a newspaper

    I want to make a Report where on each page there are 3 columns. By columns I mean like columns in a newspaper. When it gets to the bottom of the page in the first column, it then goes to the top of the page in the second column, etc. How do I structu

  • Can we use a method in addActionListener ??

    Hello Everyone, can anyone tell me how to use a method in addActionListener ? if u have any example , plz send me Thanks & Regards

  • [CS3][JS]Add Tag to text

    hi,    I need to apply tag to selected text in a layout.We can do it manually by selecting text in a layout and then choosing tag from 'Tags' window.The same thing needs to be done using Javascript.I have used the following code,but it adds tag to en