New Hierarchies in 11g

Hi All,
I have been trying to figure out the new hierarchies in 11g and I am having some difficulties.
I have the following:
Products Sales
Prod 1 100
Prod 2 100
Prod 3 100
So I have set up a hierarchy for my products with Sales as a measure
When I see this in BI
- All Products -- 300
-- Prod 1 100
-- Prod 2 100
-- Prod 3 100
For some reason it is rolling up the total to 300. When I try and chart this pivot table it includes this rolled up amount ...
So in a bar graph i will get on the x axis
All Products Prod1 Prod2 Prod3
I only want to show Prod1 Prod2 Prod3
How do I stop this from rolling up. I am using a level based hierarchy
Should I be using a parent - child?
Thanks in advance

hi cluless,
Follow these for hierarchies in obiee 11g.
http://blogs.oracle.com/robreynolds/2010/07/obiee11g_new_feature_-hierar.html
http://obieetalk.com/obiee-11gr1-support-ragged-skip-level-value-based-hierarchies#
Cheers,
KK

Similar Messages

  • Compress for all operation is New feature of 11g????

    hey to all i'm going to create a table with compress option i used "COMPRESS FOR ALL OPERATIONS" IT does not create table using 10g and when i connect to 11g it create a table
    i read the documentation of 11g managing table but this option is not very well elaborate there plz tell me the difference b/w compress and compress for all operation and either compress for all is supported in 10g or not
    feel free to ask any question
    regards adeel

    Table compression was available in 10g as well.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2128733
    but "COMPRESS FOR ALL OPERATIONS" is new feature in 11g and the description for the same is self-explanatory.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_7002.htm#i2128733
    <quote>
    * When you enable table compression by specifying either COMPRESS or COMPRESS FOR DIRECT_LOAD OPERATIONS, Oracle Database attempts to compress data during direct-path INSERT operations when it is productive to do so. The original import utility (imp) does not support direct-path INSERT, and therefore cannot import data in a compressed format.
    * When you enable table compression by specifying COMPRESS FOR ALL OPERATIONS, Oracle Database attempts to compress data during all DML operations on the table.
    <quote>

  • Open a report in new window ADF 11g

    I am trying to open a report in a new window. The problem is that I am having a link in a .jsff file when I click this link I go to another view activity using dialog: outcome and in the constructor of the backing for the target page I write the following code:
    ExternalContext ectx = FacesContext.getCurrentInstance().getExternalContext();
    HttpServletRequest request = (HttpServletRequest) ectx.getRequest();
    String temp = "http://localhost:7101/cms/report";
    try {
    ectx.redirect(temp);
    } catch (IOException e) {
    This code was working fine with ADF 10g but in 11g this code throws for me ResponseAlreadyCommit exception. I think that this is coming because .jsff is using PPR and this is not a full request but it is XMLRequest.
    SO, I tried to use the URL activity and make an outcome to this URL view activity BUT although the report appears but it is not displayed in a new window
    I can't use a javascript because to open a new window because some processing is done in the backing bean for the report parameters send from the page.
    Please any suggestion for this
    Thanks in advance

    Hi,
    one option I would see is to create a task flow that uses a JSPX page. The input parameter for this page would pass in the URL to call. Then you configure the task flow to be called from a call activity in the bounded task flow with the page fragment. On the task flow call activity configure it to open in a separate window
    Frank

  • New to OBIEE 11g

    hi all
    im new to 11g, been working with 10g for the past 4 years.
    just finished the install and and everything looks good.
    open up the admin tool, and open the repository
    and its asking me for a repository password to coreapplication_OH1406836271
    what is this?
    i enter the password i used when running the RCU, but it returns with incorrect repository password.
    is this just the repository for the sample came with the install?
    cheers
    Ryan

    Hi,
    Try it
    Username :weblogic
    Password:Admin123
    Note:The Repository password for SampleAppLite is Admin123 (found it in the Repository Developer’s Guide).
    Some more like for reference :
    http://download.oracle.com/docs/cd/E17904_01/bi.1111/e10540/planning.htm (here u can find SampleAppLite RPD password)
    OBIEE 11g Documentation
    Deploying new RPD:
    http://obiee101.blogspot.com/2010/08/obiee11g-deploying-new-rpd.html

  • How to enable ojc compiler in new oracle jdeveloper 11g IDE

    Hi,
    we can compile java files using ojc compiler in Jdeveloper 10g IDE.
    I need this option in New Jdeveloper 11g IDE.
    Can any one tell me how to enable the ojc compiler? ( I need detailed steps to enable ojc compiler)
    I got class version error while i compile using javac in new Jdeveloper 11g IDE.
    (Class file size also differ from both compiler)
    So that, I want ojc compiler in new Jdeveloper 11g IDE.
    Regards,
    Karthi
    Edited by: user12957451 on May 4, 2010 1:09 AM

    I guess you can't. The ojc compiler is not part of jdev 11g, javac is the tool of choice.
    Timo

  • Data display - aligning group data and carry over on new page logic - 11G

    I am fairly new to BI Publisher, so any help would be much appreciated. I am working with a standard pdf form to display Purchase Order Data. I have saved the image of the pdf as the background of the page. I have a simple table where I am inserting all the data and aligning it on the page so it appears to be in the correct place on the form.
    The form has a section containing 10 blank lines to display the PO data. Each line is .25 inches.
    The problem occurs that at the line description can have 254 characters but the space on the line allows for 51 characters. So I need to display the data something like this (for simplicity sake)
    TableA.id TableA.Description254
    Line 1 1 Blah, 1-51 characters of line descr
    Line 2 Blah blah, 52 - 102 characters
    Line 3 2 Blah, 1-51 characters of line descr
    Line 4 3 Blah, 1-51 characters of line descr
    Line 5 Blah blah, 52 - 102 characters
    Line 6 Blah blah, 103 - 153 characters
    anything that carries over needs to go to a second page with a different background image. So I have several questions.
    1. Any suggestions on how to display the PO Line, so I can substring the PO line description and display the remaining data on a following line? A second line would write the next 51 characters of data if it exists, and would not display the first column, (TableA.Id)
    2. Any suggestions on how to load the carry over data (anything over the 10 lines on the first page) and display on the following page.
    I am including a screen shot so this might make more sense. I have lightly dashed orange lines showing of my table which I use for aligning the data. It is only for reference.
    [ http://www.fifthq.com/bi.jpg|Pdf image]
    http://www.fifthq.com/bi.jpg

    Ok, just in case anyone runs into the same issue. Here was my solution.
    I added a made up record to the existing xsd template that served as a place holder for my dynamic content.
    I created an app package that has two properties.
    1. Full String
    2. Single Line String
    The Method takes in the column width as a parameter. It searches through the Full String until it finds the last available word before the column width. It then returns that as the Single Line String and updates the Full String to what's remaining.
    If I have any of the Full String remaining I keep calling the method.
    I can provide more specific details about the method if anyone needs it.

  • How to add new host to 11g grid control

    I have install silently oem agent 11g in a solaris system. The installation was successful and agent is up and running.
    But the thing is I can't add this client and its database in my OEM Grid Control interface. When I try to add the target it shows the bellow error
    Information
    You cannot add a host target from Enterprise Manager Grid Control.
    To add a host target, install the Oracle Management Agent on the host computer you want to manage. When the Management Agent begins communicating with the Oracle Management Service, the Management Agent target and the Host target will appear in the list of targets.
    My Question is how i can the target's agent can communicate with OMS agent? and How this target can be incorporated?

    Hi,
    the host and agent targets should show up right after installation of the agent, if securing was successful. I assume the error happened somewhere there.
    Can you please paste the output of following command:
    $ORACLE_HOME/bin/emctl status agent
    where ORACLE_HOME is set to your newly installed agent?
    Also, please check if you see any errors in $ORACLE_HOME/sysman/log/emagent.log and emagent.trc about communication between the agent and your OMS.
    Best regards,
    Robert

  • Unable to access following endpoint(s) : url...New upgrade to 11g issue.

    [C:\Users\DELL\Desktop\error_description.txt]
    Dear All,
    Similar kind of issue is already there in another thread. but that solution is not suitable for this issue.
    We are migrating our BPEL processes from 10g to 11g.
    We are facing two critical issues as follows. Request you if anybody has idea on this issue, please let me know the solution.
    BPEL process invoke a remote webservice which required authentication with below properties.
    wsseOASIS2004Compliant
    wsseHeaders
    wsseUsername
    wssePassword
    In 10g code these details were given under partner Link Properties. It has been working fine.
    The remote webservice is in third party system(external) and there is no migration happen to this webservice.
    We installed remote server’s (external) certificates in our 11g weblogic server (soa_server).
    Now we are facing two issues.
    issue #1:
    Invoking remote webservice in BPEL process is giving following error.
    *"Unable to access following endpoint(s) : https://192.72......../webservice1/webservice1Proxy"*
    As per the previous issue whic is similar to this error, is due to certificate instalation and adding into trusted list was resolved the issue.
    But for this issue our admin team is verystongly saying certifactes instalation is perfect also reinstalled when we asked them.
    Also we are able to telnet the ipaddress/ hostname of the extenal server (webservice) from the soa_server unix box.
    Also above endpoint URL(external) we able access with ?wsdl from our soa_server unix box.
    Request you folks, please let me know your valuable thoughts on this issue. we are really struckup and reached the delivery date.
    Issue #2
    The authentication details are given as follows…
    Right click on the external reference service and select “Configure WS policies”
    * Under the security tab, click add button and select “oracle/wss_username_token_client_policy”
    * Now Open the property Inspector window and click the add button under “Binding properties” tab.
    * Include the “oracle.webservices.auth.username” and “oracle.webservices.auth.password properties.
    But these details are ineffective in runtime.
    Request you, please let me know your valuable thoughts on these 2 issues.
    Please let me know whether it is cerificte issue or any other issue.
    If it is certificate issue how to strongly inform to our admin team so that they will make the required changes?
    Please find the error log in the attachment.
    Thanks,
    Deol
    error log description
    sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
    at sun.security.validator.Validator.validate(Validator.java:218)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:137)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:594)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1139)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:632)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59

    Full error log for the above error:
    sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
    at sun.security.validator.Validator.validate(Validator.java:218)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:137)
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:594)
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1139)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:632)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)
    at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:109)
    at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3366)
    at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
    at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
    at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:418)
    at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
    at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnection.java:1060)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.java:495)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection$PrivilegedPost.run(HttpSOAPConnection.java:1262)
    at oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.call2(HttpSOAPConnection.java:229)
    at oracle.j2ee.ws.common.transport.HttpTransport.transmit(HttpTransport.java:75)
    at oracle.j2ee.ws.common.async.MessageSender.call(MessageSender.java:64)
    at oracle.j2ee.ws.common.async.Transmitter.transmitSync(Transmitter.java:134)
    at oracle.j2ee.ws.common.async.Transmitter.transmit(Transmitter.java:90)
    at oracle.j2ee.ws.common.async.RequestorImpl.transmit(RequestorImpl.java:275)
    at oracle.j2ee.ws.common.async.RequestorImpl.invoke(RequestorImpl.java:95)
    at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:793)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235)
    at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106)
    at oracle.integration.platform.blocks.soap.AbstractWebServiceBindingComponent.dispatchRequest(AbstractWebServiceBindingComponent.java:516)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.processOutboundMessage(WebServiceExternalBindingComponent.java:207)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.sendSOAPMessage(WebServiceExternalBindingComponent.java:826)
    at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.request(WebServiceExternalBindingComponent.java:603)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)
    at sun.reflect.GeneratedMethodAccessor1956.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy304.request(Unknown Source)
    at oracle.fabric.CubeServiceEngine.requestToMesh(CubeServiceEngine.java:824)
    at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:263)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1059)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:586)
    at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:130)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:75)
    at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:158)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2543)
    at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1166)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1071)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:328)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4430)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4362)
    at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:698)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:555)
    at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:103)
    at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:145)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean.syncCreateAndInvoke(BPELEngineBean.java:111)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor856.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy291.syncCreateAndInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean_51369e_ICubeEngineLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELEngineBean_51369e_ICubeEngineLocalBeanImpl.syncCreateAndInvoke(Unknown Source)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.callCreateAndInvoke(DeliveryHandler.java:790)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:528)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:487)
    at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:162)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.request(CubeDeliveryBean.java:493)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
    at sun.reflect.GeneratedMethodAccessor856.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy287.request(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.request(Unknown Source)
    at oracle.fabric.CubeServiceEngine.request(CubeServiceEngine.java:380)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy304.request(Unknown Source)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:1280)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:858)
    at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1081)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:232)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:193)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:484)
    at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

  • How to start a new listener in 11g

    Dear all,
    i am doing internal test upgrade of a 9.2.0.8 database to 11.2.0.1 as a part of 11i to R12 up gradation.
    Right now i am in the database part(Manual Upgrade), and following the Metalink doc :837570.1
    I have completed the "Upgrading Database to 11gR2" in 29th step.
    In "Post Upgrade Steps Step 30" the document says to "start lsnrctl"
    For the upgraded instance(s) modify the ORACLE_HOME parameter to point to the new ORACLE_HOME.
    Start the listener : start lsnrctlmy doubt is ,, just simply giving the above command the listener create and start or do i need to modify any other parameters which i have to copy from old listener file.
    Kindly some one explain me.
    Thanks in Advance
    Regards
    HAMEED

    my doubt is ,, just simply giving the above command the listener create and start or do i need to modify any other parameters which i have to copy from old listener file.The former. Unless you need/want to use non-standard parameters, you don't need anything else. Just start it.

  • New to oracle 11g

    Hi, i have 10gr2, but need to migrate to 11g.
    so I installed 11g at another server for testing it.
    now, what i need to do?
    i meant import and export complete from the other server!!
    Help

    toga wrote:
    Hi, i have 10gr2, but need to migrate to 11g.
    so I installed 11g at another server for testing it.
    now, what i need to do?
    i meant import and export complete from the other server!!
    Help
    Since you're using 10g, I would advise use datapump. the steps are
    - take export from 10g using expdp command
    - create schemas tablespace on 11g
    - do import on 11g using impdp
    Cheers

  • The New Oracle JDeveloper 11g R1 (11.1.1.1.0) is Now Available

    Yes... very good. Unfortunately though, it seems fussy about which version of the latest JDK WebLogic uses (on Windows that is). 1.6.0_14 throws "was unexpected at this time" ... So I guess I'll reinstall with the bundled JDK.
    Works fine on Linux and OSX though using local JDKs.
    More importantly for me... OSX.. as that's my main platform, as that had real problems with the last version. Running out of memory and all sorts... really frustrating. I was very close to throwing in the towel and going back to .NET. So far it 'seems' ok. I'll post any problems I encounter.

    Hi,
    In previous versions i had no problems but with the new 11.1.1.1.0 version i can not get updates. If i go to Help -> Check for Updates and click next i get an error that JDev can not connect to the Internet. If i click cancel the details link shows the following error stack:
    java.net.UnknownHostException: www.oracle.com
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at java.net.Socket.connect(Socket.java:469)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
         at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
         at sun.net.www.http.HttpClient.New(HttpClient.java:306)
         at sun.net.www.http.HttpClient.New(HttpClient.java:323)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:837)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:778)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:703)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1026)
         at oracle.ideimpl.webupdate.CheckMasterListRunnable.run(CheckMasterListRunnable.java:147)
         at java.lang.Thread.run(Thread.java:619)
    All other internet traffic is no problem and the previous jdev release can connect without a problem. If i add www.oracle.com to my /etc/hosts file i does work but then i can not login to otn in the next steps. Any ideas?
    Kind regards,
    Andre Jochems

  • Very new for Oracle 11G B2B

    Hi all,
    Upto now i worked on Oracle 10G B2B, Now i started working on 11G B2B. In 11G admin B2B guide, but there is no "Process Protocol Revisions" tab in 11G B2B?
    Is this right?
    And can any one tell us where to import the certificates in 11G
    Regards

    Hi,
    Where you read "Process Protocol Revisions"? This should be Document Protocol Revision, I think.
    And can any one tell us where to import the certificates in 11Ghttp://blogs.oracle.com/oracleb2bgurus/2009/08/certificate_management_in_11g.html
    SSL configuration in Oracle B2B 11g
    Regards,
    Anuj

  • Trouble Installing the new Oracle BPM 11g Feature Pack (FP4)

    I'm trying to install the new feature pack that just came out on and I'm curious if anyone has successfully installed it on a Windows 64 bit machine.
    Although the blog post by Jan Kettenis (http://kettenisblogs.blogspot.com/2011/09/tips-for-installing-oracle-bpm-suite.html) was helpful, when I get to the step to run %ORACLE_HOME%/OPatch/opatch napply from the command line, I get the error shown below.
    java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:417)
    at java.lang.Integer.parseInt(Integer.java:499)
    at oracle.sysman.oii.oiii.OiiiCompsXMLHandler.createCompIdOhPair(OiiiCom
    psXMLHandler.java:453)
    at oracle.sysman.oii.oiii.OiiiCompsXMLHandler.access$500(OiiiCompsXMLHan
    dler.java:96)
    at oracle.sysman.oii.oiii.OiiiCompsXMLHandler$OiiiDepElementHandler.onSt
    art(OiiiCompsXMLHandler.java:1599)
    at oracle.sysman.oix.oixs.OixsElementHandler.startElement(OixsElementHan
    dler.java:140)
    at oracle.sysman.oix.oixs.OixsDefaultHandler.startElement(OixsDefaultHan
    dler.java:109)
    at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler
    .java:181)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingPa
    rser.java:1284)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
    ngParser.java:326)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:294)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:209)
    at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLR
    eader.java:321)
    at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLR
    eader.java:229)
    at oracle.sysman.oii.oiii.OiiiInstallInventory.getCompOHListElement(Oiii
    InstallInventory.java:2231)
    at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllCompsVect(OiiiAreaInve
    ntory.java:1057)
    at oracle.opatch.OUIInstallInventory.getAllCompsVect(OUIInstallInventory
    .java:157)
    at oracle.opatch.OracleHomeInventory.load(OracleHomeInventory.java:2549)
    at oracle.opatch.UtilSession.getGenericInventory(UtilSession.java:125)
    at oracle.opatch.UtilSession.process(UtilSession.java:235)
    at oracle.opatch.OPatchSession.main(OPatchSession.java:2074)
    at oracle.opatch.OPatch.main(OPatch.java:651)
    Verifying environment and performing prerequisite checks...
    UtilSession failed: Patch 12319055 requires component(s) that are not installed
    in OracleHome. These not-installed components are oracle.sysman.plugin.ai.main.oms:11.1.1.5.0,
    Log file location: C:\Middleware\SOASuite11gR1PS4\oracle_common\cfgtoollogs\opat
    ch\opatch2011-09-23_23-34-16PM.log
    OPatch failed with error code = 73

    The issue was resolved by following steps (by performing a fresh install):
    1.     Open cmd with administrative privileges (Run as administrator) & Install wls1035_generic.jar
    2.     Execute setup.exe of SOA with administrative privileges (Run as administrator)
    3.     Apply the PS4FP
    The issue was because I was installing Jdev in the same Oracle home “C:\Oracle\Middleware” after step 2 before applying the PS4FP. This corrupted the oracle_common inventory
    A quick way to verify whether your inventory is corrupted is to check the following files:
    •     C:\Oracle\Middleware\oracle_common\inventory\ContentsXML\comps.xml (should be more than approx 2500 lines before patching)
    •     C:\Oracle\Middleware\Oracle_SOA1\inventory\ContentsXML\comps.xml (should be more than approx 1600 lines before patching)
    HTH

  • New To Rac 11g

    Hello,
    I am new to RAC and i need some guidance here. I will be responsible to set up RAC on the servers which i think i should be able to manage. My concern is that since i'm new to RAC i would need to refer to some quick material on how to manage RAC instances e.g startup/shutdown nodes , maintainence , backups etc..
    Could some one give me a place where i could refer to really quick on how to manage RAC rather than going through in depth oracle documentation, which i surely plan to go through in the future. I need something really quick to get started.
    Thanks in advance for all the help
    Oracle version 11gR1

    From what you have posted, you need this,
    http://download-west.oracle.com/docs/cd/B28359_01/rac.111/b28254/toc.htm
    HTH
    Aman....

  • I am new to oracle 11g release 2 Please help

    When i run sql script in oracle 11g R 2 sql plus. It returns me with an error "missing right parenthesis" Error in last line. Simply its not accepting contraints in which i run them. Details as follows
    Thankful for the help
    create table courses (code varchar2(8) constraint S_PK primary key, description varchar2(30) constraint S_DESC_NN not null, category char(3) constraint C_CAT_NN not null, duration number(2) constraint C_DUR_NN not null, constraint C_CODE_CHK check (code = upper(code)), constraint C_CAT_CHK check (category in (`GEN', `BLD', `DSG')));
    If i run above sql script, it says missing right parenthesis in the last line i.e * constraint C_CAT_CHK check (category in (`GEN', `BLD', `DSG')))
    AGAIN:
    create table courses (code varchar2(8) constraint S_PK primary key, description varchar2(30) constraint S_DESC_NN not null, category char(3) constraint C_CAT_NN not null, duration number(2) constraint C_DUR_NN not null);
    Again If i run the above without checks, it gives the error of missing the right parenthesis in the last line i.e * constraint C_DUR_NN not null

    Hi
    it seems, quotes problem.
    pl.try this
    create table courses (code varchar2(8) constraint S_PK primary key, description varchar2(30) constraint S_DESC_NN not null,
    category char(3) constraint C_CAT_NN not null,
    duration number(2) constraint C_DUR_NN not null,
    constraint C_CODE_CHK check (code = upper(code)),
    constraint C_CAT_CHK check (category in ('GEN', 'BLD', 'DSG')));
    -- DJ

Maybe you are looking for

  • Photoshop cs3 "could not complete your request because of a program error"

    I have PS cs3 on powerpc mac ox 10.5.8, and have been using it for 3 years or so perfectly. I started getting the "could not complete your request because of a program error" when I was trying to open an ai eps (like I've done before about 1000 times

  • Lose color fonts during PDF creation from MS Word

    I have a B&W laser printer as my default and when I save a Word document to PDF, all colored fonts are changed to black. But if I change my default printer to my inkjet, it saves with color. It is a minor annoyance to have to do this each time and th

  • Running SQL files in PL/SQL Cartdrige - OAS407

    Hai! I am unable to run the SQL file via a PL/SQL cartridge(without creating the Stored procedure). I am able to run the SQL file which is given in the sample&demos through the 'admin' listener (port 8889). When i doing it through some other listener

  • PRODUCT STILL NOT SENT AND NOONE CALLED..BAD SERVICE

    I ordered an MP3 player on 08/08/06 AND SUPPOSED TO RECIEVE BY TODAY 08/06. BUT have yet to recieve it. I COULD NOT GET HOLD OF THE TELEPHONE NO TO CREATIVE AS WELL. MONEY SENT BUT GOODS NOT RECIEVED. COULD SOMEONE HELP? ANYONE KNOW THE NO TO CREATIV

  • Problems in Front Page with Lightroom web export

    I have no problem exporting my Lightroom web gallery into Front Page. However, once in Front Page there is still some manipulating that needs to be done to get the gallery functional. Could you please help? If you have step by step instructions on wh