Segments Not Able to Extend Count

Hi,
I keep getting the warning "Segments Not Able to Extend Count". When I query dba_segments, there is no segment where extents is anyhere near max_extents. Am I doing an incorrect analysis? what should I be looking for?
Is there any documentation that outlines the queries run by Grid Control to arrive at a certain value, for its out of the box monitoring?
Thanks a lot!
Maria

The beauty of asking questions is that half of the time, just formulating the problem helps you discover the solution yourself :)
I had confused the metric "Segments Not Able to Extend Count" with the metric "Segments Approaching Maximum Extents Count". It seems as if Grid Control is calculating the size of the segment's next extent, and checks whether there is enough space in the tablespace to hold that next extent. The metric is completely unnecessary on our system, since we are using auto-extend on all of our tablespaces. This is not taken into account by Grid Control.
Cheers!
Maria

Similar Messages

  • Segments Not Able to Extend

    How do I set metric "Segments Not Able to Extend" which is under "Tablespaces with problem segments" category? Its current status is "Not set". When set, will it email an alert?
    Thank you.

    You should be able to set this metric in
    Preference => rules=> Database Availability and Critical States (edit)
    OR
    under Metric and setting for the individual target database.
    The value should be set to > 0
    It sound like someone created a rules called "Tablespaces with problem segments"
    Hope this helps.

  • MRP Views not able to extend

    Hi
    I had material type FERT/ROH
    Material was created with Basic data/sales org views.
    when i tried to extend MRP/Costing views not able to extend in MM01/MM50.
    I checked in SPRO->logistics general->material master ->material types->define attributes of material types user departments there for FERT/ROH-- MRP/workscduling costing views are selected.
    what is the possible reasons.
    Regards,
    srihari.M

    Hi
    This issue is only in Dev
    Quality and Prodcution are fien..
    I am not able to create  MRP1/MRP2/MRP3 views in MM01..
    is it authorisation issue..
    Regards,
    srihari.M

  • Not able to extend the disk partition in our server 2008

    Hi  all,
    extend the partition but t it not able to do that.We are using the windows server 2008 in our setup. one of my exchange server I want to extend the partition. I had already extend the partition but now its not able to do that and shows the below  error.
    in the diskmangement view I can  see the partition  in splitted format when ever I previously extended  it shows the same( I extended 3, 4 times).  is it ok to delete the Splitted partition?
    awaiting for the solutions eagerly.
    Jags

    When the unallocated space is not behind the assigned partition, you cannot directly extend your wanted partition in Disk Management. That may be why you’ve failed at first.
    But, without using disk management tools, you also can try to extend your partition with partition resizing software within several steps.
    Here are detailed steps for you to go on extending your partition space:
    http://www.partition-magic-server-2003.blogspot.com/2013/11/resize-server-2003-partition-free.html
    I hope you can get some clues there.
    Back up all partition data well in advance in case of data loss. 

  • Not able to extend volume in Windows 2008 R2 Sp1

    Hi,
    I have increased the capacity from IBM storage and it appear as unallocated space in disk manager but when I tried to extend the volume through disk part it's giving me error " you don't have 1 MB free disk space available to extend this volume"
    Disk Type: Dynamic
    Partition Style: MBR
    Capacity: 2813952 MB
    Unallocated: 716802 MB
    Reserved Space: 0 MB
    Regards,
    Hakim. B
    Hakim.B Sr.System Administrator

    Hi,
    Please try to rescan the disk in question to check if you can extend the volume. For more detailed information, please refer to the thread below:
    there is not enough space available on the disk (s)to complete this operation
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8119a78e-c3e7-4033-bb18-00bb2ebda303/there-is-not-enough-space-available-on-the-disk-sto-complete-this-operation?forum=winserverfiles
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Not able to extend material to plant 102

    Hi Experts,
    I have a problem to extend material.
    I am trying to extend material to plant 102, but when I click costing view I am getting error that "Valuation of Material 1288Z in valuation area 102 inconsistent"
    Please help me to resolve this
    Thanks in Advance,
    Regards,
    Vineela

    Hi Experts,
    In the material Master there is no Accounting View 1 and 2.
    How can I  get these views in material master.
    Regards,
    Vineela

  • Cache segments will not be able to extend in database

    monitoring tool is triggering the below ticket frequently.
    "Cache segments will not be able to extend in database ".
    System tablespace is having sufficient space.how to avoid this issue permanently

    Hi, user12176781,
    Which metric do you have problems in? Usually it is metric 16. The metric 16 is very complicated and it does not consist of just one SQL.
    As for CACHE segments they are excluded from the metric.
    Maybe You will need exact SQLs from the metric so you can enable DBSPI tracing and look at the trace. But it will be very hard job.
    I would recommend to run reports for the metric 16 to see which segments cannot be extended.
    If you have any questions, ask.
    Kirill Babeyev

  • Not able to see No of BP records in a profile when I click on Count button

    Hi All,
    We are working on CRM 5.0, BP segmentation.
    We have created a Attribute list which is the combination of Infoset and Attribute Set.
    Now we want to build the profile in Segment builder by using Attribute list.
    I created a profile ( using the filters of attribute set and Info set) I am not able to see the BP records when I click on count button by selecting the corresponding profile.
    But When I have created defferent profiles by using the filters of attribute set and info set  seperately I am able to see the no.of BP records when I click on Count button for the corresponding profile.
    Can anybody advice me what is the reson for that?
    and I want to see the No.of BP records for the profile which is build with the combination of attribute set and Info set.
    Thanks in advance.
    -Madhu.

    Hi sachin,
    I am extremely sorry to keep this thread as open. This problem is already solved.
    I have used table views in infoset to get the data which is coming from multiple tables.
    Regards,
    Madhu.

  • Not able to capture button event in extended controller

    Hi Gurus,
    I am not able to capture the button event (of seeded controller) in extended controller.
    I have written code in extended controller like below:
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean){
        String str = pageContext.getParameter("event"); // copied from seeded controller for the button event //
          if ("editLines".equals(str)) {
            //cutom validation
      super.processFormRequest(pageContext, webBean);
    Please help me in resolving the issue.
    Thanks,
    Srinivas
        ///my cutom validateion

    Hi Bm,
    Thanks for your response.
    I have tried the same but no luck.
    Please help in getting this resolved.
    Thanks,
    Srinivas

  • Upgraded to Snow Leopard & am not able to launch PS CS3 extended. Says I need Java SE 6 runtime.

    I just upgraded to Snow Leopard (OS 10.8.2) from Lopard and am now not able to launch Photoshop CS3 extended. I get a warning that says: To open “Adobe Photoshop CS3,” you need to install a Java SE 6 runtime. Would you like to check for and install one? But when I click on "Install" I'm told it is currently unavailable. I need PS to work! What can I do!?

    Manually download and install it from Oracle.
    M;ylenium

  • Not able to see the extended Vo evenif the JPXimport imported correctly.

    Hi,
    I am in the process of customising the Sales Dashboard page in Sales user respopnsibility in R12.1.3 instance.
    I configured the correct setup for JDev also by downloading the patch p9879989_R12_GENERIC.
    Now I have requirement that I need to add one column by personalization to advance table.
    But this new column doesn't exists to my VO CustomerAccessesVO so I need to extend it.
    I extended this VO and created subtitute and imported to database by JPXImporter.
    After importing I run the query jdr_utils.printdocument('/oracle/apps/asn/common/customer/server/customizations/site/0/CustomerAccessesVO'); which gives me output <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad"
    xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:oa="http://xmlns.oracle.com/oa"
    xmlns:user="http://xmlns.oracle.com/user" version="10.1.3_1312" xml:lang="en-US"
    customizes="*/oracle/apps/asn/common/customer/server/CustomerAccessesVO*">
    <replace
    with="*/XX/oracle/apps/asn/common/customer/server/XXCustomerAccessesVO*"/>
    </custo
    mization>
    After this I bounce the apache server
    $ADMIN_SCRIPTS_HOME/ adapcctl.sh stop
    $ADMIN_SCRIPTS_HOME/ adapcctl.sh start
    $ADMIN_SCRIPTS_HOME/ adoacorectl.sh stop
    $ADMIN_SCRIPTS_HOME/ adoacorectl.sh start.
    But when I login to my application fist time I get the error JBO-26022: Could not find and load the custom class nh.oracle.apps.asn.common.customer.server.NHCustomerAccessesVORowImpl
    As while extending Jdev generated only impl.java rowimpl.java, server.xml and Vo.xml. But the Rowimpl.java generated Empty.
    But this error comes once only second time this error doesn't come.
    And when I click on about this page link I am not able to find my new extended VO i.e. XXCustomerAccessesVO.
    Now when I am trying to persomalize the table and adding new column It is niether giving me error nor displaying the new collumn.
    So can any one help on below three points:
    1) Why Rowimpl generated empty? Is is generating empty that why while compiling .class file is not generating that why I am getting error.
    2) As the JPXImport was successful, why I am not able to get my extended VO XXCustomerAccessesVO iinstead of standard CustomerAccessesVO in about this page link.
    3) Can you please share the properties values that we need to pass while creating new column in Advance table byb personlaization.
    Many Many thanks in advance

    Hi Piyush,
    1) Why Rowimpl generated empty? Is is generating empty that why while compiling .class file is not generating that why I am getting error.
    --> Rowimpl should not generate empty. It should generate same as the standard VO's VORowImpl. You can go to JDeveloper and try checking and unchecking Generate Java Files.
    eg.
    While extension if you have not checked Generate Java File inside VO --> Edit --> Java
    it would point to standard VOImpl and VORowImpl of VO which you extended.
    <ViewObject
       Name="xxReturnItemsVO"
       Extends="oracle.apps.icx.por.rcv.server.ReturnItemsVO"
       BindingStyle="Oracle"
       CustomQuery="true"
       RowClass="oracle.apps.icx.por.rcv.server.ReturnItemsVORowImpl"
       ComponentClass="oracle.apps.icx.por.rcv.server.ReturnItemsVOImpl"
       MsgBundleClass="oracle.jbo.common.JboResourceBundle"
       UseGlueCode="false" >While extension if you have checked Generate Java File inside VO --> Edit --> Java
    it would point to custom VOImpl and VORowImpl . It will generate two classess xxReturnItemsVORowImpl and xxReturnItemsVOImpl
    which should not be empty
    <ViewObject
       Name="xxReturnItemsVO"
       Extends="oracle.apps.icx.por.rcv.server.ReturnItemsVO"
       BindingStyle="Oracle"
       CustomQuery="true"
       RowClass="xx.oracle.apps.icx.por.rcv.server.xxReturnItemsVORowImpl"
       ComponentClass="xx.oracle.apps.icx.por.rcv.server.xxReturnItemsVOImpl"
       MsgBundleClass="oracle.jbo.common.JboResourceBundle"
       UseGlueCode="false" >2) As the JPXImport was successful, why I am not able to get my extended VO XXCustomerAccessesVO iinstead of standard CustomerAccessesVO in about this page link.
    If jdr_utils.printdocument is showing correct substitution issue could be with RowImpl file.
    3) Can you please share the properties values that we need to pass while creating new column in Advance table byb personlaization.
    -- Not sure

  • Not able to get the pagebutton bar bean object in the extended controller

    Hi All,
    I am not able to get the button bean object in my page. But, am not able to get the handle of buttonbar itself. any idea?
    Page Structure is:
    PageLayout - not having controller
    ----buttonbar
    ---button1
    ---submitbutton2
    ----regiion1(stack layout)-controller assigned(seededCO)
    I am extending the seededCO and I am trying to get the handle of button1 bean with the following code.
    OAPageButtonBarBean pbb=(OAPageButtonBarBean)webBean.findIndexedChildRecursive("buttonBar");
    if(pbb!=null)
    System.out.println("pbb"+pbb);
    bb= (OAButtonBean)pbb.findIndexedChildRecursive("button1");
    }

    Hi,
    Try like this,
    import oracle.apps.fnd.framework.webui.beans.nav.OAPageButtonBarBean;
    import oracle.apps.fnd.framework.webui.beans.nav.OAButtonBean;
    OAPageButtonBarBean pBar =
    (OAPageButtonBarBean)pageContext.getPageLayoutBean().getPageButtons();
    OAButtonBean ctButton =
    (OAButtonBean)pBar.findIndexedChildRecursive("YourRequiredButtonName");
    Thanks,
    With regards,
    Kali.
    OSSi.

  • Not able to update row count in Physical Layer..connection failed in OBIEE 11g

    Hi Guys,
    I am not able to do Update Row count in the Physical Layer, i am getting an error The Connection has failed. This is in OBIEE 11g Linux env.
    I have put the tnsnames.ora file in the below path:
    /*****/pkgs/linux/intel/OBIEE_DIT/MW_HOME/Oracle_BI1/network/admin/
    I do not have admin under
    /****/pkgs/linux/intel/OBIEE_DIT/MW_HOME/oracle_common/network/
    But if i put the whole TNS entry in the Data Source Name i am able to connect:
    (DESCRIPTION =(ADDRESS = (PROTOCOL= TCP) (HOST= xxx.xxx.com) (PORT= 1671))(CONNECT_DATA = (SERVICE_NAME = US1OBIEE)))
    I am not able to understand the issue..
    Thanks,
    Amit

    Looks like rpd is looking for local tns config... try to use as hostname:port/ServiceName
    This should work, just in case not working! stop doing so since it is know issue.
    If helps mark

  • Not able to enter the count for physical inventory document in WM

    Hi All,
    I have created a Physical Inventory document using LX16 t-code (WM managed). Since the material and bin stock is zero and When I try to enter the count by ticking zero stock indicator using LI11 t-code, I am not able to save the document and system throws error "Finding empty Quants provided for" and message number is L4058.
    Please let me know how to resolve this.
    Regards
    Krishnamurthy

    Yes your understanding is correct but only thing I have not entered qty in the count field rather I set only zero stock indicator.
    My requirement is " In Inventory (MMBE) stock of a material shows around "3000" qty. But In WM stock is "zero" and physically also "zero". so in IM also stock should be reduced to "Zero". So I tried of creating PI document in WM and then when I try to enter the count, I faced the menioned problem.
    Regards
    Krishnamurthy

  • IE02 not able to display class overview & measuring point/counter tab,

    Hi Dear,
    I am not able to display class overview & Measuring point/counter tab in T-code IE02.
    But it is display in IE01 & IE03.
    Kindly suggest

    Mayursinh Dayatar,
    Its probably an authorisation issue.
    Are there any error messages??
    PeteA

Maybe you are looking for

  • My Adobe CC opens to a blank screen.  Any suggestions?

    I have Adobe CC installed on my HP Win7 laptop.  It opens to a blank screen.  Has this happend to anyone else?

  • EPM Workspace error

    Hi All, While i'm trying logon to workspace it shows "NameSpace Commucation Error" and its taking much more time to open. pls tell me anyone whats the reason and solution for this. Thanks inadvance..

  • AIR 3.4 VideoDisplay Camera bug?

    The video display on a mobile device with AIR 3.4 sometimes does not display the video being captured. The video is being captured correctly because clients subscribed to the netStream can see it, but it doesn't appear on the capturing device. I'm us

  • 10.1.3.1 and standalone RMI client

    I'm migrating our J2EE applications from 10.1.2.0.1 to 10.1.3.1.0. I also have a custom JAAS login module that is used by our applications. I have the login module working successfully and web applications that can call EJBs. But I am unable to get a

  • [ Résolu ] Photoshop CS6 et l'abonnement Créative Cloud

    Bonjour, Je suis nouveau dans ce monde d'Adobe et malheureusement je ne connais pas par coeur le mode de fonctionnement de celui-ci ( malgré les rubriques d'aide ) Ma compagne fait beaucoup de photographie et également de la retouche avec PhotoFiltre