Thru OEM get list of queries and their schemas that accessed my objects

Hi,
I have a list of objects on my schema and i need to track the list of sql queries by different users that accessed by object during this time period.
i haven't enabled any auditing yet.
is there any way i can get that list of queries and their schemas that accessed those particular objects during a particular time period through OEM.
Can someone guide me please.
Thanks in advance.
Philip.

create a name property in your class and assign a name property to your instances (either in the contructor) and/or using getters/setters.  (you'll need a getter anyway.)

Similar Messages

  • How to get list of Customers and their FOB terms from backend?

    Hi All,
    Can anyone help me with the customers and their FOB terms from the backend? What tables can be linked to get that information??
    Thanks,
    Prathima

    Can you please share your solution ?

  • List of Queries and Corresponding Infoproviders

    Hi Community,
    I need the list of active queries and their infoproviders(cube or ods) they are based on.
    Can anybody suggest the best way to get this data?
    Any table?
    Thanks in advance,
    Raj.

    Hi,
    RSRREPDIR is your table.
    OBJVERS = 'A'
    COMPTYPE = 'REP' for queries, = 'QVW' for views
    COMPID will have the Techname
    InfoCube will give you the InfoProvider
    hope this helps...
    Olivier.

  • List of users and their decimal notation settings in SAP system

    Hi all, i'm looking to get my hands on a list of all users in our SAP system and their respective decimal notation settings? I know that these can be mass changed using SU10 however I am unable to determine how to view a list of users and their settings.
    Thanks,
    James

    Hi James,
    You can find many useful reports, in SUIM transaction to see user details, but not decimal notation field. I don't know a report to show decimal notations, but as a workaround, in order to see the decimal notation, you can check "USR01-DCPFM" by using "SE16".
    Best regards,
    Orkun Gedik

  • Report to list all computers and their collection membership

    Hi
    I am currently working on a site where direct membership is used for collections but a need has arisen to move to AD Queries.
    I have created a simple powershell script that creates groups based on the contents of a csv file and another script which populates this with the members listed in another csv file.
    To help speed up the process is there a way to generate a report that lists ALL Computers and their Collection membership?
    The only reports I seem to find that are built in require an inputted value of either computer name of collection ID. I simply need a report that lists Computer Name is column 1 and Collection Name in column 2 for all computers and all collections.
    Many Thanks,
    Matt Thorley

    select 
    FCM.Name,
    C.Name
    from 
    dbo.v_Collection C
    join dbo.v_FullCollectionMembership FCM on C.CollectionID = FCM.CollectionID
    Thanks to Garth for original query. I just modified it :)
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

  • List of tcodes and their purpose starting from SE71 to SE84

    Can i get the list of tcodes and their purpose starting from SE71 to SE84.

    hi,
    u can find these details in table TSTC.
    SE71     SAPMSSCF     1100          4          SAPscript form
    SE72     SAPMSSCS     1100          4          SAPscript Styles
    SE73     SAPMSSCO     500          4          SAPscript Font Maintenance
    SE74     SAPMSSCU     1          4          SAPscript format conversion
    SE75     SAPMSSCC     1          0          SAPscript Settings
    SE75TTDTGC                    2          SAPscript: Change standard symbols
    SE75TTDTGD                    2          SAPscript: Display standard symbols
    SE76     SAPMSSCG     1100          0          SAPscript: Form Translation
    SE77     SAPMSSCG     1200          0          SAPscript Styles Translation
    SE78     SAPMSSCH     2000          0          Administration of Form Graphics
    SE80     SAPMSEU0               2          Object Navigator
    SE81     SAPMSEU10     1000          84          Application Hierarchy
    SE82     SAPMSEU9     1000          84          Application Hierarchy
    SE83                    2          Reuse Library
    SE83_START     RLB_BROWSER_START     1000          80          Start Reuse Library
    SE84     RS_INFOSYSTEM_START     1000          84          R/3 Repository Information System
    reward points if hlpful.

  • Getting list of reports  and related tables used in those reports using sdk

    some columns are changing in the database tables.
    we like to know how many reports are affected by that .
    please can any one help me in getting list of reports and tables associated with them using  bo sdk.
    thanks for your help in advance

    Open the report with RAS. Then with the ReportClientDocument object:
    oReportClientDocument.getDatabaseController().getDatabase().getTables() will trutns Tables collection object that contains the table information for the report. Then use get() to get Itable object.

  • How to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scripting

    how to get all how to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scriptingstyle and their fonts of a  indesign file and write all info with para info into txt file with scripting

    I write the script this one works
              var par=doc.stories.everyItem().paragraphs.everyItem().getElements();
      for(var i=par.length-1;i>=0;i--)
           var font=par[i].appliedParagraphStyle.name;
            var font1=par[i].appliedFont.name;
             var size=par[i].pointSize;
            WriteToFile (par[i].contents  +   "\r" +  "Style  : " + font  + "\r" +  "FONT1  : " + font1  + "\r" +  "Size  : " + size  + "\r", reportFilePath);
                            function WriteToFile(text, reportFilePath) { 
        file = new File(reportFilePath); 
        file.encoding = "UTF-8"; 
        if (file.exists) { 
            file.open("e"); 
            file.seek(0, 2); 
        else { 
            file.open("w"); 
          file.writeln(text);  
        file.close(); 
    Thanks for all your support

  • How can I list all users and their DEFAULT tablespace?

    How can I list all users and their DEFAULT tablespace?
    Peter

    Peter, the following short article that lists the most heavily used Oracle rdbms dictionay views might be of interest based on your question:
    How do I find information about a database object: table, index, constraint, view, etc… in Oracle ? http://www.jlcomp.demon.co.uk/faq/object_info.html
    HTH -- Mark D Powell --

  • Table for queries and their descriptions!

    Hi,
    Can anybody disclose me table name for queries and their descriptions?
    Raj

    HI,
    Check the table RSZCOMPDIR.
    Also RSZELTTXT and RSRREPDIR
    Hope this helps...

  • List of reports and groups who can access the reporta

    Please i need some help
    I need to get list of   bo reports and groups who can access these reports.
    I got list of groups but i need the list of reports and groups who have access to those reports.
    Is there any query which i can write in query builder to get that information.
    please help me with query

    No need for DB access. This might work for you.
    //assumes you have a session objectpublicvoidGetCommunityACLs(intcommunityId){    Console.WriteLine("Retrieving users for community "+communityId.ToString());    IPTObjectManagercommunityManager=session.GetCommunities();    IPTCommunitycommunity=(IPTCommunity) communityManager.Open(communityId, false);    IPTServerContextserverContext=(IPTServerContext) community.GetInterfaces("IPTServerContext");    //since IPTServerContext is obtained from a community,    //the IPTServerContext.GetACL() method will return a list of all objects that have acls defined on it.    IPTAccessListaclList=serverContext.GetACL();    for(inti=0; i<aclList.GetCount(); i++)    {        IPTAccessListEntryacl=aclList.GetItem(i);        stringmemberType;        if(acl.GetClassID() ==PT_CLASSIDS.PT_USER_ID)            memberType="User";        elseif(acl.GetClassID() ==PT_CLASSIDS.PT_USERGROUP_ID)            memberType="Group";        else            memberType="";        Console.WriteLine("{0}: {5,-6}{1,-3} Access Level={3,-2} r/o={4,-6} {2}", i, acl.GetObjectID(), acl.GetName(), acl.GetAccessLevel(), acl.GetReadOnly(), memberType ); }}
    Ruslan.

  • I use Safari as my browser. When on a site and I click on a PDF file I get a black screen and a notice that "Adobe Reader blocked for this website". However, this does not happen if I use Firefox.

    I use Safari as my browser. When on a site and I click on a PDF file I get a black screen and a notice that "Adobe Reader blocked for this website". However, this does not happen if I use Firefox.

    Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
    Step 1
    If Adobe Reader or Acrobat is installed, and the problem is just that you can't print PDF's displayed in Safari, you may be able to print by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar may appear under the cursor. Click the printer icon.
    Step 2
    There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
    Step 3
    If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Security
    and check the box marked
    Allow Plug-ins
    Then click
    Manage Website Settings...
    and make any required changes to the security settings for the Adobe PDF plugin.
    Step 4
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
    Step 5
    The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others — I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
    Step 6
    Do as in Step 3 with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

  • I keep getting a rainbow wheel and a message that say webpages are not responding

    Can someone help me?  I keep getting a rainbow wheel and a message that says webpages are not responding.
    Thanks,
    Eric

    All web pages or specific web pages?  Provide an example link.
    Does any other internet-related utilities work for you, e.g., mail?
    Do you have a little green dot in you Network preferences next to Ethernet or Airport, whichever one you are using?

  • My ipod is getting stuck on startup and i cannot even access the recovery mode. what can i do to resolve this problem?

    Hi.
    My ipod touch 5 is getting stuck on startup and i cannot even access the recovery mode.
    what should i do to resolve this problem?

    Try what you missed here:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              

  • How to get a list of admins and their status?

    I´m tryingo to get a list of key members for groups, their names, logins and their status (enabled or disabled)
    I have 2 queries:
    Get-ADUser -id USERNAME  -properties * | ft name,enabled
    and
    Get-ADGroupMember 'administrators' | ft name,SamAccountName
    It woul be nice, if the second example could include a third column, showing  the enabled/disabled status for the account
    I can use DS tools too, i´ve started using PS beucase in my thinking is more powerfull

    Okay, that can be done:
    $groupName = 'Domain Admins'
    Get-ADGroupMember $groupName | ForEach {
    $userDetails = Get-ADUser $_.SamAccountName
    $props = @{
    SamAccountName = $userDetails.SamAccountName
    Name = $userDetails.Name
    Enabled = $userDetails.Enabled
    New-Object PsObject -Property $props
    } | Sort Enabled | Format-Table -AutoSize
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

Maybe you are looking for

  • Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. How do I fix this? I am ready to go back to internet explorer!

    Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. This box appears and then firefox quits...never opens. I have uninstalled, and loaded firefox 5 times

  • Transaction code for Custom report

    Hi, How to create transaction code for Custom report ? the custom report is a drilldown report of COPA, which can seen in tcode  FDI3. then how to add this new transaction to the menu path Easy assess->FI->AR->Information system->Reports->customers:i

  • Storing images in server

    Hello Fnds, I am working on a j2ee project , swing as front end. I need to sore and retrive the images of persons . I don't know how to upload and download the photos. Where should i store the image. Is it in the war file or some other location in th

  • Itunes download trouble

    ok when ever i go and down load i tunes 9, it says this An error has occured during the installing of assembly 'microsft.vc80.crt/verison='8.0.50727.4053'.type=''win32'',publickeytoken=''1fc 8b39a1e18e3b'',processorArchitecture=''x86''. please refer

  • Virus for Macs

    Hi everyone Should we be worried about this? Mario PS:I found this on CNN Apple users may find worm Virus spread through instant messaging is the first to attack the Mac OS X platform. February 17, 2006: 5:51 AM EST SAN FRANCISCO (Reuters) - A malici