Oracle Upgrade to 11g issues

I am in the process of upgrade from 10gR2 to 11gR2. After Installing 11gR2 in a new ORACLE_HOME, i have decided to use DBUA to upgrade the database from 10g to 11g.
All my user Table Spaces are on different Mount points. for eg. /u60/app/ORACLE/oradata/dss/account_totals_2003_ltd.dbf, /u70/app/ORACLE/oradata/dss/account_totals_2004_ltd.dbf', /u80/app/ORACLE/oradata/dss/account_totals_2005_ltd.dbf'......etc etc.
Here are my concerns.
1. During the DBUA process, we get an option where it asks ' do you want to move the database files as a part of upgrade ? . Now, if i just leave the datafiles where they are during the upgrade, all the oracle system, sys and other datafiles will be left in Oracle 10g HOME. I plan on uninstalling and removing the 10g after 11g upgrade.
What happens to these files if i uninstall 10g.
2. Is there an option where i can just pick the option to move the files, but only the system and SYS table space to new Oracle HOME ( 11g) , but leave all the user table spaces on its own mount points. An option where i can pick and choose what to move and what to leave them at its original location.
Thanks
Ram K

here is the output of the SQL statemenet.
select file_name, tablespace_name, status from dba_data_files order by tablespace_name, file_name;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/u10/app/ORACLE/oradata/dss/ABADMIN02.dbf ABADMIN AVAILABLE
/u10/app/ORACLE/oradata/dss/ABDMIN01.dbf ABADMIN AVAILABLE
/u10/app/ORACLE/oradata/dss/ABTEMP.dbf ABTEMP AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2003_ltd.dbf ACCOUNT_TOTALS_2003_LTD AVAILABLE
/u20/app/ORACLE/oradata/dss/account_totals_2003_qtr1.dbf ACCOUNT_TOTALS_2003_QTR1 AVAILABLE
/u30/app/ORACLE/oradata/dss/account_totals_2003_qtr2.dbf ACCOUNT_TOTALS_2003_QTR2 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2003_qtr3.dbf ACCOUNT_TOTALS_2003_QTR3 AVAILABLE
/u50/app/ORACLE/oradata/dss/account_totals_2003_qtr4.dbf ACCOUNT_TOTALS_2003_QTR4 AVAILABLE
/u50/app/ORACLE/oradata/dss/account_totals_2004_ltd.dbf ACCOUNT_TOTALS_2004_LTD AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2004_qtr1.dbf ACCOUNT_TOTALS_2004_QTR1 AVAILABLE
/u20/app/ORACLE/oradata/dss/account_totals_2004_qtr2.dbf ACCOUNT_TOTALS_2004_QTR2 AVAILABLE
/u30/app/ORACLE/oradata/dss/account_totals_2004_qtr3.dbf ACCOUNT_TOTALS_2004_QTR3 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2004_qtr4.dbf ACCOUNT_TOTALS_2004_QTR4 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2005_ltd.dbf ACCOUNT_TOTALS_2005_LTD AVAILABLE
/u50/app/ORACLE/oradata/dss/account_totals_2005_qtr1.dbf ACCOUNT_TOTALS_2005_QTR1 AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2005_qtr2.dbf ACCOUNT_TOTALS_2005_QTR2 AVAILABLE
/u20/app/ORACLE/oradata/dss/account_totals_2005_qtr3.dbf ACCOUNT_TOTALS_2005_QTR3 AVAILABLE
/u30/app/ORACLE/oradata/dss/account_totals_2005_qtr4.dbf ACCOUNT_TOTALS_2005_QTR4 AVAILABLE
/u30/app/ORACLE/oradata/dss/account_totals_2006_ltd.dbf ACCOUNT_TOTALS_2006_LTD AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2006_qtr1.dbf ACCOUNT_TOTALS_2006_QTR1 AVAILABLE
/u50/app/ORACLE/oradata/dss/account_totals_2006_qtr2.dbf ACCOUNT_TOTALS_2006_QTR2 AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2006_qtr3.dbf ACCOUNT_TOTALS_2006_QTR3 AVAILABLE
/u20/app/ORACLE/oradata/dss/account_totals_2006_qtr4.dbf ACCOUNT_TOTALS_2006_QTR4 AVAILABLE
/u30/app/ORACLE/oradata/dss/account_totals_2007_ltd.dbf ACCOUNT_TOTALS_2007_LTD AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2007_qtr1.dbf ACCOUNT_TOTALS_2007_QTR1 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2007_qtr2.dbf ACCOUNT_TOTALS_2007_QTR2 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_2007_qtr3.dbf ACCOUNT_TOTALS_2007_QTR3 AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_2007_qtr4.dbf ACCOUNT_TOTALS_2007_QTR4 AVAILABLE
/u110/app/ORACLE/oradata/dss/account_totals_2008_ltd.dbf ACCOUNT_TOTALS_2008_LTD AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2008_qtr1.dbf ACCOUNT_TOTALS_2008_QTR1 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2008_qtr2.dbf ACCOUNT_TOTALS_2008_QTR2 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_2008_qtr3.dbf ACCOUNT_TOTALS_2008_QTR3 AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_2008_qtr4.dbf ACCOUNT_TOTALS_2008_QTR4 AVAILABLE
/u110/app/ORACLE/oradata/dss/account_totals_2009_ltd.dbf ACCOUNT_TOTALS_2009_LTD AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2009_qtr1.dbf ACCOUNT_TOTALS_2009_QTR1 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2009_qtr2.dbf ACCOUNT_TOTALS_2009_QTR2 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_2009_qtr3.dbf ACCOUNT_TOTALS_2009_QTR3 AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_2009_qtr4.dbf ACCOUNT_TOTALS_2009_QTR4 AVAILABLE
/u110/app/ORACLE/oradata/dss/account_totals_2010_ltd.dbf ACCOUNT_TOTALS_2010_LTD AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2010_qtr1.dbf ACCOUNT_TOTALS_2010_QTR1 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2010_qtr2.dbf ACCOUNT_TOTALS_2010_QTR2 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_2010_qtr3.dbf ACCOUNT_TOTALS_2010_QTR3 AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_2010_qtr4.dbf ACCOUNT_TOTALS_2010_QTR4 AVAILABLE
/u80/app/ORACLE/oradata/dss/account_totals_2011_ltd.dbf ACCOUNT_TOTALS_2011_LTD AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_2011_qtr1.dbf ACCOUNT_TOTALS_2011_QTR1 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_2011_qtr2.dbf ACCOUNT_TOTALS_2011_QTR2 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_2011_qtr3.dbf ACCOUNT_TOTALS_2011_QTR3 AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_2011_qtr4.dbf ACCOUNT_TOTALS_2011_QTR4 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_idx_2008_ltd.dbf ACCOUNT_TOTALS_IDX_2008_LTD AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_idx_2008_qtr1.dbf ACCOUNT_TOTALS_IDX_2008_QTR1 AVAILABLE
/u110/app/ORACLE/oradata/dss/account_totals_idx_2008_qtr2.dbf ACCOUNT_TOTALS_IDX_2008_QTR2 AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_idx_2008_qtr3.dbf ACCOUNT_TOTALS_IDX_2008_QTR3 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_idx_2008_qtr4.dbf ACCOUNT_TOTALS_IDX_2008_QTR4 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_idx_2009_ltd.dbf ACCOUNT_TOTALS_IDX_2009_LTD AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_idx_2009_qtr1.dbf ACCOUNT_TOTALS_IDX_2009_QTR1 AVAILABLE
/u110/app/ORACLE/oradata/dss/account_totals_idx_2009_qtr2.dbf ACCOUNT_TOTALS_IDX_2009_QTR2 AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_idx_2009_qtr3.dbf ACCOUNT_TOTALS_IDX_2009_QTR3 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_idx_2009_qtr4.dbf ACCOUNT_TOTALS_IDX_2009_QTR4 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_idx_2010_ltd.dbf ACCOUNT_TOTALS_IDX_2010_LTD AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_idx_2010_qtr1.dbf ACCOUNT_TOTALS_IDX_2010_QTR1 AVAILABLE
/u110/app/ORACLE/oradata/dss/account_totals_idx_2010_qtr2.dbf ACCOUNT_TOTALS_IDX_2010_QTR2 AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_idx_2010_qtr3.dbf ACCOUNT_TOTALS_IDX_2010_QTR3 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_idx_2010_qtr4.dbf ACCOUNT_TOTALS_IDX_2010_QTR4 AVAILABLE
/u120/app/ORACLE/oradata/dss/account_totals_idx_2011_ltd.dbf ACCOUNT_TOTALS_IDX_2011_LTD AVAILABLE
/u100/app/ORACLE/oradata/dss/account_totals_idx_2011_qtr1.dbf ACCOUNT_TOTALS_IDX_2011_QTR1 AVAILABLE
/u30/app/ORACLE/oradata/dss/account_totals_idx_2011_qtr2.dbf ACCOUNT_TOTALS_IDX_2011_QTR2 AVAILABLE
/u70/app/ORACLE/oradata/dss/account_totals_idx_2011_qtr3.dbf ACCOUNT_TOTALS_IDX_2011_QTR3 AVAILABLE
/u50/app/ORACLE/oradata/dss/account_totals_idx_2011_qtr4.dbf ACCOUNT_TOTALS_IDX_2011_QTR4 AVAILABLE
/u20/app/ORACLE/oradata/dss/account_totals_qtrs_1.dbf ACCOUNT_TOTALS_QTRS_1 AVAILABLE
/u40/app/ORACLE/oradata/dss/account_totals_qtrs_2.dbf ACCOUNT_TOTALS_QTRS_2 AVAILABLE
/u50/app/ORACLE/oradata/dss/account_totals_qtrs_3.dbf ACCOUNT_TOTALS_QTRS_3 AVAILABLE
/u60/app/ORACLE/oradata/dss/account_totals_qtrs_4.dbf ACCOUNT_TOTALS_QTRS_4 AVAILABLE
/u40/app/ORACLE/oradata/dss/acct_totals_temp01.dbf ACCT_TOTALS_TEMP AVAILABLE
/u40/app/ORACLE/oradata/dss/acct_totals_temp02.dbf ACCT_TOTALS_TEMP AVAILABLE
/u40/app/ORACLE/oradata/dss/acct_totals_temp03.dbf ACCT_TOTALS_TEMP AVAILABLE
/u100/app/ORACLE/oradata/dss/ap_vendorb.dbf AP_VENDOR AVAILABLE
/u20/app/ORACLE/oradata/dss/ap_vendora.dbf AP_VENDOR AVAILABLE
/u70/app/ORACLE/oradata/dss/balance_records_F.dbf BALANCE_RECORDS_F AVAILABLE
/u80/app/ORACLE/oradata/dss/balance_records_P.dbf BALANCE_RECORDS_P AVAILABLE
/u90/app/ORACLE/oradata/dss/balance_records_U.dbf BALANCE_RECORDS_U AVAILABLE
/u10/app/ORACLE/oradata/dss/contacts.dbf CONTACTS AVAILABLE
/u100/app/ORACLE/oradata/dss/dim01b.dbf DIM01 AVAILABLE
/u110/app/ORACLE/oradata/dss/dim01c.dbf DIM01 AVAILABLE
/u120/app/ORACLE/oradata/dss/dim01d.dbf DIM01 AVAILABLE
/u90/app/ORACLE/oradata/dss/dim01a.dbf DIM01 AVAILABLE
/u110/app/ORACLE/oradata/dss/dim_idx01d.dbf DIM_IDX01 AVAILABLE
/u70/app/ORACLE/oradata/dss/dim_idx01a.dbf DIM_IDX01 AVAILABLE
/u80/app/ORACLE/oradata/dss/dim_idx01b.dbf DIM_IDX01 AVAILABLE
/u90/app/ORACLE/oradata/dss/dim_idx01c.dbf DIM_IDX01 AVAILABLE
/u20/app/ORACLE/oradata/dss/dsstbs02.dbf DSSTBS AVAILABLE
/u80/app/ORACLE/oradata/dss/dsstbs03.dbf DSSTBS AVAILABLE
/u90/app/ORACLE/oradata/dss/dsstbs01.dbf DSSTBS AVAILABLE
/u30/app/ORACLE/oradata/dss/dss_reports01.dbf DSS_REPORTS AVAILABLE
/u40/app/ORACLE/oradata/dss/dss_reports02.dbf DSS_REPORTS AVAILABLE
/u50/app/ORACLE/oradata/dss/dss_reports03.dbf DSS_REPORTS AVAILABLE
/u60/app/ORACLE/oradata/dss/dss_reports04.dbf DSS_REPORTS AVAILABLE
/u10/app/ORACLE/oradata/dss/informatica.dbf INFORMATICA AVAILABLE
/u10/app/ORACLE/oradata/dss/INFORMATICA714.dbf INFORMATICA714 AVAILABLE
/u10/app/ORACLE/oradata/dss/INFORMATICA714B.dbf INFORMATICA714B AVAILABLE
/u10/app/ORACLE/oradata/dss/INFOTEST.dbf INFOTEST AVAILABLE
/u100/app/ORACLE/oradata/dss/mvgovidx01.dbf MV_GOV_IDX AVAILABLE
/u110/app/ORACLE/oradata/dss/mvgovidx01.dbf MV_GOV_IDX AVAILABLE
/u120/app/ORACLE/oradata/dss/mvgovidx01.dbf MV_GOV_IDX AVAILABLE
/u90/app/ORACLE/oradata/dss/mvgovidx01.dbf MV_GOV_IDX AVAILABLE
/u10/app/ORACLE/oradata/dss/SQL_MIGRATION01.dbf SQL_MIGRATION AVAILABLE
/u10/app/ORACLE/oradata/dss/sysaux01.dbf SYSAUX AVAILABLE
/u10/app/ORACLE/oradata/dss/system01.dbf SYSTEM AVAILABLE
/u30/app/ORACLE/oradata/dss/TRIAL_BAL_IDX.dbf TRIAL_BAL_IDX AVAILABLE
/u120/app/ORACLE/oradata/dss/undotbs01c.dbf UNDOTBS01 AVAILABLE
/u50/app/ORACLE/oradata/dss/undotbs01a.dbf UNDOTBS01 AVAILABLE
/u70/app/ORACLE/oradata/dss/undotbs01d.dbf UNDOTBS01 AVAILABLE
/u80/app/ORACLE/oradata/dss/undotbs01b.dbf UNDOTBS01 AVAILABLE
/u40/app/ORACLE/oradata/dss/undotbs02.dbf UNDOTBS02 AVAILABLE
/u10/app/ORACLE/oradata/dss/users01.dbf USERS AVAILABLE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
As far as 2nd the question, NO. There are no DATAFILES in the ORACLE_HOME directory of the 10g VErsion.
Thank you for your quick response Srini.
Ram K

Similar Messages

  • After Oracle Upgrade to 11G - Not able to open shopping carts in SRM system

    Dear Friends,
    We have upgraded the Oracle to 11G on our SRM development
    system.
    Now we have an issue with opening the shopping carts from below url.
    http://ussapdjs00.corpnet2.com:8001/sap/bc/gui/sap/its/bbp_mon_sc?sap-
    client=600
    But we could able to open the shopping carts from SRM(JED) system
    through SAPGUI.
    When we try to open the shopping carts from the URL, it is througing
    ABAP dumps as below after taking long time.
    28.09.2010 14:15:45 ussapdjs00 SYM98632 600
    C SYSTEM_CORE_DUMPED
    ShrtText
        Process terminated by signal 11.
    With this issue, we could not able to release the system to users for
    operations.
    Can some one please help me on this with some solutions.
    Thanks in advance,
    Regards,
    Srinivas

    Dear Friends,
    We have applied latest kernel as below.
    SAP R/3 Kernel information
    SAP R/3 Kernel              640_EX2
    Database Client Library     OCI_102
    created in                  AIX 2 5 00029F1AD300
    created on                  Sep 26 2010 20:38:32
    Support Level               0
    Kernel Patch number         348
    Source ID                   0.348
    DBSL Patch No.              335
    ICU Version                 2.6.1 Unicode Version 4.0
    libsapu16 Version           1.0025  Sep 24 2010 20:08:26
    Now issue is resolved... Thanks one and all for your help.
    Regards,
    Srinivas

  • 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)

  • No soa_server1 ???? Oracle SOA Suite 11g config issue on WIN 7 64 bit

    Hello guys.
    Happy new year. Here is the first Oracle SOA Suite 11g issue I met in this new decade:
    While I tried to install Oracle SOA Suite 11g on my new win 7 home Premium, after all installation done, I found there was no "soa_server1" under new created domain(path C:\Oracle\Middleware\user_projects\domains\base_domain\servers) with just Admin server only - i have done similar install/config on win vista 32bit before everything was fine. I found following lines in the log(C:\Oracle\Middleware\logs\wlsconfig_20110102233019.log):
    2011-01-02 23:31:52,986 INFO [Thread-14] com.oracle.cie.domain.script.ScriptExecutor - warn: set obj26 attribute Targets to "AdminServer"
    2011-01-02 23:31:52,986 WARN [Thread-14] com.oracle.cie.domain.script.ScriptExecutor - warn: set obj26 attribute Targets to "AdminServer"
    com.oracle.cie.domain.script.ScriptException: Unable to find attribute Targets
         at com.oracle.cie.domain.script.ScriptExecutor.setAttrValue(ScriptExecutor.java:3589)
         at com.oracle.cie.domain.script.ScriptExecutor.setValue(ScriptExecutor.java:1331)
         at com.oracle.cie.domain.script.jython.ScriptInvocationHandler.set(ScriptInvocationHandler.java:210)
         at com.oracle.cie.domain.script.jython.ScriptInvocationHandler.invoke(ScriptInvocationHandler.java:103)
         at $Proxy12.setTargets(Unknown Source)
         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.oracle.cie.domain.script.jython.WLScriptContext.set(WLScriptContext.java:1298)
         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.python.core.PyReflectedFunction.__call__(Unknown Source)
         at org.python.core.PyMethod.__call__(Unknown Source)
         at org.python.core.PyObject.__call__(Unknown Source)
         at org.python.core.PyInstance.invoke(Unknown Source)
         at org.python.pycode._pyx61.set$5(<iostream>:45)
         at org.python.pycode._pyx61.call_function(<iostream>)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyFunction.__call__(Unknown Source)
         at wls_webservice_fixup_utils$py.verifyWseeWorkManager$11(C:\Oracle\Middleware\user_projects\domains\domain2\wls_webservice_fixup_utils.py:359)
         at wls_webservice_fixup_utils$py.call_function(C:\Oracle\Middleware\user_projects\domains\domain2\wls_webservice_fixup_utils.py)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyFunction.__call__(Unknown Source)
         at wls_webservice_fixup_utils$py.doWseeFixup$1(C:\Oracle\Middleware\user_projects\domains\domain2\wls_webservice_fixup_utils.py:18)
         at wls_webservice_fixup_utils$py.call_function(C:\Oracle\Middleware\user_projects\domains\domain2\wls_webservice_fixup_utils.py)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyFunction.__call__(Unknown Source)
         at org.python.core.PyObject.invoke(Unknown Source)
         at org.python.pycode._pyx64.f$0(<iostream>:11)
         at org.python.pycode._pyx64.call_function(<iostream>)
         at org.python.core.PyTableCode.call(Unknown Source)
         at org.python.core.PyCode.call(Unknown Source)
         at org.python.core.Py.runCode(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at org.python.util.PythonInterpreter.execfile(Unknown Source)
         at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1571)
         at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1322)
         at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1305)
         at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:143)
         at com.oracle.cie.domain.DomainGenerator.generate(DomainGenerator.java:269)
         at com.oracle.cie.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:216)
    2011-01-02 23:31:52,986 INFO [Thread-14] com.oracle.cie.domain.script.ScriptExecutor - set obj26 attribute Target to "AdminServer"
    2011-01-02 23:31:53,002 INFO [Thread-14] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj26 attribute Target to "AdminServer"
    2011-01-02 23:31:53,002 WARN [Thread-14] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Name on type:class com.oracle.cie.domain.xml.configxb.weblogic.x90.impl.WeblogicJmsTypeImpl
    2011-01-02 23:31:53,345 WARN [Thread-14] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:CredentialEncrypted on type:class com.oracle.cie.domain.xml.configxb.impl.DefaultAuthenticatorTypeImpl
    2011-01-02 23:31:53,345 WARN [Thread-14] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:CredentialEncrypted on type:class com.oracle.cie.domain.xml.configxb.impl.DefaultIdentityAsserterTypeImpl
    Dose anyone have some suggestions for solving this? Thanks first.............
    Cliff

    Can you cross check your steps again against the steps mentioned here -
    http://anuj-dwivedi.blogspot.com/2010/10/installing-oracle-soa-and-bpm-111130.html
    Regards,
    Anuj

  • Oracle Database upgrade to 11G (Host_Command Issues)

    Sorry I'm posting this again. Original post in Database - Upgrade. I'm not getting a lot of clicks in that category
    We recently upgraded to Oracle 11g (Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production). Our PL/SQL release: (PL/SQL Release 11.2.0.2.0 - Production). We use a lot of host commands inside our PL/SQL stored procedures. One of these included fetching data from an external server and pushing the data into Oracle Tables.
    Most of this process is running fine, except the execution never completes. There is no issue data wise. It's just that the Host_command doesn't receive the completion status and seems to be running even though there's nothing going on in the background.
    The Oracle e-business suite's concurrent program based on this stored proc also never completes, though it doesn't do anything in the background. For testing purpose, our DBA used 2 insert statements one before and one after the host_command. The insert before the host_command worked but not the one after. Please help! This is happening after we upgraded to 11g 3 weeks ago!
    Thanks, Naveen Gagadam.

    Pl do not post duplicates - Upgrade to 11g, Host Command Inside Stored Proc doesn't end.
    I have moved your duplicate post to the EBS forums
    Srini

  • Oracle 10g to 11g Upgrade - Oracle Clusterware problem

    Oracle10g RAC (2 Nodes) RHEL 4 64bit
    Hi All,
    I have began the procedure for upgrading Oracle Clusterware to 11g. However, during the install OUI was giving me certain error messages like it couldn't transfer the OUI installlogs to node 2. Well, I kept pushing through the install and after I ran the last rootupgrade script on node 2 it gave me the following error:
    Checking the existence of nodeapps on this node
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Creating '/crs/home/install/paramfile.crs' with data used for CRS configuration
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Setting CRS configuration values in /crs/home/install/paramfile.crs
    So I ignored the error for the time being and after that I checked the status of crs and it gave me the following:
    [oracle@vtl-rac2 crsd]$ crsstatus
    HA Resource Target State
    ora.VMRACDEV.VMRACDEV1.inst ONLINE ONLINE on vtl-rac1
    ora.VMRACDEV.VMRACDEV2.inst ONLINE ONLINE on vtl-rac2
    ora.VMRACDEV.db ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ASM1.asm ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.LISTENER_VTL-RAC1.lsnr ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.gsd ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ons ONLINE OFFLINE
    ora.vtl-rac1.vip ONLINE ONLINE on vtl-rac1
    ora.vtl-rac2.ASM2.asm ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.LISTENER_VTL-RAC2.lsnr ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.gsd ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.ons ONLINE OFFLINE
    ora.vtl-rac2.vip ONLINE ONLINE on vtl-rac2
    So i tried to bring it back up by doing a crs_stop -all and crs_start -all and it gave me the following error:
    vtl-rac1 : CRS-1019: Resource ora.vtl-rac2.ons (application) cannot run on vtl-rac1
    Start of `ora.vtl-rac1.ons` on member `vtl-rac1` failed.
    vtl-rac2 : CRS-1019: Resource ora.vtl-rac1.ons (application) cannot run on vtl-rac2
    CRS-0223: Resource 'ora.VMRACDEV.db' has placement error.
    CRS-0215: Could not start resource 'ora.vtl-rac1.ons'.
    CRS-0215: Could not start resource 'ora.vtl-rac2.ons'.
    I am thinking that all of this is caused by the various issues I had with the install. If I am incorrect, then please let me know. If it is true, I would like to know if there are any 11g docs on how to clean up a failed clusterware upgrade. Any advice would be greatly appreciated on any of the situations I am having.
    Thank you

    Hi Chandra,
    Did CVU report any problems before the upgrade?No, there were no errors reported by CVU before the upgrade.
    I don't there is note out there for cleaning 11g CRS
    install...and I think can very use the 10g CRS note -
    239998.1.Yeah I might have to go that way.
    I have both the 11g CRS install and upgrade from 10g
    to 11CRS at
    http://chandradba.blogspot.com/2007/08/oracle-11g-rac-
    install-on-red-hat-50.html
    and
    http://chandradba.blogspot.com/2008/02/oracle-10g-crs-
    upgrade-to-11g-crs.html
    see if it helps.Yup, your guide is very simple, clear and error proof :) That's how mine when pretty much except right around 75% I started getting these strange errors of files not being able to be transferred to node 2. Anyways, it shouldn't be a problem as none of those errors were configuration related...or else I would have a messed up cluster.
    Well, I actually rebooted both machines and now the whole CRS stack is up!! So I guess I am ok. We'll just have to wait and see.
    Thanks for your help Chandra...I always appreciate it.

  • ODI 10g (10.1.3.4) upgrade to 11g (11.1.1.6) issue

    Hi folks,
    While running the Upgrade Assistance on my cloned repositories I've got the following error in the log:
    oracle.odi.setup.RepositorySetupException: java.lang.RuntimeException: Error while executing drop table SNP_KEY     
         at oracle.odi.setup.support.WorkRepositorySetupImpl$3.doAction(WorkRepositorySetupImpl.java:481)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:186)
         at oracle.odi.core.persistence.dwgobject.TransactionalDwgObjectTemplate.execute(TransactionalDwgObjectTemplate.java:39)
         at oracle.odi.setup.support.WorkRepositorySetupImpl.upgradeWorkRepository(WorkRepositorySetupImpl.java:382)
         at oracle.odi.setup.support.WorkRepositorySetupImpl.upgradeWorkRepository(WorkRepositorySetupImpl.java:153)
         at oracle.odi.setup.RepositoryUpgradeServiceImpl.upgradeWork(RepositoryUpgradeServiceImpl.java:57)
         at oracle.odi.setup.RepositoryUpgradeServiceImpl.upgradeRepositories(RepositoryUpgradeServiceImpl.java:136)
         at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:462)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3576)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2357)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1621)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)
    Caused by: java.lang.RuntimeException: Error while executing drop table SNP_KEY     
         at com.sunopsis.dwg.xml.DwgXmlSession.execute(DwgXmlSession.java:92)
         at com.sunopsis.repository.manager.DDLSessionExecutor.executeDDL(DDLSessionExecutor.java:97)
         at com.sunopsis.repository.manager.oldupgrade.Pre04_03_03_02Upgrader.executeXmlAbsoluteFile(Pre04_03_03_02Upgrader.java:232)
         at com.sunopsis.repository.manager.oldupgrade.Pre04_03_03_02Upgrader.workUpgradePre04_03_03_02(Pre04_03_03_02Upgrader.java:333)
         at com.sunopsis.repository.manager.RepositoryManager.workRepositoryPatch(RepositoryManager.java:4743)
         at oracle.odi.setup.support.WorkRepositorySetupImpl$3.doAction(WorkRepositorySetupImpl.java:466)
         ... 11 more
    The error occures while upgrading the Work repository. Mster Repository upgrade passed without issues.
    Can this be related to the fact that I skipped some ODI releases - 10.1.3.5 or 11.1.1.5 ???
    Please advise ...

    Thanks for the confirmation.
    We also have lot of business rules on 10.1.3.4.
    In 10g we have a separate application called rules author to create/manage rules and which in tern save them to rules repository.These rules are not part of BPEL processes
    but in 11g we have rules dictionary which will take all defined rules and is part of composite.
    During upgrade process,How can 10g rules from rules repo come to dictionary in 11g?
    Is this step automated or we need to manually export them from 10g rules rep and import them into 11g ?
    Waht is the process
    Thanks,
    Praveen

  • Oracle Upgrade from 10g to 11g [BRANCHED BY MODERATOR]

    Hi Deepak/Folks,
    Another question that I have is that while doing the Oracle Upgrade on an EP server, the patches were not installed properly and I had to shut down the Patches installation after it did not do anything for a while.
    Now when I try to install the patches it fails telling me that the Installed patches cannot be verified, I had written to SAP and they told me to follow the
    SAP note 1862446 - Inventory
    load failed... OPatch cannot load inventory for the given Oracle Home
    and re-create the oracle  inventory.
    This has also not helped in anyway.
    Is there a solution to this problem.
    Following is the error that I am getting when I try to Install the patches
    Getting pre-run patch inventory...
    Getting pre-run patch inventory...failed.
    Cannot get pre-run patch inventory.
    Refer to log file
      $ORACLE_HOME/cfgtoollogs/mopatch/mopatch-2014_08_06-14-52-51.log
    when I open the log file specified here I get the following
    more mopatch-2014_08_06-14-52-51.log
    more /oracle/<SID>/11203/cfgtoollogs/mopatch/mopatch-2014_08_06-15-01-51.log
    MOPatch - Install Multiple Oracle Patches in One Run - 2.1.15.
    Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
    Version:       2.1.15
    Revision:      5.1.2.26
    Command-line:  /oracle/<SID>/11203/MOPatch/mopatch.sh -v -s SAP11203P_1312-20009978.zip
    Oracle Home:   /oracle/<SID>/11203
    RDBMS version: 11.2.0.3.0
    OPatch version:11.2.0.3.3
    Clean-up:      supported
    PSUs:          supported
    Log file:      $ORACLE_HOME/cfgtoollogs/mopatch/mopatch-2014_08_06-15-01-51.log
    Patch base:    .
    Patch source:  SAP11203P_1312-20009978.zip
    Link script:   ./link.mts<SID>ua.sh
    Readmes:       <none>
    Strpd. Readmes:<none>
    make utility:  /usr/ccs/bin/make
    unzip utility: /oracle/<SID>/11203/bin/unzip
    User name:     ora<SID>
    Working dir:   /oracle/stage
    System:        HP-UX mts<SID>ua B.11.31 U ia64 2468369872 unlimited-user license
    Disk free:     11734549 KBytes on /oracle/<SID>
    Disk required: 886496 KBytes on /oracle/<SID>
    Getting pre-run patch inventory...
    executing: "/oracle/<SID>/11203/OPatch/opatch" lsinventory -retry 0 -xml "./mopatch-187-21696-tmpdir/preinv.xml"
    ========================================================
    GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
    ========================================================
    Oracle Interim Patch Installer version 11.2.0.3.3
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : /oracle/<SID>/11203
    Central Inventory : /oracle/<SID>/oraInventory
       from           : /oracle/<SID>/11203/oraInst.loc
    OPatch version    : 11.2.0.3.3
    OUI version       : 11.2.0.3.0
    Log file location : /oracle/<SID>/11203/cfgtoollogs/opatch/opatch2014-08-06_15-01-56PM_1.log
    List of Homes on this system:
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    Possible causes are:
       Oracle Home dir. path does not exist in Central Inventory
       Oracle Home is a symbolic link
       Oracle Home inventory is corrupted
    LsInventorySession failed: OracleHomeInventory gets null oracleHomeInfo
    OPatch failed with error code 73
    Getting pre-run patch inventory...failed.
    Cannot get pre-run patch inventory.  Exiting.
    I would appreciate if you folks can help me out on this
    Thanks
    APS

    FOLLOW UP QUESTION BRANCHED:
    Oracle Upgrade from 10g to 11g [BRANCHED BY MODERATOR]

  • Oracle Upgrade 10.2.0.2 to 11g

    Hello,
    We have planed to upgrade the database Oracle from 10.2.0.2 to 11g.
    We are wondering wether there is a risk to upgrade directely to 11g from our current version.
    Also, what are the important points to observe and what are the tests to do in SAP before upgrading ?
    Many thanks in advance
    Regards
    Ben

    Just follow the Oracle upgrade guides at
    http://service.sap.com/instguides
    --> Database Upgrades
    --> Oracle
    - read all the notes mentioned in the guide
    - make sure you use a proper kernel and a proper instantclient
    - make sure you apply not only the upgrade itself but also all PSU patches
    - take a full backup of the system
    I suggest to first upgrade a test and/or qa system and then do the production.
    Markus

  • Oracle upgrade exam from oracle 9i to oracle 11g

    Hi,
    I want to give oracle upgrade exam from oracle 9i to oracle 11g release2.
    But i do not have material for preparation of this exam. Oracle Database 11g: New Features for 9i OCPs", also known as 1z0-055 exam.
    Please any one give me PPT or PDF or link from where i can get it? . which can help me to read for exam.
    Thanks in advance.
    Edited by: user647572 on Dec 26, 2011 5:10 AM

    user647572 wrote:
    Hi,
    I want to give oracle upgrade exam from oracle 9i to oracle 11g release2.
    But i do not have material for preparation of this exam. Oracle Database 11g: New Features for 9i OCPs", also known as 1z0-055 exam.
    Please any one give me PPT or PDF or link from where i can get it? . which can help me to read for exam.
    Thanks in advance.
    Edited by: user647572 on Dec 26, 2011 5:10 AMI dispair when an Oracle Certified Professional says he does not have 'preapartion material' and asks for a PDF link.
    .... The most likely response is from someone training to sell unauthorised learning materials.
    ..... The OCP should understand the exams topics and online manuals for 11g should be sufficient. Oracle Press Books and Sybex Books for 11g DBA OCP should also cover number of the required topics if that helps. Not to mention Oracle University Training.
    ...... But an OCP asking for a 'PDF' or 'PPT' for the 1z0-055 exam ??????? .... what form of content are you thinking?

  • Now Live - "Oracle Certification Database 11g OCM (Upgrade)" Exam

    The "Oracle Certification Database 11g OCM (Upgrade)" Exam is now LIVE! http://bit.ly/961oTi

    mediaguy wrote:
    The "Oracle Certification Database 11g OCM (Upgrade)" Exam is now LIVE! http://bit.ly/961oTi
    Good news.

  • A lot of problems with Oracle BI SEE 11g

    I have a lot of problems with Oracle BI SEE 11g
    1. I upgraded my BI SEE 10 repository and can it openning in offline mode.
    2. I can't deploy my upgraded repository in EM MW Control 11g - when i try to open Farm_bifoundation_domain->Business Intelligence->coreapplication, i get error "Stream closed
    For more information, please see the server's error log for an entry beggining with: Server Exception during PPR, #41".
    Opening Logs by EM control doesn't work too.
    in file middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log i see this event:
    <Error> <HTTP> <oratest.itera.ru> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <b639ac3e56e9a463:bd6fa7f:12ac7271e09:-8000-00000000000009e8> <1283408423378> <BEA-101019> <[ServletContext@329875093[app:em module:/em path:/em spec-version:2.5]] Servlet failed with IOException
    java.io.IOException: Stream closed
    Have you any ideas?
    3. Ok, i taking sample repository and adding a new datasource in it:
    Database: Oracle 8i
    Connection pool:
    Call interface OCI 8i/9i
    Data source name:
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (Host = oraapp) (Port = 1521) ) ) (CONNECT_DATA = (SID = MYSID) ) )
    This settings are working fine in BI 10.
    In BI 11g i get this funny error: "The connection has failed". I lost my time in attempts to connect to Oracle DB 8, but have not results. After that i hacked button "Query DBMS" at "Features" tab, pressed it and when get error "ORA-03134: Connections to this server version are no longer supported.".
    Therefore Oracle 8 DB as datasource not supported. Am i right?
    4. In sample repository i added oracle DB 10 as datasource, then added two dual tables and their connection to all layers.
    Now i open BI Answers, and trying to create report with one dummy column, Now i have this error:
    Error
         View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 42016] Check database specific features table. Must be able to push at least a single table reference to a remote database (HY000)
    SQL Issued: SELECT s_0, s_1 FROM ( SELECT 0 s_0, "ORA10G"."dual"."dummy" s_1 FROM "ORA10G" ) djm
    Database features are defaults.
    Does anyone solve this problem?

    Turribeach, Thanks for you time.
    1. It was not a question
    3. Yes, i have read platforms, but not supported datasources. Now i see, that BI 11g support as datasource Oracle DB 9.2.0.7 or higher. I am sorry.
    4. I'm using OCI connection type
    Now i recreate Database in Physical schema and answers is showing report data for me! But only from one table, when i use columns from to tables from one datasource, i geting error:
    Error View Display Error Odbc driver returned an error (SQLExecDirectW). Error Details Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 46008] Internal error: File server/Utility/Server/DataType/SUKeyCompare.cpp, line 875. (HY000) SQL Issued: SELECT s_0, s_1, s_2 FROM ( SELECT 0 s_0, "Ora10g"."hierarchy_obj_cust_v"."sort_order" s_1, "Ora10g"."NSI_SCHEMA"."SCHEMA_NAME" s_2 FROM "Ora10g" ) djm
    Edited by: serzzzh on 03.09.2010 3:44

  • Oracle Upgrade --  Pre-Upgrade 10.2.0.4 to 11.2.0.1

    Hello,
    I want to do an Oracle Upgrade to version 11.2g!
    At this point I did some things (in Windows Server 2003 X64):
    1-) Install Oracle 10.2.0.1 (DVD Media);
    2-) Installation of Oracle patchset 10.2.0.4 (note 871735);
    3-) Installation of interim / last generics patch (note 1137346);
    4-) Installation of SAP ECC 6.0 SR3 by SAPInst
    5-) After SAP installation I did all the corrections in Oracle parameters as it mentioned in note 830576.
    As you see above, all the SAP system was well installed!
    But now I want to do the Oracle Upgrade process to the last version, Oracle DB 11.2g  (11.2.0.1)... and so I´m following the Upgrade guide "Upgrade to Oracle Database 11g Release 2 (11.2) Windows.pdf" with some SAP notes for Upgrade process.
    So I´m at this point in planning chapter where is recommended to check so things in actual database, one of this checks are running some SQL-scripts to perform an Oracle database upgrade with DBUA to release 11.2 (as mentioned in note 1431793 - Oracle 11.2.0: Upgrade Scripts)
    I ran two Pre-Scripts, the @pre_upgrade_status.sql and @pre_upgrade_tasks.sql but both outputs showed some warnings and they are worrying me... so what I ask to you is some kind of help in analyse of them and tell me if this issues are relevant for the upgrading process and if so, what you recommend me to do to correct their!
    Next I will post here this two log scripts... they are long!!!

    PRE_UPGRADE_TASKS.log:
    SQL> @pre_upgrade_tasks.sql
    PRE-UPGRADE Tasks: === START ===
    2010-08-05 18:24:13                                                                               
    Recompiling invalid objects
    This reduces the number of invalid objects as much as possible.
    COMP_TIMESTAMP UTLRP_BGN  2010-08-05 18:24:13                                                      
    DOC>   The following PL/SQL block invokes UTL_RECOMP to recompile invalid
    DOC>   objects in the database. Recompilation time is proportional to the
    DOC>   number of invalid objects in the database, so this command may take
    DOC>   a long time to execute on a database with a large number of invalid
    DOC>   objects.
    DOC>
    DOC>   Use the following queries to track recompilation progress:
    DOC>
    DOC>   1. Query returning the number of invalid objects remaining. This
    DOC>       number should decrease with time.
    DOC>          SELECT COUNT(*) FROM obj$ WHERE status IN (4, 5, 6);
    DOC>
    DOC>   2. Query returning the number of objects compiled so far. This number
    DOC>       should increase with time.
    DOC>          SELECT COUNT(*) FROM UTL_RECOMP_COMPILED;
    DOC>
    DOC>   This script automatically chooses serial or parallel recompilation
    DOC>   based on the number of CPUs available (parameter cpu_count) multiplied
    DOC>   by the number of threads per CPU (parameter parallel_threads_per_cpu).
    DOC>   On RAC, this number is added across all RAC nodes.
    DOC>
    DOC>   UTL_RECOMP uses DBMS_SCHEDULER to create jobs for parallel
    DOC>   recompilation. Jobs are created without instance affinity so that they
    DOC>   can migrate across RAC nodes. Use the following queries to verify
    DOC>   whether UTL_RECOMP jobs are being created and run correctly:
    DOC>
    DOC>   1. Query showing jobs created by UTL_RECOMP
    DOC>          SELECT job_name FROM dba_scheduler_jobs
    DOC>          WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>
    DOC>   2. Query showing UTL_RECOMP jobs that are running
    DOC>          SELECT job_name FROM dba_scheduler_running_jobs
    DOC>          WHERE job_name like 'UTL_RECOMP_SLAVE_%';
    DOC>#
    COMP_TIMESTAMP UTLRP_END  2010-08-05 18:24:15                                                      
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
                      0                                                                               
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
                              0                                                                        
    Purging Recyclebin
    This reduces the time needed for upgrading the database.
    Truncating SYS.AUD$
    This reduces the time needed for upgrading the database.
    Gathering Oracle Dictionary Statistics
    This reduces the time needed for upgrading the database.
    Running Pre-Upgrade-Information Tool utlu112i.sql
    This is a mandatory task for manual database upgrades.
    This tool is also run in pre_upgrade_status.sql.
    Oracle Database 11.2 Pre-Upgrade Information Tool 08-05-2010 18:24:45                              
    Script Version: 11.2.0.1.0 Build: 003                                                              
    Database:                                                                               
    --> name:          PRD                                                                             
    --> version:       10.2.0.4.0                                                                      
    --> compatible:    10.2.0                                                                          
    --> blocksize:     8192                                                                            
    --> platform:      Microsoft Windows x86 64-bit                                                    
    --> timezone file: V4                                                                               
    Tablespaces: [make adjustments in the current environment]                                         
    --> SYSTEM tablespace is adequate for the upgrade.                                                 
    .... minimum required size: 905 MB                                                                 
    --> PSAPUNDO tablespace is adequate for the upgrade.                                               
    .... minimum required size: 84 MB                                                                  
    --> SYSAUX tablespace is adequate for the upgrade.                                                 
    .... minimum required size: 210 MB                                                                 
    --> PSAPTEMP tablespace is adequate for the upgrade.                                               
    .... minimum required size: 61 MB                                                                  
    Flashback: OFF                                                                               
    Update Parameters: [Update Oracle Database 11.2 init.ora or spfile]                                
    Note: Pre-upgrade tool was run on a lower version 64-bit database.                                 
    --> If Target Oracle is 32-Bit, refer here for Update Parameters:                                  
    -- No update parameter changes are required.                                                       
    --> If Target Oracle is 64-Bit, refer here for Update Parameters:                                  
    WARNING: --> "shared_pool_size" needs to be increased to at least 472 MB                           
    Renamed Parameters: [Update Oracle Database 11.2 init.ora or spfile]                               
    -- No renamed parameters found. No changes are required.                                           
    Obsolete/Deprecated Parameters: [Update Oracle Database 11.2 init.ora or spfile]                   
    --> remote_os_authent            11.1       DEPRECATED                                             
    --> background_dump_dest         11.1       DEPRECATED   replaced by  "diagnostic_dest"            
    --> user_dump_dest               11.1       DEPRECATED   replaced by  "diagnostic_dest"            
    Components: [The following database components will be upgraded or installed]                      
    --> Oracle Catalog Views         [upgrade]  VALID                                                  
    --> Oracle Packages and Types    [upgrade]  VALID                                                  
    Miscellaneous Warnings                                                                             
    WARNING: --> Database is using a timezone file older than version 11.                              
    .... After the release migration, it is recommended that DBMS_DST package                          
    .... be used to upgrade the 10.2.0.4.0 database timezone version                                   
    .... to the latest version which comes with the new release.                                       
    Recommendations                                                                               
    Oracle recommends gathering dictionary statistics prior to                                         
    upgrading the database.                                                                            
    To gather dictionary statistics execute the following command                                      
    while connected as SYSDBA:                                                                               
    EXECUTE dbms_stats.gather_dictionary_stats;                                                                               
    Oracle recommends removing all hidden parameters prior to upgrading.                                                                               
    To view existing hidden parameters execute the following command                                   
    while connected AS SYSDBA:                                                                               
    SELECT name,description from SYS.V$PARAMETER WHERE name                                        
            LIKE '\_%' ESCAPE '\'                                                                               
    Changes will need to be made in the init.ora or spfile.                                                                               
    Oracle recommends reviewing any defined events prior to upgrading.                                                                               
    To view existing non-default events execute the following commands                                 
    while connected AS SYSDBA:                                                                         
      Events:                                                                               
    SELECT (translate(value,chr(13)||chr(10),' ')) FROM sys.v$parameter2                           
          WHERE  UPPER(name) ='EVENT' AND  isdefault='FALSE'                                                                               
    Trace Events:                                                                               
    SELECT (translate(value,chr(13)||chr(10),' ')) from sys.v$parameter2                           
          WHERE UPPER(name) = '_TRACE_EVENTS' AND isdefault='FALSE'                                                                               
    Changes will need to be made in the init.ora or spfile.                                                                               
    PRE-UPGRADE Tasks: === FINISHED ===
    SQL> spool off

  • How to migrate Spatial SDE from 9.3 to 10 and Oracle 10g to 11g

    Hi,
    I would like ti post a question to ask a help.
    We have a task of migrating from Oracle 10g to 11g and at the same time from ArcGis 9.3 to version 10; SDE to SDO but no experience in this type of work.
    We are looking for any information that may help us understand what is the best strategy to complete the activity.
    Any help is very appreciated.
    Thanks in advance.

    Hello unnamed user8111502,
    In general you want to post your ArcSDE question to the ESRI forums at
    http://forums.arcgis.com/forums/32-Geodatabase-amp-ArcSDE
    But if you want some advice then I would suggest doing the Oracle upgrade first and the SDE upgrade second - for no other reason than this is what I did and had no problems.
    Upgrading Oracle from 10g to 11g is pretty straightforward, there is nothing "special" you need to do as regards your SDE middleware. Just do the 11g upgrade and then upgrade SDE to the 9.3.1 11g version (again not a big deal).
    You did not mention the storage type you are using. If you are using SDO_GEOMETRY, then one thing I did notice is the 11g upgrade process will drop and rebuild all your spatial indexes so if you have an huge amount of SDO spatial data on an underpowered machine then your upgrade person should bring a book along as it can take some time.
    Upgrading SDE from 9.3.1 to 10 is similarly pretty straightforward. ESRI has made extensive changes to their SDE schema data model but their underlying storage types and indexes and such have not changed. So there is no change to the data itself that I know of. The important thing is that all the ESRI users of your database need to upgrade to version 10 as well. Anyone still on a 9.3 client - this includes desktop users and servers (AGS, IMS) will no longer be able to use the database after the upgrade. As version 10 is backwards compatible with 9.3 it would make sense to have all your clients upgrade to 10 first (and troubleshoot any issues with this) and then do SDE last.
    Cheers and good luck,
    Paul

  • Problem with statement after upgrading to 11g

    Hello,
    We recently upgraded to 11g from 9i and one of our statements we routinely use no longer works. The statement is:
    delete from ALLEMPLOYEES x where exists( (select * from ALLEMPLOYEES where email_id=x.email_id) minus (select * from X_ALLEMPLOYEES where email_id=x.email_id));
    This statement deletes no rows from the ALLEMPLOYEES table. When we run this statement as a check:
    (select * from ALLEMPLOYEES) MINUS (select * from X_ALLEMPLOYEES);
    We find many rows produced. Why would the delete fail now? We have colleagues still using 9i and use this same delete statement and it works for them with no trouble.

    Do you have proper indexes?
    SQL> select  *
      2    from  v$version
      3  /
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> create table emp1 as select * from emp where deptno != 30
      2  /
    Table created.
    SQL> create index emp1_idx_comm on emp1(comm)
      2  /
    Index created.
    SQL> create index emp_idx_comm on emp(comm)
      2  /
    Index created.
    SQL> explain plan for
      2  delete emp e
      3    where exists(
      4                  select  *
      5                    from  emp
      6                    where comm = e.comm
      7                 minus
      8                  select  *
      9                    from  emp1
    10                    where comm = e.comm
    11                )
    12  /
    Explained.
    SQL> @?\rdbms\admin\utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 1994471334
    | Id  | Operation              | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | DELETE STATEMENT       |              |     1 |    28 |     9  (34)| 00:00:01 |
    |   1 |  DELETE                | EMP          |       |       |            |          |
    |   2 |   NESTED LOOPS         |              |     1 |    28 |     9  (34)| 00:00:01 |
    |   3 |    VIEW                | VW_SQ_1      |    14 |   182 |     8  (25)| 00:00:01 |
    |   4 |     MINUS              |              |       |       |            |          |
    |   5 |      SORT UNIQUE       |              |    14 |   532 |            |          |
    PLAN_TABLE_OUTPUT
    |   6 |       TABLE ACCESS FULL| EMP          |    14 |   532 |     3   (0)| 00:00:01 |
    |   7 |      SORT UNIQUE       |              |     8 |   696 |            |          |
    |   8 |       TABLE ACCESS FULL| EMP1         |     8 |   696 |     3   (0)| 00:00:01 |
    |*  9 |    INDEX RANGE SCAN    | EMP_IDX_COMM |     1 |    15 |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       9 - access("VW_COL_1"="E"."COMM")
           filter("E"."COMM" IS NOT NULL)
    PLAN_TABLE_OUTPUT
    Note
       - dynamic sampling used for this statement (level=2)
    26 rows selected.
    SQL> explain plan for
      2  delete emp
      3    where comm is not null
      4     and comm not in (
      5                      select  comm
      6                        from  emp1
      7                        where comm is not null
      8                     )
      9  /
    Explained.
    SQL> @?\rdbms\admin\utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 123997034
    | Id  | Operation          | Name          | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | DELETE STATEMENT   |               |     3 |    84 |     1   (0)| 00:00:01 |
    |   1 |  DELETE            | EMP           |       |       |            |          |
    |   2 |   NESTED LOOPS ANTI|               |     3 |    84 |     1   (0)| 00:00:01 |
    |*  3 |    INDEX FULL SCAN | EMP_IDX_COMM  |     4 |    60 |     1   (0)| 00:00:01 |
    |*  4 |    INDEX RANGE SCAN| EMP1_IDX_COMM |     1 |    13 |     0   (0)| 00:00:01 |
    PLAN_TABLE_OUTPUT
    Predicate Information (identified by operation id):
       3 - filter("COMM" IS NOT NULL)
       4 - access("COMM"="COMM")
           filter("COMM" IS NOT NULL)
    Note
       - dynamic sampling used for this statement (level=2)
    22 rows selected.
    SQL> SY.

Maybe you are looking for

  • I have three issues with Creative Cloud

    I have three issues with CC: 1. I want to be able to EDIT my work when I don't have income. The desktop model supported this. The cloud model does not, and that is unacceptable. 2. Adobe can keep raising the price, because they will be holding us all

  • Can I import .aep into photoshop or convert to .psd

    I helped a team mate (at a different location)  with a Poster  (Many Layers).  She needed some special effects. I imported the .psd into After Effects 2014 cc This is a single frame composition. I used special effect video files to add effects and ju

  • Adding a user to file permissions doesn't work in Lion.

    Using "Get Info", after unlocking, when I add a user, nothing happens. Sometimes, repeatedly unlocking, adding the user, then re-locking yields success. Very annoying! Is this a known bug? Is there a fix?

  • Microsoft Office going wierd

    I have been happily running MS Office on my IBook for a year. I just bought a Mac Mini, and transferred everything off my laptop onto the Mini with a firewire. Now, if I try and open a Word or Excel file through the Finder window of the mini it tells

  • Help on Merge Statement ,I got 'ORA-00904: invalid column name' Error

    Pls help In Oracle 9i i implement the following qry MERGE INTO jobs A USING (select order_no,jOB_SEQ_NO from jobs_dlt) B ON (A.ORDER_NO = B.ORDER_NO and A.JOB_SEQ_NO =B.JOB_SEQ_NO ) WHEN MATCHED THEN UPDATE SET           A.ORDER_NO= B.ORDER_NO ,