Pinning objects

hi all,
Good day...
DB version is 10.2.0.4 ..Shared pool size is 2.5G. How do i pin the right objects..? Am using the below script to spool those objects with loads >5 and executions >100000
select 'execute sys.dbms_shared_pool.keep(''' ||
       owner || '.' || name || ''','  ||
       decode(type, 'TRIGGER', '''R''', 'JAVA CLASS', '''JC''', 'SEQUENCE', '''Q''', '''P''') || ')' stmt
  from v$db_object_cache
where type in ( 'FUNCTION', 'PROCEDURE', 'PACKAGE', 'PACKAGE BODY', 'JAVA CLASS', 'TRIGGER', 'SEQUENCE')
   and kept <> 'YES'
   and owner not in ('SYS','SYSTEM')
   and ( loads >= &loads
      or executions >= &executions )
order by loads, executions;
spool off;But i do have a pinning object list which is taken during the implementation and dont know on what metrics that file is spooled. But when i pin the objects taken from the above sql..i could see concurrent programs taking a bit more time to complete..How do i pin the right and needed objects?
thanks,
baskar.l

There are two purposes of pinning objects in SGA
1. To avoid out of memory error (Due to fragmentation, large object could not be loaded as it does not find continuous memory large enough to accommodate it).
2. To avoid the reload of objects.
So from this it is obvious that we should pin only frequently used large objects. If we pin many more objects then only a smaller amount of memory will be left for the remaining of the objects. This will result in high reload activity affecting the performance.
- Dinesh

Similar Messages

  • How can I make an "active state" in a menu (made as pin object)?

    I just made what this video shows
    http://tv.adobe.com/watch/muse-feature-tour/muse-pin-objects-to-the-browser-window/
    BUT I would like to change the title color when the page scroll to the anchor (see screenshot)
    I tried with the "state panel" and i doesn't work
    Thanks a lot
    Sebastián

    Not possible yet.

  • Pinned objects appearing in wrong order

    does a pinned object necessarily appear on top of other layers despite their order?
    i have an object pinned to the top center of my page and i want it to go behind other objects depending on where the user is on the y-axis.  yet, despite the order of the layers, the pinned object (main logo_1.png) appears above the layer i want it to slide behind (white main logo.png). any ideas why this may be happening?  thanks!

    Create a new layer in the layers drop-down box (shown below named Header and text)
    Place the pinned logo on the lower layer (text)

  • Pin object using scroll motion (for mobile website)

    I want to pin an object in a specific position. But since the pin option is not available for phone website I was wondering how can I  do this using scroll motions.

    Hi
    Apply scroll to the object with no field value for movement which would fix that no page.
    Thanks,
    Sanjit

  • How to cancel a pinned object?

    i pinned an object,
    but now i don't want it to be pinned anymore,
    however, i couldn't find a way to cancel or to remove the pin function of that certain object,
    how can i do that?
    thank you very much!

    Hi,
    Have you tried to click on the same pin point again, it will unpin the object. For example, if you have selected the top center pin, so select the object again, and click on top center again, it will unpin the object.
    Please let me know if it works

  • Pinning Objects - Oracle Apps

    Hi All,
    Has anyone done pinning of objects in shared_pool for any oracle apps related objects ?
    I would like to know, how to identify the candidates for pinning. Do we need to pin the objects based on their sharable memory or loads into shared_pool or number of executions?
    Kindly share your experience on this.
    Regards
    Sridhar M

    Has anyone done pinning of objects in shared_pool for any oracle apps related objects ?
    I would like to know, how to identify the candidates for pinning. Do we need to pin the objects based on their sharable memory or loads into shared_pool or number of executions?Yes. We have a similar disucssion in the forum before, so please see old threads for details -- https://forums.oracle.com/forums/search.jspa?threadID=&q=pinning+AND+shared_pool&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Pinning objects inside JNI

    I am working on a project where I must have the guarantee that certain objects are pinned in memory, by the Hotspot Server VM (within the scope of a JNI method). I am retrieving objects addresses using something like this:
    jobject obj = env->GetObjectField(slot, objectValueID); /* get object reference */
    jint address = env->GetIntField(slot, objectValueID); /* get the object's address */
    Does Hotspot VM move objects that are referenced from JNI code? If so, is there any way to prevent it from doing so?
    I realize this is not a safe approach for accessing objects, and it may not work for all VMs, but I only need it to work for Hotspot, within a JNI method.
    Thanks a lot,
    Michael B.

    Hi, Girish,
    Pin , anywhere in Oracle terminology means "access" . That's not quite right . . .
    The term "pinning" is a generic computer science term for exclusive relocation to RAM, and it's used in the Oracle docs quite a bit!
    http://www.oracle.com/pls/db111/ranked?word=pin&remark=federated_search
    The term "pinning" is like "caching", but pinning is guaranteed to stay in RAM, a way of "marking" a RAM object and non-eligible for swapping back to disk:
    http://www.dba-oracle.com/art_proc.htm

  • Pinning objects to the browser window

    I try to pin a menu to the top right of the browser but it dissappears when previewed. Any Suggestions?  #frustrated. 

    THank you for your response Sanjit.   what i have is a menu inside of an accordian panel.  I have pinned the entire object to the right of the browser in the master page.  i am simply trying to preview the function in the master page and there is nothing covering it up. 
    here is the preview.....> 

  • Pinned object appearing pushed to the left after upgrade to Muse 7.1

    I just opened my site that I had created in Muse v. 6 right after I upgraded to v. 7.1 and a box that I had pinned to the top of my page now appears shoved to the far left when I view the page in preview mode or in a broswer, even though in design mode it sits where it is supposed to. Other items on that page that were pinned are ok and appear where they should. Why would this happen and how can I rectify the situation? Thanks.

    Thanks for sending me your site. While I am still working on figuring out what went wrong in the update to v 7.1, I have a quick workaround for you that seems to fix the problem.
    In your group with your logo, text boxes, and rectangle, do the following:
         Select the group.
         Click inside the rectangle, but not over the text frames or logo image (this is another group with just the rectangle).
         Right click that second, inside group with just the rectangle and click "Ungroup."
         You should now have only the rectangle selected.
    In general, the best form is to have at least 2 objects in a group. It looks like each one of your text frames and your logo image is in its own separate group inside of the main group. You menu area should still work of course either way, and I will write up a bug on this.
    Dana

  • Can you pin objects to the vertical edges of the browser?

    Im trying to have a next arrow button pinned to the right edge of the browser and a previous arrow button pinned to the left side of the browser. I tried using containers set at 100% of the page but it doesnt work becuase eventhought they have no fill except for the little arrow on each edge, the whole container is active accross the page. And as they are on top of each other (as I neet the arrows to align horizontally)  only one button is active. Does anyone have any other ideas?

    I'm not sure if I know specifically what you're asking, but maybe this will help.
    The default probes will show you the data that makes up the type of the wire.  So, for children classes it shows the childs data and any ancestor data.  
    If it's a top level class wire it will only show the data for the parent class, but will inform you of the actual type of the wire, since we know children can pass as their parents.
    Now, I think what you're asking is if it's possible to see the childrens data, on a parent's wire.  I'm not sure, but you may be able to make custom probes to show you more information based on actual type.  
    Tim Elsey
    LabVIEW 2010, 2012
    Certified LabVIEW Architect

  • Can you pin objects/text/images (any or all) in mobile version of Adobe Muse

    Can you pin anything in Adobe Muse when designing a layout/website for mobile?

    Hi Laurrae,
    Please check this related post here,
    Is the item pin not available in mobile and tablet design ?
    http://forums.adobe.com/message/4943973
    - Abhishek Maurya

  • Why wont Muse allow me to pin objects?

    I am trying to create a pinned header for a mobile website, but the pin option stays grayed out. Is this a feature that is not available for mobile websites?

    I agree that this would be a valuable feature. If it has possible side effects then allow it but pop up a warning or something when it's used with mobile or tablet devices.
    Looks like there's a workaround that seems to work pretty well from when I tried it. Check out this post from another Adobe forum...
    Re: Disable Header Scrolling on a Mobile Device
    Just make sure you apply the scroll features to the header box & all the links in it.

  • Script to find the " List of objects to be pinned in the shared pool"

    hi all,
    please suggest me any script is there to find the recommended objects to be pinned in to shared pool.
    Regards,
    Vamsi.

    I think the important question here is – do you really need to PIN objects? Are you facing any ORA-4031 errors?
    Oracle would tell you to PIN packages such as STANDARD, DBMS_STANDARD, DBMS_UTILITY, DBMS_OUTPUT. It really depends on your application. So I am afraid there is no exact answer for that, but you can work with your application team to learn if there is some large object that is very frequently used that you might want to PIN.
    I suggest that you check the larger objects from your SGA using the view v$db_object_cache that folks already pointed out checking the column SHARABLE_MEM.
    You can refer to v$sql or v$sqlarea (which is a grouping of v$sql) to find the most executed stored procedures and packages and so on.
    However, most of the problems shared pool problems I have faced were related to bad application coding - such as lack of bind variables - or shared pool undersized. Once those problems were fixed, I hardly had to PIN anything into the SGA.
    Regards

  • Pinning menu between objects

    Is it possible to pin an object (menu) between another object and the left edge of the site. I would like my menu to stay centred between the left edge of the site and a centre pinned image column regardless if the size of the browser window changes.

    Hi
    I tried to check this out with Muse, but don't think that we can achieve this.
    The space between left edge of page and center pinned object is fixed in pixel value, and is not propertionate.
    Thanks,
    Sanjit

  • Help: Problem with scrolling my html items and placed objects they keep cutting through my top menu

    Basically whenever i place an html item in my Muse site or an object I encounter a problem when scrolling down past that object in the preview. I have a horizontal menu bar that sits on the top of my site and whenever I scroll down the html items and objects
    cut through my menu. Is there any way to rectify this? - i've tried pinning objects but can't figure it out. Any help would be greatly appreciated.
    Thanks,

    So you have a pinned Menu in the Master page but is being overlayed by the objects in page when you scroll down? If that is the case, select the Menu in the Master, right click on it and Move To Master Foreground.
    Thanks,
    Vinayak

Maybe you are looking for

  • Application/UNKNOWN/APPLICATION_ERROR

    Hi Experts,       I am facing the an issue in production. The scenario is FILE -> XI ->SOAP, asynchronous. The message in the integration engine is successful. But I am able to see the error in the SOAP receiver communication channel. Please find bel

  • Backup Failure after Mountain Lion

    After I upgraded to Mountain Lion I got an error every time I tried to backup over wireless. I figured I would just backup from scratch, therefore I connected the hard drive to my USB, deleted the sparsbundle and then connected the hard drive back up

  • Adobe Acrobat Pro 9.4.2 and new Canon 9000F Scanner Not Working

    Hi, folks I am pulling my hair out trying to get Acrobat to recognize the Canon 9000F scanner. I have downloaded the latest driver and still I am unable to get to see the darn thing. The scanner works great in the Canon scanner software and other dev

  • Itunes & QT invalid signature

    I have installed both programs on my laptop (windows based) but my PC will not let me. Every time it tells me that the program was blocked because of an invalid signature. I have turned off my firewall, antivirus and popup blocker. What more do I nee

  • Mass 'cancellation' of Stock items

    Hi Experts, Within the Item Master Data screen, my customer right clicks and chooses Cancel to remove an item. He has thousands of items which he no longer sells which need to be cancelled in this way.  Is there a way to do this via DTW? Thanks Greig