How to track, who are using the particular table in oracle using sql or pl/

we have database DB1 and it contains schema s1 and the schema s1 contains all the user defined objects including tables and others and it contains one of the table name called t1. we have users u1, u1, u2...uN.
Now, I want to track who are all using that particular table t1 under schema s1 (track user, time).
How to do this from sql OR pl/sql

hi,
Thanks for the url , it was useful but i am unable to extract anything from it , For ex i gave a command like this
Audit Select, Insert, Delete
On tk_sales_master
By Access
Whenever Successful;
then
Select * From tk_sales_master
Then
Select SESSIONID, ENTRYID, Statement, Timestamp#, USERID From SYS.AUD$
But i didnt get any rows from the SYS.AUD$
Can u pull me out
with warm regards
ssr

Similar Messages

  • How to find user details o who are using bw reports

    Hi BW Experts,
    I want to know the details of users who are using bw reports.Your help is greatly appreciated.
    Thanks & Regards
    Pakki

    Hi,
        You can see it BW statistical reports. Once check 0BWTC* (3.5)  or 0TCT* (7.0) cubes are availble in your system or not ?
    Please check these links.
    http://help.sap.com/saphelp_nw04/helpdata/en/8c/131e3b9f10b904e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f0/3c8c3bc6b84239e10000000a114084/plain.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5401ab90-0201-0010-b394-99ffdb15235b
    Or else you can only get this information if the query/ workbook is enabled for statistics logging in transaction RSDDSTAT.
    If it is enabled you can goto table RSDDSTAT ( 3.5) or RSDDSTAT_OLAP( 7.0 ) to see the users who executed the query . These tables store all the information per query session and you will find more than one rows per session but you can find the information you want i.e. users executing a particular query.
    Also Tcode: SU01 will give you all the user lists in the server.
    Regards
    Pcrao.

  • How to fetch what are all the tables used in this TR no and Package name of

    Hi Friends,
    I have input of Transport Request no (E070-TRKORR).
    How to fetch what are all the tables used in this TR no and Package name of this Table.

    HI,
    FYI
    SELECT E071OBJECT_NAME, E070MDEVCLASS
    FROM E071, E070M
    WHERE TRKORR = YOU REQUEST NO.

  • Apple company please detect or track who is using on this device this is the serial number CCQJRCPNF4JR please detect or track if who is person is this?

    apple company please detect or track who is using on this device this is the serial number CC******4JR please detect or track if who is person is this?
    <Edited by Host>

    The only way an iOS device can be tracked is if you setup Find My in Settings > iCloud before it disappeared...then you have to login to your iCloud account, click Find My Phone, and see if the device shows up.  It will only show up if it is turned on and connected to the internet.
    There is no other way to track or locate a device.

  • How to ungroup the particular table in Indesign using javascript?

    Hi,
    I have written a script for removing dotted lines at the end of text,which has presented inside the table.but this script is not working for the table that has grouped in InDesign.First I want to ungroup the particular table and remove dotted lines,then i need to group that table again.please help me if anyone has idea regarding this.
    Thanks in advance!
    Vimala L

    @Vimala Lakshmanan – to access tables inside text frames of grouped objects, you need not to ungroup.
    You could use the Group objects and iterate through all page items of the group, single out the text frames and access their Texts object and their Tables object within.
    By starting with a Group object (in the following snippet the group is selected):
    var myGroup = app.selection[0];
    var allPageItemsOfGroup = myGroup.allPageItems;
    for(var n=0;n<allPageItemsOfGroup.length;n++){
        var myObject = allPageItemsOfGroup[n].getElements()[0];
        if(myObject.constructor.name === "TextFrame" && myObject.texts[0].tables.length > 0){
            var myTables = myObject.texts[0].tables;
            for(var t=0;t<myTables.length;t++){
                //Do your stuff here:
                //Just an example line, that fills all cells in a table to "Yellow"
                myTables[t].cells.everyItem().fillColor = "Yellow";
    This snippet also considers nested groups, anchored text frames and nested text frames.
    It does not consider objects in not active states of MultiStateObjects.
    Uwe

  • The red colored "record ready" button has disappeared  from my track header area. The other four buttons are showing fine, (input (i), hide (h), mute (m) and solo (s).

    The red colored "record ready" button has disappeared  from my track header area.
    The other four buttons are showing fine, (input (i), hide (h), mute (m) and solo (s).
    Can anyone help me with this?
    Thanks
    Johnny

    Ahrenshof: Thank you for your suggestion:
    ((preferences>audio>devices  (re-select your input source) ))
    I already had that done IE. I had duet already chosen as input and output etc etc.
    The problem seemed to be the issue that was addressed by Eriksimon:
    (( ctrl-click the track Header.))
    Following that advice gave me a drop down menu which allowed the various buttons to be
    checked and unchecked.
    Thanks so much for taking the time out to
    help with my problem. It seems to me that
    this formum is far better equipped to handle
    user's problems than any or the options that
    are available on the acual Logic help menu.
    It appears that Logic has been put
    together by techies who, (though they
    may be brilliant at computer software issues), then have
    virtually no skill or imagination with regards explaining
    how to use it, to the actual users.
    I have a PhD in Egyptology. I mention this not
    because I think it a particularly brilliant acheivement
    but just to indicate that I am not a total dummy.
    More to the point I find using Logic needlessly tiresome
    and the explanations that are given in the "Help" menu
    are nothing short of tragic. Perhaps Apple could start to give
    out free ropes or razor blades to everyone who buys the program.
    Not to say it is not much better that the other junk out there, it is,
    the sorry fact is that that is not saying much at all.
    I send sincere thanks to all the users out there who support
    each other through this forum. johnnyloonybin

  • How to identify what are all the events are created in background jobs?

    Hi all,
    how to identify what are all the events are created for  background jobs. And what events gets triggered for a particular job.
    thanxs
    haritha

    Hi Haritha,
    JOB is a program which starts to a determined point of time and executes some standard programs in the system. JOBs can be planed to a determined point of time on the regular basis (every night, for example) or to some discret time moments. So, the JOB can be planed and then will be started automatically without the manual start.
    Realtime programs are understood in the most cases as actual program execution which is started by somebody to the actual moment of time.
    Typically per JOBs some special processes will be started that should be executed automatically and regularly: for example, IDOC application, some correction reports, statistic updates etc.
    Standard jobs are those background jobs that should be run regularly in a production SAP System These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    Use
    As of Release 4.6C, the Job Definition transaction ( sm36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
    Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm
    About Events:
    Events have meaning only in the background processing system. You can use events only to start background jobs.
    Triggering an event notifies the background processing system that a named condition has been reached. The background processing system reacts by starting any jobs that were waiting for the event.
    Types of Events:
    There are two types of events:
    1.)System events are defined by SAP. These events are triggered automatically when such system changes as the activation of a new operation mode take place.
    2.)User events are events that you define yourself. You must trigger these events yourself from ABAP or from external programs. You could, for example, signal the arrival of external data to be read into the SAP system by using an external program to trigger a background processing event.The event scheduler processes an event if the event is defined in the system.
    For example, if a system (System 1) receives an event from another system (System 2), the event scheduler of System 1 processes the event only if it is defined in System 1. That event does not need to be defined in System 2 (the sending system).
    You define an event by assigning a name (EVENTID) to it. When defining an event, you do not define the event arguments.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e2a543b11d1898e0000e8322d00/frameset.htm
    When you schedule the process chain or infopackages the jobs associated with it run in the background mode. In case you want to create a job for a specific activity you can do so in SM36. You would be creating jobs that would get executed in any one of the options:
    1. Immediate
    2. Date & Time
    3. After event.
    4. After job.
    5. At Operation mode.
    In case you want to view the job logs go to sm37.
    Also Pls check DB02 for database performance and ST03 for workload .
    Analyse u will have an idea ,
    *pls assign points,if info is useful**
    Regards
    CSM reddy
    null

  • Is there a R3 table to track who are currently logon into SAP portal?

    Hey, Gurus,
    Is there a R3 table to track who are currently logon into SAP portal?
    Thanks inadvance!
    Fisher

    What I am trying to accomplish is that we have a customized SAP web dynpro program with Java that access R3 data.
    I would like to create a lock in R3 to prevent the record in R3 being accessed by more than one person.
    The problem was that in our customized portal programs will not always exit gracefully and the lock will not be cleared correctly all the time.
    If there is a way that I can access the user logon data in portal (java stack), I will try to figure out how to unlock the record after the person exit.
    Thanks!
    Fisher

  • How to track materials shipped by the Vendor but not received

    Hi,
    Can anyone explain how to track materials shipped by the Vendor but not received at the customer plant?
    Thanks in advance

    You can use confirmation control in PO for tracking
    1. OMGZ to Configure Confirmation control.
        Here  you can specify the order in which you expect confirmations from your vendors.
    2. MK02 - to assign Confirmation Control to Vendor in Purchasing View.
    3. To view acknowledgments that have been received,
        in PO choose Item --> Confirmations --> Overview
    Check this out-
    http://www.sap-img.com/materials/explain-about-the-po-confirmation-control-key-in-detail.htm

  • How to check who has approved the PO or PR?

    Hi,
    Can someone tell, how to check who has approved the PO or PR?
    Regards.

    Go to PO display ME23N go to enviornment data and see for header changes here you can see the person who has release the PO at what dat with time, user id and T-code used for release.
    Else if version management is activated in your client then check at the version tab at the header level of PO here also you will find the required details.
    For PR you can check the item details.
    Regards
    Sujoy
    Edited by: Sujoy on Apr 9, 2009 1:18 PM

  • I have lost my iPhone  5 , 64 GB ..how to track this device useing

    i have lost my iPhone  5 , 64 GB ..how to track this device using IMEI no..Plz help

    You cannot track with the imei number it is not possible.  The only way to track is to install find my phone and have that turned on and then you can track the phone on icloud.com but only if the phone is on and has internet

  • What solutions are there for Adobe Cloud subscribers/designers who are using/have been using Adobe s

    What solutions are there for Adobe Cloud subscribers/designers who are using/have been using Adobe software but have run into system requirement inadequacies etc. . . Basically, I have a new mac and CS6 runs fine. But my old macbook can only run CS5.5. Because I'm a subscriber my Adobe CS5.5  updated automatically. What happens when one day a year or two from now (or sooner) my MAC won't support the latest version of my CS subscription? Is there a way for cloud subscribers to subscribe to a legacy or an older version of CS?

    Hi Wildeboer420,
    Its my understanding that previous versions will still be acessible for users going forward, I copied the following from the FAQ
    I am a Creative Cloud member using the CS6 applications included in my membership. Will I lose access to CS6 when CS7 becomes available in Creative Cloud?
    No, if you have downloaded and installed the CS6 versions of the applications, you will continue to have access to them without interruption as long as your membership remains active. When the CS7 versions become available, you will have up to a year to download and install them and they will run on your machine along with CS6 versions.
    Hope that helps,
    -Dave

  • How to hide the data in particular table in oracle 10g

    How to hide the data in particular table in oracle 10g
    i want steps

    If its on Report u can  always hide the column - Keyfigure or Selection - Display - Hide......y do u want to have it on the report if it is to be hided in the first place?

  • How to process each records in the derived table which i created using cte table using sql server

    I want to process each row from the CTE table I created, how can I traverse from first row to second row and so on....
    how to process each records in the derived table which i created using  cte table using sql server

    Ideally you would be doing a set based processing rather than traversing row by row as thats more efficient. To answer it specific to your scenario we may need more info. Can you explain with some sample data your exact requirement?
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • I lost my iphone4. How to track my iphone4 if the phone is switched off

    I lost my iphone4. How to track my iphone4 if the phone is switched off

    If the phone is switched off, it is inert. It can no more be tracked than a brick with your address and home number written on it.

Maybe you are looking for

  • VL10B does not display the purchase order

    Hi, I have created a stock transport order to transport materials from Plant A to Plant B I only enter the purchase order number and plant A in VL10B and no other fields. The delivery creation date defaults to  9/30/2008 to 10/01/2008 with CalcRuleDe

  • Java URL bug

    I guess this is a bug in java. I tried opening a page : http://nds1.nds.nokia.com/uaprof/N3250r100.xml. The page has UAProf info of Nokia 3250. It works and opens fine. However the page http://nds1.nds.nokia.com/ does not. If you tried opening it fro

  • Request through http, but I cannot get a Computer certificate

    Hello, From a client I type in my browser: http://dc1/certsrv. Then I get to a screen where I can choose among these certificates: User, Basic EFS, Administrator....and a few more ; but I don't see "Computer certificate" in that list. Does anyone kno

  • Can't Mouse select files in Open dialogs

    We are unable to select a file with our mouse when we are in Open dialog boxes. We click away and nothing happens. We can use the arrow keys to navigate around, it's just the mouse that has no impact.

  • Wireless Bridge Solution

    Hello, I am looking for a wireless Bridge Solution the distance between 2 buildings is 200 Metre approx and the height of the buildings are 24 metres. The desired bandwidth is 11 Mbps and above. Please help me in finalizing the solution. I am looking