EM monitor indexes that are being used?

Hello,
I wonder if with Oracle Enterprise Manager dbconsole, is possible monitor the indexes that are being used during a determine period as in TOAD?
Thanks

Hi,
Index monitoring is started and stopped using the ALTER INDEX syntax shown below.
ALTER INDEX my_index_i MONITORING USAGE;
ALTER INDEX my_index_i NOMONITORING USAGE;
Information about the index usage can be displayed using the $OBJECT_USAGE view.
Query :-
SELECT index_name,
table_name,
monitoring,
used,
start_monitoring,
end_monitoring
FROM v$object_usage
WHERE index_name = 'MY_INDEX_I'
ORDER BY index_name;
The V$OBJECT_USAGE view does not contain an OWNER column so you must to log on as the object owner to see the usage data
Thanks
Pavan Kumar N.

Similar Messages

  • HT1351 Whether or not I sync items on iTunes to my ipod, I cannot eject the ipod because a message keeps coming up and saying that my ipod cannot be ejected because it contains files that are being used by another application. How do I fix this?

    I just got an ipod classic 7th generation a couple days ago and I'm having a heck of a time with it. My latest problem is that with media on iTunes, I cannot eject the ipod because it says that it cannot be ejected because it contains files that are being used by another application. What application is this, and what do I do about it?

    Hi newipoduser,
    Here are some possible solutions:
    Do you use musicmatch jukebox on your computer? If you do, you have to go into task manager on windows and end process mim.exe. It interferes with disconnecting ext devices
    Empty your "trash/recycle bin."
    If that doesn't work, try quitting all your programs, especially music-type programs, basically things that look for mp3's etc.
    if that doesn't work, "log off" then "log on" and that should refresh/purge your OS system.
    Finally, you can restart your computer.
    Hope one of these helps!
    Cheers,
    GB

  • Find out particular printers that are being used by background jobs.

    Find out particular printers that are being used by background jobs..
    Hi Gurus,
    I have to remove some printers from SPAD, but before removing those printers I have to make sure that those are not being used by any background jobs.   The table TBTCP can be used to identify which jobs are still using those printers, but this is a tedious process. 
    Any input would be highly appreciated.
    Thank you
    Adil

    Hi Adil,
    I'm lazy so I'd just run this SQL
    select distinct(jobname), pdest from SAPSR3.TBTCP where PDEST in ('LP01', 'LOCL') ;
    Just put the printers you want as shown above and just perform a little manual cross check by checking the job in SM37.
    And that's it .....
    Cheers,
    Amerjit

  • Determining indexes that are not used in 10g

    Is there a way to identify indexes that are not utilized in 10g? We have ADDM and AWR running nightly.
    Thanks in advance...

    You can enable index monitoring with
    alter index <index_name> monitoring usage;
    When the index is used V$OBJECT_USAGE.USED column will be set to YES. If the index is not used the USED column will show NO.
    test@ORCL> alter index i_test monitoring usage;
    Index altered.
    Elapsed: 00:00:00.04
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES NO  01/04/2007 07:52:21
    Elapsed: 00:00:00.04
    test@ORCL> explain plan for
      2  select object_id from test;
    Explained.
    Elapsed: 00:00:00.10
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES NO  01/04/2007 07:52:21
    Elapsed: 00:00:00.00
    test@ORCL> select count(*) from test;
      COUNT(*)
         50425
    Elapsed: 00:00:00.00
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES NO  01/04/2007 07:52:21
    Elapsed: 00:00:00.00
    test@ORCL> select * from test where object_id =1;
    no rows selected
    Elapsed: 00:00:00.07
    test@ORCL> select * from v$object_usage;
    INDEX_NAME                     TABLE_NAME                     MON USE START_MONITORING    END_MONITORING
    I_TEST                         TEST                           YES YES 01/04/2007 07:52:21
    Elapsed: 00:00:00.00
    test@ORCL>You turn of index monitoring with the following:
    alter index <index_name> nomonitoring usage;

  • Determine databases that are being used sharepoint 2007

    I have a Sharepoint farm where I am moving all databases over to a new server and configuring sql mirroring. Is there a way to tell which database's Sharepoint is currently using I need a way to tell system and content databases. So with that said does
    anyone know of a way to check this? I've gone into Sharepoint and selected the backup option in order to see a list of database names however I would like another way to verify which dbs are used.

    This is in the wrong forum, 2007 questions should be posted in the legacy forum.
    You've got "stsadm -o enumcontentdbs" which should give you all the content DBs but i don't know of one that will list all the other Shared Service Provider databases.

  • How do I connect to computers that are being used in the lab, but have no address listed on the "all computers" screen and say "off line" while they are being used?

    Thanks for any help I can get.  I'm the new guy here at school, and did not set up the system, so I'm not familiar with any of the individual steps for correcting problems.  My question is listed in the window up top.
    Jim

    Thanks for the response. I tried to find out what you asked.  For example:
    1. Computer #35 is listed on the "all computers" screen but says "access denied", "not authorized",  right click for " get info" has no administrators listed, and I don't know how to add my computer as one.
    2.  "Scanner" screen # 35 is not listed either in "Bonjour", or "Local Network" (ethernet interface)
    3.  "Scanner 2" screen - same.
    4.  "Scanner 3" screen - same.
    5.  "Computer Lab" screen #35 is listed, but says "off line", "access denied"
    I hope this gives us somewhere to start and go from there.  Thanks. 
    Jim

  • "The iPod cannot be ejected because it contains files that are in use..."

    My iPod (20 gb, 4 gen) syncs fine, but when I go to eject it a window pops up saying "the iPod cannot be ejected because it contains files that are in use by another application."
    Unfortunately, there are no files on it (that I know of) that are being used by another application.
    I can't use the eject function on the task bar because I have Vista and it will corrupt the iPod. I've just been unplugging it with out ejecting, but was hoping there was a solution. Any advice?

    Are you running any anti-virus or spyware detection software in the background? Start closing programs located in the taskbar next to the clock and try ejecting the iPod.

  • How to see what Tables are being used in all reports

    Post Author: tmashley
    CA Forum: Crystal Reports
    Hello,
    How can I see what database tables are used in all my online reports? I have around 1000 reports posted to Enterprise over 6 different datasources. If possible I would like to see the fields within those tables that are being used to.
    I am using Crystal Reports XI Release 2
    Any help is appreciated
    Thanks,
    Tom

    I don't think you can see the databases of the reports unless you download the report onto your pc as a Crystal Report format and then open it under Crystal Reports.
    This way it will open the report within Crystal Reports and will show you the datasource it is coming from.
    I doubt if you can see them online.
    Kind Regards
    Jehanzeb

  • My HD TV has two HDMI inputs which are being used by a home theater system and my RCN cable box. i want to be able to use my appleTV as well as those but do not have another HDMI input. How can i connect it so that i can use any 1 of the 3 at any time?

    My HD TV has two HDMI inputs which are being used by a home theater system and my RCN cable box. i want to be able to use my appleTV as well as those but do not have another HDMI input. How can i connect it so that i can use any 1 of the 3 at any time?

    Get an HDMI switcher. Plug in the ATV directly to the TV and then use the switcher on the other input.
    Example
    http://www.amazon.com/Ultra-High-Performance-Switcher-Switch/dp/B0015YWKYY/ref=s r_1_1?ie=UTF8&qid=1316918064&sr=8-1

  • I use Yahoo Calendar on my IPhone.  For whatever reason when I go into my calendar I will see at the top of the screen that 5 or 6 "calendars" are being used and one of them is the one I called Dana_Gardner and is legitimate, the others are randomly named

    I use Yahoo Calendar on my IPhone.  For whatever reason when I go into my calendar I will see at the top of the screen that 5 or 6 "calendars" are being used and one of them is the one I called Dana_Gardner and is legitimate, the others are randomly named with letters and numbers. Why is the IPhone creating additional "calendars"? I only asked for one to be set-up. I don't understand, I have to go into the calendar settings daily and uncheck these un-asked for calendars. Help!

    Mine is doing the same thing.  I deleted the whole account from the mail settings and it got rid of most of the extra calendars.  But there are still 2 gibberish ones left.

  • My macbook pro says that 500 gb are being used by other storage. how do i fix this?

    In my system info it says that 500 GB's are being used up by "other" Information and I have not found out where this information is. Ive looked all over my mac and I haven't been able to find out where this memory went. I desperately need help. Where is my memory! Ive looked this up and tried seeing if it was my Mail app but it wasn't. I really need some help here!

    Hello Masterklaus69,
    Thanks for the question. After reviewing your post, it sounds like there is a lot of data in the Other catagory. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    OS X: What is "other" space in About This Mac?
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • SharePoint Databases - How to determine which ones are being used and which ones aren't

    I am not sure where to exactly post this question.  On the SQL Server side or on a SharePoint side.
    I am a SQL Server Database Administrator who is monitoring some SharePoint databases.  On a daily basis it seems that they are creating new databases but don't delete the databases that they are no longer using.  For example, they might be testing
    on a development server and if things aren't working properly instead of asking that the databases be deleted they just go ahead and create new databases to do what ever they need to do.  Is there a way on the SQL Server side to determine which SharePoint
    databases are being used and which ones aren't being used?  Or does one determine this information through the SharePoint Central Administration console?
    lcerni

    Hello,
    The following query gives you the databases now in use.
    SELECT
    DISTINCT d.name
    FROM
    sys.dm_tran_locks
    tl INNER
    JOIN sys.databases
    d
    ON
    tl.resource_database_id
    = d.database_id
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • What tools are being used with WLS 5.1?

    I have been experimenting with WLS 5.1 and it is clear that there are many
    steps in developing, testing, and deploying EJBs. What tools are being
    used? How do IBM's Visual Age, JBuilder 4, and Visual Cafe EE stack up?
    Are there any tools for developing and debugging JSPs?
    Thanks,
    Mike

    Hi folks,
    about the "IBM VisualAge 3.02 (Integration Kit)" that Nirav mentions below...
    Does this integration kit work with Visual Age 3.5? If not, do you have any tool recommendations for VA3.5 users who are developing apps for WebLogic5.1?
    Thanks,
    Janet
    Nirav Chanchani <[email protected]> wrote:
    Mike,
    The level of integration between WLS and the tools is as follows (with
    VisualCafe being the most integrated) --
    1. VisualCafe Enterprise (or the WebGain Studio suite)
    http://www.webgain.com/Products/index.htm
    2. JBuilder 4 http://www.inprise.com/jbuilder/
    3. IBM VisualAge 3.02 (Integration Kit beta up on BEA website)
    http://commerce.beasys.com/downloads/weblogic_server.jsp#wlstools
    All the integration's support development, local debugging, and local
    deployment, but VisualCafe has wizards and like which generate code for the
    J2EE specs that WLS supports.
    I have read that JBuilder 4 supports JSP debugging but have not tried it yet.
    Nirav.
    Mike DiChiappari wrote:
    I have been experimenting with WLS 5.1 and it is clear that there are many
    steps in developing, testing, and deploying EJBs. What tools are being
    used? How do IBM's Visual Age, JBuilder 4, and Visual Cafe EE stack up?
    Are there any tools for developing and debugging JSPs?
    Thanks,
    Mike--
    Nirav Chanchani
    BEA Systems, Inc.

  • Can you see which timeline clips are being used in Media Browser?

    I'm a relatively new user and may not be familiar enough with cs5.5 but
    is there a way to see what clips are being used on the editing timeline in the media browser.
    I open premiere pro - Project is loaded. I edit the scene until it is finished.
    When I look over at the media browser, all my raw clips (some of which I'm
    using on the editing timeline) look the same - I can't tell which ones I using on the timeline.
    The reason I ask - when I fiinish editing a scene it would be nice to glance over at the
    media brower folder where my raw clips are located - easily see which ones I'm using because they
    are highlighted or checked and then delete the ones I no longer need.
    Is there a way to do this now?
    Thanks
    Jeff

    I dont think so  but a better way is to look in the top of the Project Window and there is a drop down that will show you all the useage instances of the clip.  You can click on them to go to them in the timeline.

  • Ipod cannot restore"because files are being used by another application"

    Hello all,
    I hope someone can help me. I think I mad a big mistake. I did a favor for my father who bought the newest IPod clip on shuffle for my mom. I agreed to get it up and running using my laptop, (which has Itunes for my Ipod w/video) would this create a conflict. Unfortunately I didn't think of asking BEFORE i tried to get the shuffle up and running. The shuffle works fine now but my 30GB Ipod is not able to sync any songs and has requested me to restore to the default settings. Which I tried but when I do it states that I can't because "files are being used by another application" So I tried to use the chat help on this website and when I logged in it picked my product type as a SHUFFLE. Can someone give me any advice. Thanks

    I get this messager and I have no other ipods or dev. to my system and have problems when I disconnect also?? Even have done a complete restore, to no help. Help

Maybe you are looking for

  • How to set up Email in S60v3/5/^3 and bypass the N...

    There are many threads on this board that all say the same thing and usually are about how Nokia Messaging or email is not working or syncing. In an effort to have a base-line to assist with these, I have made the following tutorial to help users to

  • Installing Palm Desktop 6.2 on Vista Business: only installs Media and Install, no Cal, Contacts

    I attempted to install Palm Desktop 6.2 under Vista Business on top of Palm Desktop 6.2 beta. I selected a complete install.  After the installation and the device sync, only the Media and Install sub-applications were available on the desktop (thoug

  • I uninstalled Acrobat XI Pro because it wasn't opening, now I can't reinstall.

    Adobe Acrobat XI Pro stopped working on my Mac a few days ago. I updated the program, but it still wouldn't open. In searching for help, I tried a few solutions to no avail. I decided to uninstall and hoped to reinstall to resolve the issue. However,

  • Ultra 10 with KVM and usb Sun keyboard

    Hi, I have 4 servers, two ultra 10, a Sun Fire V880 and a Sun Fire V250, I want all of them to be controlled form a KVM which has support of Ultra 10 platforms, that is, i have two cables with sun 6 tyoe keyboard and mouse. To the KVM i have attached

  • Organizing Photos in Folders or Albums

    Hello I have hundreds of high res photos from a film project, and I'd like to organize them for easy viewing. As I understand the way iPhoto works, it is basically taking/referring to actual images from their original source. (like an external drive)