Need to know whether an ODS is loaded or Queried

What i need to get is the information whether the ODS objects are being used in the system like whether they are loaded or queried and if not then what was the last date when these operations been performed on them.The number os ADSin our system is more than 1000. Any help is highly appreciated. thanks

Hi,
Also check these tables: RSDDSTAT*.
Or use Statastics Cubes and queries.
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • I had to do complete restore on ipad touch and now I need to know whether I should set it up as a restore or set up as new ipad

    I had to do a complete restore on my ipad touch and now need to know whether I should set up as a new ipad or restore from backup?

    Do whatever you like.

  • 3F0 Eror. Need to know whether running Windows 32 or 64 bit to make recovery cd

    Hp Pavillion G7 giving me 3F0, visit hp.com\go\techcenter\startup. Need to know whether 32 or 64 bit Windows 7. Product Number QE312UA#ABA. Thanks for any help
    This question was solved.
    View Solution.

    Hi,
    The Specifications Page for your notebook list it as coming with Windows 7 Home Premium 64bit.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Help I need to know whether it is safe to upgrade to 3.6.16 in firefox?

    I need to know whether to upgrade to v 3.6.16 or if it isn't safe yet to play on pogo.com

    It was only 3.6.14 that had problems with Pogo.

  • Need to know when text has finished loading

    The following code loades text into a textfield the problem I'm having is the routine at the bottom runs before the text loads and the scrollbar disappears even when there's enough text to overflow the textfield.  How would I make sure the text has finished loading before running the code that enables/disables the scrollbar?
    mainText.htmlText = main[1];
    textFieldLength = mainText.text.length;
        if(mainText.length > textFieldLength){
            mainScroll._visible = true;
        }else{
            mainScroll._visible = false;

    I messed up the example.  All I really need to know is how can I determin when a dynamically textfield overflows.

  • Help! Decided to back up to the cloud for the first and purchased 10gb. It turns out I should've bought 20gb. This was only a few hours ago. I need to know whether I can just buy another 10gb, or I need to cancel that purchase and start again? Thanks!

    Help! I purchased 10gb of storage so that I could back up to the iCloud for the first time a couple of hours ago, but I should've bought 20 gb.
    Do I just need to buy another 10gb, or should I somehow try and cancel my initial purchase and start again!
    Thanks

    Many thanks, just tried that number from the uk and it's not recognised. I'll endeavour to track down another number..
    Thanks

  • When I click "Clear now" to clear the cache, nothing happens, no acknowlegement the the cache is cleared, and I need to know whether the function is working.

    login problem at an arts forum... login works at other sites.
    I can't log in. They gave me a new password and were able to log in with it, doesn't work for me. They suggested clearing cache.
    I removed a cookie from that site, and tried to clear the cache, but suspect I was unsuccessful. When I go to the login, after attempting to clear the cache and removing cookie, the login form is immediately filled in with a password, which could be the old one or the new one, they are unfortunately the same number of letters.
    How do I get the cache clear if the edit preferences thing is not working?

    As a quick test for cookie or cache problems you can try to switch Private Browsing mode on to see if that allows to log in.
    You can either use Tools > Start Private Browsing or set a check mark in:
    * Tools > Options > Privacy: [ ] "Automatically start Firefox in a private browsing session"
    To see all the History and Cookie settings, select: Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"<br />
    Do not forget to exit Private Browsing mode after you have finished the login test.

  • I need to know whether I am running 32 or 64 bit Firefox, how?

    I am looking at programs that support 32 bit, not 64 in Firefox but cannot find what I am using.

    The earliest Release there may be a Win64 Firefox from Mozilla.org is Firefox '''37.0''' in first phase. https://wiki.mozilla.org/Firefox/win64
    It appears based on your useragent that you have 32-bit Windows XP.
    32-bit Firefox on 64-bit Windows have WOW64 in the useragent to show it is a 32-bit application on 64-bit Windows.

  • I need to know the proper syntax for my SELECT query, please.

    Hello All,
    Quick one for you:
    Let's say that I have several columns in a table with names such as subject_1, subject_2, subject_3, etc. The table's name is subject_names.
    The number in each of the three column name examples is also a value passed along a query string, the user can select choices, 1, 2 or 3. That query string's variable is $qs.
    So, what I want is a SELECT query that uses the query string value as follows (KEEP IN MIND, I know this is not the proper syntax):
    "SELECT subject_[$qs]
    FROM subject_names";
    I have tried all sorts of cominations of quotes (single and double), dots, brackets, braces and parenthesis. I just want to know how to include such a variable within this code.
    Any and all help is sincerely appreciated!
    Cheers,
    wordman

    Well, I did give you the syntax though.
    $query = 'SELECT ' . $qs . ' FROM tbl_name';
    I put spaces between the periods this time to make it more clear.
    If you put the actual word 'subject' in there and just want your form to name it's options as the numbers available you could do this:
    $query = 'SELECT subject_' . $qs . ' FROM tbl_name';
    In PHP you can use either single or double quotes around your query string, I always just use single quotes. I see a lot of other use double quotes.
    Double quotes would look like:
    $query = "SELECT subject_' . $qs . ' FROM tbl_name";
    Or when using double quotes you can actually just place the variable right in the string without having to concatenate multiple strings like above.
    Since you mentioned that you are good with passing variables I probably don't have to mention that you need to set the value attribute of your option tags (if you are using a select) to the value you want them to pass.
    Ex:
    <select name="choices">
         <option value="1">1</option>
         <option value="2">2</option>
         <option value="3">3</option>
    </select>
    If you have that part all figured out then you can use the syntax above for your query string.
    Good luck.

  • How to know whether a group is currently empty at connection?

    Hello all,
    I am now using NetGroup to connect online friends.
    Each person's flash player create its own group and connect to each of its friends' group.
    Currently each flahsplayer blindly connect to all friend's group whether they are online or not.
    That works very well for fperson having less than 16 friends, but when you reach 16, I ll have to bootstrap connection myself which I want to avoid.
    I want to make flashplayer connect only to online friends (which I assume in my application woudl rarely reach 16).
    To do that I need to know whether friends are online or not but I want to avoid a central service keeping track of keepAlive information.
    I know there is the estimatedMemberCount and while it seems quite fast to update (as soon as a neighbour is found), I would like to know if there is other possibility  (at NetGroup.Connect.Success time for example)?
    Also I am still not sure whether NetGroup is the way to go for application where only few friends are connected at the same time (facebook games for exampel which are for most of the time rely on assynchronous ineractions).
    Would a full mesh be a better option (latency, reliability) ? esepecially if I need a central service for NetGroup anyway (to know which friend are online)?
    Thank you for in advance your answers

    Hi Michael,
    thank you for your answer,
    At first I wanted to have a full mesh where each friends connect to each other.
    In this thread: http://forums.adobe.com/thread/751811?tstart=0 I explain my design but then zasdzasdzasd told me that it was clearly inefficient and it was better to use only one NetGroup for the whole application. Then after reading your answer to this thread: http://forums.adobe.com/thread/752581?tstart=0 I though it would be better to have as many group as there is friends.
    Unfortunately as you say, it has an unecessary overhead sicne there is only few node in the groups.
    I don't know then which method to use.
    Should I use:
    - one NetGroup for the whole application, meaning there could be thousands of member in this group which only less than 16 (around 4,5) would be interested in each message posted ?
    - full mesh where each node send the information as many time as there is friend currently online (16 max?)
    - one netgroup for each friend (too much overhead)
    - or any other method?
    I am just thinking of other possible solution:
    - have one netgroup for the whole application, but each message are send as private message (through addNeighbour and  sendToneighbour (executed as many time as there is friends online)  ) but it seems to be like a full mesh without much advantage, isn't it?
    - I could also use a netGroup for the whole application and make sure the routing mechanism give message to the sender friends. but unfortunately I do not want every node to know about other's friends.
    Thank you for your help

  • How to know whether the changes are implemented by sap or not(not manually)

    Hi,
    On 4.7 version in some standard objects(SAP Objects) some changes are done by custom by using modification assistance.
    On ecc 6.0 version I need to know whether the same changes are done by custom or sap? ( not manually)
    Let me know is there any process to know the changes done by sap or custom on ecc 6.0.
    Thanks,
    Radhika

    Hi ,
    u can check  for entries  in table ADIRACCESS.
    Regards
    prabhu

  • KNOWING WHETHER IT IS ASCII (OR) BINARY

    I get different types of files into my Java program that needs to know whether a given file is binary or ASCII. I cannot depend on the extensions because there are a lot of non-standard ones. Is there a way how I can know whether a file is just ASCII text or is it in binary form?

    I am trying to compare two flat files both of which need to just contain ascii or unicode words separated with tabs (or someother delimiter). Before doing so, I just want to check the partial content of both the files that none of them, by accident, is a binary file.

  • I have a 2009 13"MacBook pro running on OS X 10.6.8.  How do I know whether this is leopard or mountain? What would you advise that I use as I need to be running OS X 10.7?  All help appreciated.  Thank you.

    I have a 2009 13"MacBook pro running on OS X 10.6.8. 
    How do I know whether this is leopard or mountain?
    What would you advise that I use as I need to be running OS X 10.7? 
    Also can you advise how I upgrade please?
    All help appreciated.  Thank you.

    Thank you for your response Niel.
    I do run Microsoft Office 2011 - will Snow Leopard support this?
    Finally why snow leopard and not mountain lion?

  • HT4587 I bought an Airport Express from a supplier who told me I'd need at least iOS 5.4 on my iPad.  My first generation iPad is apparently up to date but the iOS is only 5.1.1.  Before I unpack the device I want to know whether it will work with this ea

    I bought an Airport Express from a supplier who told me I'd need at least iOS 5.4 on my iPad.  My first generation iPad is apparently up to date but the iOS is only 5.1.1.  Before I unpack the device I want to know whether it will work with this earlier version.

    Apple says that a minimum of iOS 5.0 is required. See the support document below. Look for Requirements on the left hand side of the page about half way down.
    Requirements: Compatible with iPhone, iPod touch, and iPad. Requires iOS 5.0 or later.
    https://itunes.apple.com/us/app/airport-utility/id427276530?mt=8

  • How to know whether the javascript is disabled or not while loading the jsp

    Hi,
    My query is like how to know whether the javascript is disabled or not while loading the Application main JSP in Mozilla browser.
    I want some Java code or JavaScript code.

    To the point, just let JS fire a specific HTTP request inside the same session.
    This can be done in several ways. 1) Create a hidden <img> element and set the `src` attribute so that it will request a (fake) image from the server. The server just have to intercept on this specific request. 2) Fire an ajaxical request and let the server intercept on it. You can use a Filter for this which sets a token in the session scope to inform that the client has JS enabled.

Maybe you are looking for

  • Item created at site level can not be seen in other responsibilities

    Hi, I've made changes to one of the iProcurement pages. I added an item (type : Tip) at the site level . The context is as follows: scope : page site : include organization : A responsibility : B The Tip item's rendering properties are as follows: Si

  • How to access the MBeans in the WLS 7.0

    Hi I have to access MBeans in the WLS7.0 using Management API (weblogic.management.*). Anyone could you tell me asap Regards Bala

  • MySAP ERP2004?

    Hi Friends,   Can anybody here explain me whats this mySAP ERP2004 all about?. Quick replies will be rewarded for sure. Regards, Tamilarasan.

  • Songs won't load into ipod nano from new computer.

    Load itunes library from old computer.  Installed iTunes& authorized new computer.  iTunes recognizes my iPod nano (4th generation), but won't load songs when synchronizing. Any suggestions on how to fix?

  • JavaScript in buttons in player, not html

    I'm wondering if the javascript can control the swf player without the swf being embedded into an html page. I know the filename_skin.swf gives player control etc, but does captivate understand javascript internally. I want to just play the filename.