ORA-01427 error configuring ORDS 3.0.0.65.09.31

I got the error below when trying to configure ORDS 3.0.0.65.09.31 using the parameter file method.  I left all the defaults in exept for ords_params.properties, setting just db.hostname, db.port and db.servicename.
Any ideas?
Thanks,
John
C:\oracle\Oracle_REST_Data_Services\ords.3.0.0.65.09.31>java -jar ords.war install simple
Enter the database password for ORDS_PUBLIC_USER:
Confirm password:
Please login with SYSDBA privileges to verify Oracle REST Data Services schema. Installation may be required.
Enter the username with SYSDBA privileges to verify the installation [SYS]:
Enter the database password for SYS:
Confirm password:
null
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at oracle.dbtools.jarcl.Entrypoint.main(Entrypoint.java:58)
Caused by: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
ORA-01427: single-row subquery returns more than one row
ORA-06512: at line 5
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:450)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:392)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:385)
        at oracle.jdbc.driver.T4C7Ocommoncall.processError(T4C7Ocommoncall.java:91)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:522)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:257)
        at oracle.jdbc.driver.T4C7Ocommoncall.doOLOGOFF(T4C7Ocommoncall.java:59)
        at oracle.jdbc.driver.T4CConnection.logoff(T4CConnection.java:844)
        at oracle.jdbc.driver.PhysicalConnection.close(PhysicalConnection.java:2498)
        at oracle.dbtools.rt.config.setup.SchemaSetup.getSchemaVersion(SchemaSetup.java:223)
        at oracle.dbtools.rt.config.setup.SchemaSetup.addSchemaParams(SchemaSetup.java:85)
        at oracle.dbtools.rt.config.setup.SchemaSetup.schemaParams(SchemaSetup.java:42)
        at oracle.dbtools.rt.config.setup.Setup.execute(Setup.java:180)
        at oracle.dbtools.cmdline.DefaultCommand.execute(DefaultCommand.java:104)
        at oracle.dbtools.cmdline.Commands.execute(Commands.java:172)
        at oracle.dbtools.cmdline.Commands.main(Commands.java:135)
        at oracle.dbtools.cmdline.Commands.main(Commands.java:299)
        ... 5 more

--context-path does not specify the location of the configuration folder, it specifies the path at which ORDS is deployed, in your case you have specified that ORDS should be available at:
http://server:port/u01/ords.3.0.0.65.09.31_comndev_8088/configs/

Similar Messages

  • Ora-01427 error

    Hi ,
    i am getting Ora-01427 error when i ran below script . my sub query returns more
    than 1 row . please help me in fixing this .
    update registrant_address a set a.text_res_address_nbr =
    (select c.street_number from registrant_address e , registrant b , z_polk_conv08172005 c
    where e.key_registrant = b.key_registrant and b.key_registrant_old = c.registrant_id)
    thanks,
    Kar

    Hi ,
    i am getting Ora-01427 error when i ran below script
    . my sub query returns more
    than 1 row . please help me in fixing this .
    update registrant_address a set
    a.text_res_address_nbr =
    (select c.street_number from registrant_address e ,
    registrant b , z_polk_conv08172005 c
    where e.key_registrant = b.key_registrant and
    b.key_registrant_old = c.registrant_id)
    thanks,
    Kar
    i am getting Ora-01427 error when i ran below script
    . my sub query returns more
    than 1 row . please help me in fixing this .are you sure that you are getting ORA-01427, because ORA-01422 gives you the message 'Exact fetch returns more than one row' !!
    There are different ways to cope up with this issue,
    1. If you really don't care about a particular street_number, then go for rownum =1 in the where condition if the select statement.
    2. If you care about returning the right value, then probably you need to find out an attribute or a combination of attributes in these three tables used in your select statement that gives you distinct identification for each row.
    Hope this helps
    Thanks

  • ORA-01427 error in the query

    Hi all,
    I am using a query that has about 12 select clauses in the main Select clause and also other independent columns. I am also using order by for one of the independent column. i am getting an error ORA-01427 - Single subquery returns more than one row.How to resolve this issue. If order by is removed it works. But order by is mandatory here.
    Thanks

    Hi!
    Please post your query. Without your query I couldn't give you a precise answner. But I guess that your problem is that you've used a single row operator like = in a WHERE-Clause where you get more then one row. Try using somithing like IN, SOME, ANY ...
    Hope this helps!
    regards

  • OIM ORA-01427 error

    Gurus,
    Today, I got this error in my UAT server OIM 9.1.0.2. Anyone can help me on this, please?
    ERROR,25 Jun 2011 07:25:40,[XELLERATE.SERVER],Class/Method: tcObjectItemInfo/checkPasswordPolicy encounter some problems: {1}
    com.thortech.xl.orb.dataaccess.tcDataAccessException
    at com.thortech.xl.dataaccess.tcDataAccessExceptionUtil.createException(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBase.createException(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialPreparedStatement(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBase.readPreparedStatement(Unknown Source)
    at com.thortech.xl.dataobj.PreparedStatementUtil.execute(Unknown Source)
    at com.thortech.xl.dataobj.tcObjectItemInfo.checkPasswordPolicy(Unknown Source)
    at com.thortech.xl.dataobj.tcObjectItemInfo.eventPreInsert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.addObjectFormChildData(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.addObjectFormChildData(Unknown Source)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.addObjectFormChildData(Unknown Source)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperations_2j82mm_EOImpl.addObjectFormChildData(tcFormInstanceOperations_2j82mm_EOImpl.java:1728)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperations_2j82mm_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperations_2j82mm_EOImpl_1030_WLStub.addObjectFormChildData(Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsClient.addObjectFormChildData(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor997.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy65.addObjectFormChildData(Unknown Source)
    at com.bitur.service.RequestDataService.processObjectForms(RequestDataService.java:3082)
    at com.bitur.service.RequestDataService.genReqKeySumitNow(RequestDataService.java:2909)
    at com.bitur.struts2.requestVerification.RequestVerificationAction.submitNow(RequestVerificationAction.java:1232)
    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.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:452)
    at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:291)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:254)
    at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:176)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:263)
    at org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:133)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.MultiselectInterceptor.intercept(MultiselectInterceptor.java:75)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:94)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:243)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(ModelDrivenInterceptor.java:100)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor.intercept(ScopedModelDrivenInterceptor.java:141)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:267)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(ChainingInterceptor.java:142)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:166)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:176)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:164)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasInterceptor.java:190)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:187)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.bitur.struts2.security.AuthenticationInterceptor.intercept(AuthenticationInterceptor.java:171)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
    at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:485)
    at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
    at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by [Nested Exception]:
    java.sql.SQLException: ORA-01427: single-row subquery returns more than one row
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:173)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:947)
    at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:891)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3425)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1490)
    at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:128)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialPreparedStatement(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBase.readPreparedStatement(Unknown Source)
    at com.thortech.xl.dataobj.PreparedStatementUtil.execute(Unknown Source)
    at com.thortech.xl.dataobj.tcObjectItemInfo.checkPasswordPolicy(Unknown Source)
    at com.thortech.xl.dataobj.tcObjectItemInfo.eventPreInsert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.addObjectFormChildData(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.addObjectFormChildData(Unknown Source)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperationsSession.addObjectFormChildData(Unknown Source)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperations_2j82mm_EOImpl.addObjectFormChildData(tcFormInstanceOperations_2j82mm_EOImpl.java:1728)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperations_2j82mm_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at com.thortech.xl.ejb.beans.tcFormInstanceOperations_2j82mm_EOImpl_1030_WLStub.addObjectFormChildData(Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsClient.addObjectFormChildData(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor997.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy65.addObjectFormChildData(Unknown Source)
    at com.bitur.service.RequestDataService.processObjectForms(RequestDataService.java:3082)
    at com.bitur.service.RequestDataService.genReqKeySumitNow(RequestDataService.java:2909)
    at com.bitur.struts2.requestVerification.RequestVerificationAction.submitNow(RequestVerificationAction.java:1232)
    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.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:452)
    at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:291)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:254)
    at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:176)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:263)
    at org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:133)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:207)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:190)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.MultiselectInterceptor.intercept(MultiselectInterceptor.java:75)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:94)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:243)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(ModelDrivenInterceptor.java:100)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor.intercept(ScopedModelDrivenInterceptor.java:141)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:267)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(ChainingInterceptor.java:142)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:166)
    at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:176)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:164)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasInterceptor.java:190)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:187)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at com.bitur.struts2.security.AuthenticationInterceptor.intercept(AuthenticationInterceptor.java:171)
    at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:248)
    at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
    at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:485)
    at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
    at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ERROR,25 Jun 2011 07:25:40,[XELLERATE.SERVER],Class/Method: tcTableDataObj/getString encounter some problems: Column 'UD_DELOY_OC_PASSWORD' not found
    com.thortech.xl.dataaccess.tcDataSetException: Column 'UD_DELOY_OC_PASSWORD' not found
    at com.thortech.xl.dataaccess.tcDataSet.getColumnIndex(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataSet.getString(Unknown Source)
    thanks,

    On your form, do you have the field listed in the error? If this is a bug, i can only assume that the password policy during provisioning is looking for the field with the format supplied in the error for UD_FORMNAME_PASSWORD and it can't find the field. I would suggest creating this field for your password.
    -Kevin

  • ORA-01427 error occurs

    Hi please someone help me..
    TRUNCATE TABLE dmfg.STXN_INVOICE_T ;
    COMMIT;
    DROP TABLE dmfg.STXN_INVOICE_T ;
    CREATE  TABLE
    dmfg.STXN_INVOICE_T
    storage (initial 1024k next 1024k)
    nologging
    AS SELECT * FROM dmfg.STXN_Invoice_V;
    COMMIT;dmfg.STXN_INVOICE_T ---> Table
    dmfg.STXN_INVOICE_V -- > View
    My point is the underlying base table of view is dropped and base table got recreated from its view..does this work??

    Didn't feel like doing a quick test?
    SQL> create table STXN_INVOICE_T (n number);
    Table created.
    SQL> create view STXN_Invoice_V as select * from STXN_INVOICE_T;
    View created.
    SQL> TRUNCATE TABLE STXN_INVOICE_T ;
    Table truncated.
    SQL> COMMIT;
    Commit complete.
    SQL> DROP TABLE STXN_INVOICE_T ;
    Table dropped.
    SQL> CREATE  TABLE
      2   STXN_INVOICE_T
      3   storage (initial 1024k next 1024k)
      4   nologging
      5   AS SELECT * FROM STXN_Invoice_V;
    AS SELECT * FROM STXN_Invoice_V
    ERROR at line 5:
    ORA-04063: view "SCOTT.STXN_INVOICE_V" has errors
    SQL> COMMIT;
    Commit complete.By the way, you don't need to commit after truncate or any ddl.

  • SRKIM: 11.5.10: AP: RECEIPT MATCH 된 INVOICE 조회 시  ORA-01427 가 발생할때

    PROBLEM
    ======
    Release 11.5.10:
    AP INVOICE 화면에서 RECEIPT MATCH 된 INVOICE 조회 시 아래와 같은 ERROR 가 발생한다.
    ORA-01427: single-row subquery returns more than one row
    SOLUTION
    ======
    해당 ISSUE 는 Bug 4270082: Querying Receipt Matched Invoice In Invoice Workbench Returns Ora-01427 에 의한 것으로 financials Family Pack H (AP.O) and higher 에서 해결이 되나 그 이전 VERSION 에서는 아래와 같이 CODEFIX 로 해결 해야 한다.
    AP_HOLDS_V view source 에서 QUERY 부분을 아래와 같이 수정 한다.
    수정 전:
    SELECT DECODE(PLT.MATCHING_BASIS, 'QUANTITY',RTXN1.QUANTITY,
    'AMOUNT', NULL) FROM RCV_TRANSACTIONS RTXN1 WHERE
    RTXN1.PO_LINE_LOCATION_ID = PLL.LINE_LOCATION_ID AND
    RTXN1.PARENT_TRANSACTION_ID = RTXN.TRANSACTION_ID AND
    RTXN1.TRANSACTION_TYPE = 'ACCEPT'
    수정 후:
    SELECT DECODE(PLT.MATCHING_BASIS, 'QUANTITY',SUM(RTXN1.QUANTITY),
    'AMOUNT', NULL) FROM RCV_TRANSACTIONS RTXN1 WHERE
    RTXN1.PO_LINE_LOCATION_ID = PLL.LINE_LOCATION_ID AND
    RTXN1.PARENT_TRANSACTION_ID = RTXN.TRANSACTION_ID AND
    RTXN1.TRANSACTION_TYPE = 'ACCEPT'
    REFERENCE
    =======
    Note. 306702.1 - APXINWKB Querying A Receipt Matched Invoice Results In ORA-01427 Error

  • ORA-12514 Error when using Net Configuration Assistant

    I have recently installed Oracle 11g on a Windows 2008 server and am now trying to connect via the Oracle client on my local machine.
    Here is how I've been using Net Configuration Assistant so far:
    Listener Configuration
    The name of my listener is LISTENER_PROXIMA (proxima is the name of the server). Does this need to be named something else? Something specific?
    I'm using TCP to connect.
    I'm using standard port 1521.
    Naming Methods
    Local Naming and Easy Connect Naming
    Local Net Service Name
    Service name is ADMI04 (checked this against the lsnrstl service status on the server and it's correct)
    Using TCP
    Using the hostname proxima.domain-name.com
    I'm attempting to connect as SYS (but have tried others with the same result)
    When I go to test the connection I keep getting the ORA-12514 error. Does anyone know what I should do? Reinstall the listener? If so, are there any suggestions or guidance for that?
    Thank you.

    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Next, tns sends a request to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the request arrives at port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, you'll be connected.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    =====================================

  • ORA-01427: using XML Shredding query

    Oracle version: 10.2.0.4.0
    Hello. I want to shred the following XML into relational form so I can insert the results into a table:
    <?xml version="1.0" encoding="UTF-8"?>
    <ContentEnvelope xmlns="http://data.schemas.tfn.orgname.com/Envelope/2007-10-29/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://data.schemas.tfn.orgname.com/Envelope/2007-10-29/Tests.xsd" majorVersion="0" minorVersion="0.1" publishingStyle="FULL">
    <Header>
    <Info>
    <Id>2563653D10DF394085FED1CC358E2C</Id>
    <TimeStamp>2008-04-17 23:51:17</TimeStamp>
    </Info>
    </Header>
    <Body majorVersion="0" minorVersion="0.1" contentSet="Tests">
    <ContentItem action="Insert">
    <Data>
    <MAElement dealId="1864795040">
    <TestCurrencyCode>STG</TestCurrencyCode>
    <TestStatusCode>P</TestStatusCode>
    <TestAmtOrIDDate>2007-05-07</TestAmtOrIDDate>
    <TestCreateDate>2007-05-04</TestCreateDate>
    <TestUpdateDate>2008-03-27</TestUpdateDate>
    <MAElementStructure>
    <TestEVExcCpInf>13016605000</TestEVExcCpInf>
    <TempEVAtAmt>8864948000</TempEVAtAmt>
    <NOSORFI>33200000</NOSORFI>
    <POBAPM>76</POBAPM>
    <CSIDdBA>201049088</CSIDdBA>
    <CSSTBA>1256556797</CSSTBA>
    <SpinoffEstSP>0</SpinoffEstSP>
    <STOptionAverageExercisePCR>3.56</STOptionAverageExercisePCR>
    <STOptionProceedsBasedOnAverageExercisePCR>113030000</STOptionProceedsBasedOnAverageExercisePCR>
    <POOrder>51.245</POOrder>
    <POOther>0</POOther>
    <POST>48.755</POST>
    <POPprOwnedAfterTR>0</POPprOwnedAfterTR>
    <POAcqPprIDd>23.892</POAcqPprIDd>
    <POPprHeldBAAtAdDate>0</POPprHeldBAAtAdDate>
    <SPPaidBAForXYZPpr>6.965</SPPaidBAForXYZPpr>
    <PctgChangeFinalORFPCRToINTORFPCR>0</PctgChangeFinalORFPCRToINTORFPCR>
    <POPprAcqSeekingToOwnAfterTR>100</POPprAcqSeekingToOwnAfterTR>
    <POPprTRedInTRORF>0</POPprTRedInTRORF>
    <PctgOwnedByXYZPostSymb>24</PctgOwnedByXYZPostSymb>
    <EVOfOrder>4542393000</EVOfOrder>
    <EVOfCMST>4321751000</EVOfCMST>
    <EVOfTempBasedOnMMtt>10017260000</EVOfTempBasedOnMMtt>
    <EVOfTempAtStartDate>10017260000</EVOfTempAtStartDate>
    <PctOfPprSTInTRORF>0</PctOfPprSTInTRORF>
    </MAElementStructure>
    <IsCLLBreached>false</IsCLLBreached>
    <CostToSpndCS>8751114000</CostToSpndCS>
    <CostToSpndConvertibleSRCS>113030000</CostToSpndConvertibleSRCS>
    <FormOfTestCode>M</FormOfTestCode>
    <INTReceptionCode>A</INTReceptionCode>
    <MAElementTypeCode>DI</MAElementTypeCode>
    <INTORFPCR>6965000</INTORFPCR>
    <CLLStatus>P</CLLStatus>
    <TargetTermnationFee>87</TargetTermnationFee>
    <TestEV>8864144000</TestEV>
    <SourceUsedForTestValCode>RNS</SourceUsedForTestValCode>
    <TestAttitudeCode>F</TestAttitudeCode>
    <RankEVOfTR>9185144000</RankEVOfTR>
    <ImpliedTestEV>8751918000</ImpliedTestEV>
    <TestEVExcludingCpinFun>8864144000</TestEVExcludingCpinFun>
    <TestEVExcludingXtrFlown>8864144000</TestEVExcludingXtrFlown>
    <IsStandardRankingEligible>true</IsStandardRankingEligible>
    <TRTypeCode>MERG</TRTypeCode>
    <TestEVExcludingFlownXtrAtTestStartDate>17628123000</TestEVExcludingFlownXtrAtTestStartDate>
    <GTmanTTFees>86711000</GTmanTTFees>
    <SymmetricCLL>false</SymmetricCLL>
    <TestParticipants>
    <TestParticipant dealParticipantId="76132M" participantRoleCode="TARGET">
    <TerminationFee>86800000</TerminationFee>
    <TestMentors>
    <TestMentor mentorOrganizationId="09253U" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-10</MentorAddedDate>
    <MentorRoleAndCredit>something here</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>another desc</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    <TestMentorAssignment mentorAssignmentCode="FO"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="11524W" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-04</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="172967" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-15</MentorAddedDate>
    <MentorRoleAndCredit>another thing</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>some desc</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="EC"/>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="23868X" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-05-10</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="53581E" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-05</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="61698W" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-15</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="EC"/>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="61750L" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-14</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - CITIGROUP - Adv,ECM</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>plenty desc</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="83117R" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-05-18</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="86065K" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-05-20</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="90248E" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-10</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - UBS-INV-BANK - Adv,ECM,F Opin</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>yet another desc</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="EC"/>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    <TestMentorAssignment mentorAssignmentCode="FO"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="94864A" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-05-23</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>9220000</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    </TestMentors>
    <TestParticipantOtherMMtt>
    <InsurancePremiums>0</InsurancePremiums>
    <TTJJDeposits>0</TTJJDeposits>
    </TestParticipantOtherMMtt>
    </TestParticipant>
    <TestParticipant dealParticipantId="884903" participantRoleCode="ACQUIRER">
    <TerminationFee>86800000</TerminationFee>
    <TestMentors>
    <TestMentor mentorOrganizationId="01751J" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-06</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="063671" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-23</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - BANK-MONTREAL - Adv</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>abc</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="07383Z" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-10</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - BEAR - Adv,F Opin</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>efg</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    <TestMentorAssignment mentorAssignmentCode="FO"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="09962E" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-13</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="35645K" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-11-27</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="35805N" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-15</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="52751T" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-11-13</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="71354R" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-10</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - PERELLA-WP - Adv</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>hij</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="74897K" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-23</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - RBC-CAP-MKTS - Adv</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>klm</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    <TestMentor mentorOrganizationId="82086P" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-09-06</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="83014W" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-01</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="89089Q" mentorTypeCode="LEGAL">
    <MentorAddedDate>2007-06-04</MentorAddedDate>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <MentorLegalCredit>18266.496</MentorLegalCredit>
    <TTMentorFee>0</TTMentorFee>
    </TestMentor>
    <TestMentor mentorOrganizationId="89117A" mentorTypeCode="FINANCIAL">
    <MentorAddedDate>2007-05-15</MentorAddedDate>
    <MentorRoleAndCredit>$ 18,266.496 - TD-SRCS - Adv</MentorRoleAndCredit>
    <MentorRoleAndCreditLongDescription>nop</MentorRoleAndCreditLongDescription>
    <RankMentorMultiplierEV>1</RankMentorMultiplierEV>
    <IsRankingIneligible>false</IsRankingIneligible>
    <GTmanImputedMentorFee>8122140</GTmanImputedMentorFee>
    <TTMentorFee>0</TTMentorFee>
    <TestMentorAssignments>
    <TestMentorAssignment mentorAssignmentCode="FA"/>
    </TestMentorAssignments>
    </TestMentor>
    </TestMentors>
    <TestParticipantOtherMMtt>
    <InsurancePremiums>0</InsurancePremiums>
    <TTJJDeposits>0</TTJJDeposits>
    </TestParticipantOtherMMtt>
    </TestParticipant>
    </TestParticipants>
    <MAElementMultiples>
    <PCRDocPremiumToDocEVDiff>5656.198</PCRDocPremiumToDocEVDiff>
    <ORFPCRToEpsDiff>30.819</ORFPCRToEpsDiff>
    <ORFPCRToDocEVDiff>57.562</ORFPCRToDocEVDiff>
    <TestEVToSalesDiff>3.454</TestEVToSalesDiff>
    <RankEVToEbitdaDiff>23.982</RankEVToEbitdaDiff>
    <RankEVToEbitDiff>37.955</RankEVToEbitDiff>
    <RankEVToNetTKsDiff>53.402</RankEVToNetTKsDiff>
    <RankEVToNetGuideDiff>31.349</RankEVToNetGuideDiff>
    <RankEVToSalesDiff>3.58</RankEVToSalesDiff>
    <TestEVToEbitdaDiff>23.144</TestEVToEbitdaDiff>
    <TestEVToEbitDiff>36.629</TestEVToEbitDiff>
    <TestEVToCMTempDiff>51.536</TestEVToCMTempDiff>
    <TestEVToNetTKsDiff>51.536</TestEVToNetTKsDiff>
    <TestEVToNetGuideDiff>30.253</TestEVToNetGuideDiff>
    <TestEVExcludingFlownXtrToEbitdaDiff>23.144</TestEVExcludingFlownXtrToEbitdaDiff>
    <TestEVExcludingFlownXtrToEbitDiff>36.629</TestEVExcludingFlownXtrToEbitDiff>
    <TestEVExcludingFlownXtrToNetGuideDiff>30.253</TestEVExcludingFlownXtrToNetGuideDiff>
    <TestEVExcludingFlownXtrToPretaxGuideDiff>27.963</TestEVExcludingFlownXtrToPretaxGuideDiff>
    <TestEVExcludingFlownXtrToSalesDiff>3.454</TestEVExcludingFlownXtrToSalesDiff>
    <ImpliedTestEVToCMTempDiff>50.883</ImpliedTestEVToCMTempDiff>
    <ImpliedTestEVToNetGuideDiff>29.87</ImpliedTestEVToNetGuideDiff>
    <ImpliedTestEVToPretaxGuideDiff>27.609</ImpliedTestEVToPretaxGuideDiff>
    </MAElementMultiples>
    <TestHistoryEvents>
    <TestHistoryEvent>
    <HistoryEventDate>2007-05-04 00:00:00</HistoryEventDate>
    <TestHistoryEventDescriptions>
    <TestHistoryEventDescription>
    <HistoryEventDescription>Some plans arerumored</HistoryEventDescription>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestHistoryEventDescription>
    </TestHistoryEventDescriptions>
    </TestHistoryEvent>
    <TestHistoryEvent>
    <HistoryEventDate>2007-05-07 00:00:00</HistoryEventDate>
    <TestHistoryEventDescriptions>
    <TestHistoryEventDescription>
    <HistoryEventDescription>Some plans aredisclosed</HistoryEventDescription>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestHistoryEventDescription>
    </TestHistoryEventDescriptions>
    </TestHistoryEvent>
    <TestHistoryEvent>
    <HistoryEventCurrencyCode>STG</HistoryEventCurrencyCode>
    <HistoryEventDate>2007-05-08 00:00:00</HistoryEventDate>
    <HistoryEventDateOfExchangeRate>2007-05-08 00:00:00</HistoryEventDateOfExchangeRate>
    <TestHistoryEventDescriptions>
    <TestHistoryEventDescription>
    <HistoryEventDescription>Terms are disclosed</HistoryEventDescription>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestHistoryEventDescription>
    </TestHistoryEventDescriptions>
    </TestHistoryEvent>
    <TestHistoryEvent>
    <HistoryEventCurrencyCode>STG</HistoryEventCurrencyCode>
    <HistoryEventDate>2007-05-15 00:00:00</HistoryEventDate>
    <HistoryEventDateOfExchangeRate>2007-05-08 00:00:00</HistoryEventDateOfExchangeRate>
    <TestHistoryEventDescriptions>
    <TestHistoryEventDescription>
    <HistoryEventDescription>Symb agreement is disclosed</HistoryEventDescription>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestHistoryEventDescription>
    </TestHistoryEventDescriptions>
    </TestHistoryEvent>
    <TestHistoryEvent>
    <HistoryEventCurrencyCode>STG</HistoryEventCurrencyCode>
    <HistoryEventDate>2007-05-15 00:00:00</HistoryEventDate>
    <HistoryEventDateOfExchangeRate>2007-05-08 00:00:00</HistoryEventDateOfExchangeRate>
    <TestHistoryEventDescriptions>
    <TestHistoryEventDescription>
    <HistoryEventDescription>Thomson &amp; Reuters&apos; boardsrecommend merger</HistoryEventDescription>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestHistoryEventDescription>
    </TestHistoryEventDescriptions>
    </TestHistoryEvent>
    </TestHistoryEvents>
    <TestCharacteristics>
    <TestCharacteristicTypeCode>ISV</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>PRD</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>RUMOR</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>SCHEME</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>SFBOR</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>SFBRIDGE</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>SFCORP</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>STR</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>SYN</TestCharacteristicTypeCode>
    <IsRankingEV>true</IsRankingEV>
    <IsPortfolioCompanyActivity>false</IsPortfolioCompanyActivity>
    <IsDefensiveWhiteSquire>false</IsDefensiveWhiteSquire>
    </TestCharacteristics>
    <MAElementPurchs>
    <TestPurch>
    <PurchTypeCode>CASH</PurchTypeCode>
    <PurchCategory>OFFERED</PurchCategory>
    </TestPurch>
    <TestPurch>
    <PurchTypeCode>ORD</PurchTypeCode>
    <PurchCategory>OFFERED</PurchCategory>
    </TestPurch>
    <TestPurch>
    <PurchTypeCode>OPT</PurchTypeCode>
    <PurchCategory>SOUGHT</PurchCategory>
    </TestPurch>
    <TestPurch>
    <PurchTypeCode>ORD</PurchTypeCode>
    <PurchCategory>SOUGHT</PurchCategory>
    </TestPurch>
    </MAElementPurchs>
    <TestDescriptions>
    <TestDescription>
    <DescriptionCode>MULT_NOTES</DescriptionCode>
    <DescriptionText>Here is some text</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    <TestDescription>
    <DescriptionCode>OPTIONS_DESC</DescriptionCode>
    <DescriptionText>and some more</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    <TestDescription>
    <DescriptionCode>PURPOSE</DescriptionCode>
    <DescriptionText>it goes on</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    <TestDescription>
    <DescriptionCode>SF</DescriptionCode>
    <DescriptionText>and on</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    <TestDescription>
    <DescriptionCode>SYNOPSIS</DescriptionCode>
    <DescriptionText>and on for a while</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    </TestDescriptions>
    <TestDates>
    <TestDate dateTypeCode="DATEEFFEXP">
    <TestDateEV>2008-04-17</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="DATEANNORIG">
    <TestDateEV>2007-05-04</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="DATECOM">
    <TestDateEV>2007-05-07</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="DATEVAL">
    <TestDateEV>2007-05-08</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="SIG_UPDATE">
    <TestDateEV>2007-05-23</TestDateEV>
    </TestDate>
    </TestDates>
    <RegulatoryAgencies>
    <RegulatoryAgencyCode>EC</RegulatoryAgencyCode>
    <RegulatoryAgencyCode>RA</RegulatoryAgencyCode>
    </RegulatoryAgencies>
    <TestInfoSources>
    <TestInfoSource dealInfoSourceCode="WS">
    <TestInfoSourceTypeCode>FINSRC</TestInfoSourceTypeCode>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="WS">
    <TestInfoSourceTypeCode>A</TestInfoSourceTypeCode>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="RT">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="WS">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="RNS">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-08</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="20F">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-08</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="AM">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-08</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="RNS">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-15</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="AM">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-15</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="6K">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-06-01</TestInfoSourceDate>
    </TestInfoSource>
    </TestInfoSources>
    </MAElement>
    </Data>
    </ContentItem>
    <ContentItem action="Insert">
    <Data>
    <MAElement dealId="1864899020">
    <TestStatusCode>P</TestStatusCode>
    <TestAOrIDate>2008-02-01</TestAOrIDate>
    <TestCreateDate>2007-05-04</TestCreateDate>
    <TestUpdateDate>2008-04-15</TestUpdateDate>
    <MAElementStructure>
    <CSSTBA>1469486513</CSSTBA>
    <SpinoffEstSP>0</SpinoffEstSP>
    <POOrder>50</POOrder>
    <POOther>0</POOther>
    <POST>50</POST>
    <POPprOwnedAfterTR>0</POPprOwnedAfterTR>
    <POAcqPprIDd>0</POAcqPprIDd>
    <POPprHeldBAAtAdDate>0</POPprHeldBAAtAdDate>
    <SPPaidBAForXYZPpr>31</SPPaidBAForXYZPpr>
    <PctgChangeFinalORFPCRToINTORFPCR>0</PctgChangeFinalORFPCRToINTORFPCR>
    <POPprAcqSeekingToOwnAfterTR>100</POPprAcqSeekingToOwnAfterTR>
    <POPprTRedInTRORF>0</POPprTRedInTRORF>
    <EVOfOrder>21855801000</EVOfOrder>
    <EVOfCMST>21855800000</EVOfCMST>
    <IsEVOfUndeterminedPurchEstimates>false</IsEVOfUndeterminedPurchEstimates>
    <EVOfTempBasedOnMMtt>43537945000</EVOfTempBasedOnMMtt>
    <EVOfTempAtStartDate>43537945000</EVOfTempAtStartDate>
    <PctOfPprSTInTRORF>0</PctOfPprSTInTRORF>
    </MAElementStructure>
    <IsCLLBreached>false</IsCLLBreached>
    <IsChoiceOfPurch>true</IsChoiceOfPurch>
    <CostToSpndCS>41429324000</CostToSpndCS>
    <CostToSpndConvertibleSRCS>2282277000</CostToSpndConvertibleSRCS>
    <FormOfTestCode>M</FormOfTestCode>
    <INTReceptionCode>U</INTReceptionCode>
    <MAElementTypeCode>DI</MAElementTypeCode>
    <INTORFPCR>31000000</INTORFPCR>
    <CLLStatus>P</CLLStatus>
    <TestEV>43711601000</TestEV>
    <SourceUsedForTestValCode>AM</SourceUsedForTestValCode>
    <TestAttitudeCode>U</TestAttitudeCode>
    <RankEVOfTR>41860117000</RankEVOfTR>
    <ImpliedTestEV>45554082000</ImpliedTestEV>
    <TestEVExcludingCpinFun>43711601000</TestEVExcludingCpinFun>
    <TestEVExcludingXtrFlown>43711601000</TestEVExcludingXtrFlown>
    <IsStandardRankingEligible>true</IsStandardRankingEligible>
    <TRTypeCode>MERG</TRTypeCode>
    <TestEVExcludingFlownXtrAtTestStartDate>43711601000</TestEVExcludingFlownXtrAtTestStartDate>
    <GTmanTTFees>0</GTmanTTFees>
    <SymmetricCLL>false</SymmetricCLL>
    <TestParticipants>
    <TestParticipant dealParticipantId="594918" participantRoleCode="ACQUIRER">
    <TestParticipantOtherMMtt>
    <InsurancePremiums>0</InsurancePremiums>
    <TTJJDeposits>0</TTJJDeposits>
    </TestParticipantOtherMMtt>
    </TestParticipant>
    <TestParticipant dealParticipantId="984332" participantRoleCode="TARGET">
    <TestParticipantOtherMMtt>
    <InsurancePremiums>0</InsurancePremiums>
    <TTJJDeposits>-921927000</TTJJDeposits>
    </TestParticipantOtherMMtt>
    </TestParticipant>
    </TestParticipants>
    <MAElementMultiples>
    <PCRDocPremiumToDocEVDiff>350.385</PCRDocPremiumToDocEVDiff>
    <ORFPCRToEpsDiff>45.667</ORFPCRToEpsDiff>
    <ORFPCRToDocEVDiff>4.504</ORFPCRToDocEVDiff>
    <TestEVToSalesDiff>119.186</TestEVToSalesDiff>
    <RankEVToNetTKsDiff>4.566</RankEVToNetTKsDiff>
    <RankEVToNetGuideDiff>43.733</RankEVToNetGuideDiff>
    <RankEVToSalesDiff>114.137</RankEVToSalesDiff>
    <TestEVToCMTempDiff>4.772</TestEVToCMTempDiff>
    <TestEVToNetTKsDiff>4.767</TestEVToNetTKsDiff>
    <TestEVToNetGuideDiff>45.667</TestEVToNetGuideDiff>
    <TestEVExcludingFlownXtrToNetGuideDiff>45.667</TestEVExcludingFlownXtrToNetGuideDiff>
    <TestEVExcludingFlownXtrToPretaxGuideDiff>393.961</TestEVExcludingFlownXtrToPretaxGuideDiff>
    <TestEVExcludingFlownXtrToSalesDiff>119.186</TestEVExcludingFlownXtrToSalesDiff>
    <ImpliedTestEVToCMTempDiff>4.973</ImpliedTestEVToCMTempDiff>
    <ImpliedTestEVToNetGuideDiff>47.592</ImpliedTestEVToNetGuideDiff>
    <ImpliedTestEVToPretaxGuideDiff>410.567</ImpliedTestEVToPretaxGuideDiff>
    </MAElementMultiples>
    <TestHistoryEvents>
    <TestHistoryEvent>
    <HistoryEventDate>2007-05-04 00:00:00</HistoryEventDate>
    <TestHistoryEventDescriptions>
    <TestHistoryEventDescription>
    <HistoryEventDescription>Symb negotiations are rumored</HistoryEventDescription>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestHistoryEventDescription>
    </TestHistoryEventDescriptions>
    </TestHistoryEvent>
    </TestHistoryEvents>
    <TestCharacteristics>
    <TestCharacteristicTypeCode>EPM</TestCharacteristicTypeCode>
    <TestCharacteristicTypeCode>RUMOR</TestCharacteristicTypeCode>
    <IsRankingEV>true</IsRankingEV>
    <IsPortfolioCompanyActivity>false</IsPortfolioCompanyActivity>
    <IsDefensiveWhiteSquire>false</IsDefensiveWhiteSquire>
    </TestCharacteristics>
    <MAElementPurchs>
    <TestPurch>
    <PurchTypeCode>NA</PurchTypeCode>
    <PurchCategory>OFFERED</PurchCategory>
    </TestPurch>
    <TestPurch>
    <PurchTypeCode>COM</PurchTypeCode>
    <PurchCategory>SOUGHT</PurchCategory>
    </TestPurch>
    </MAElementPurchs>
    <TestDescriptions>
    <TestDescription>
    <DescriptionCode>PURPOSE</DescriptionCode>
    <DescriptionText>this field is large</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    <TestDescription>
    <DescriptionCode>SYNOPSIS</DescriptionCode>
    <DescriptionText>yes</DescriptionText>
    <LanguageCode>en</LanguageCode>
    <LanguageScriptCode>en-US</LanguageScriptCode>
    </TestDescription>
    </TestDescriptions>
    <TestDates>
    <TestDate dateTypeCode="DATECOM">
    <TestDateEV>2008-01-31</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="SIG_UPDATE">
    <TestDateEV>2008-02-11</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="DATEVAL">
    <TestDateEV>2008-02-01</TestDateEV>
    </TestDate>
    <TestDate dateTypeCode="DATEEFFEXP">
    <TestDateEV>2008-12-31</TestDateEV>
    </TestDate>
    </TestDates>
    <TestInfoSources>
    <TestInfoSource dealInfoSourceCode="WS">
    <TestInfoSourceTypeCode>A</TestInfoSourceTypeCode>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="WS">
    <TestInfoSourceTypeCode>FINSRC</TestInfoSourceTypeCode>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="NYP">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="10K">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="10Q">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="BSW">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    <TestInfoSource dealInfoSourceCode="NR">
    <TestInfoSourceTypeCode>SOURCE</TestInfoSourceTypeCode>
    <TestInfoSourceDate>2007-05-04</TestInfoSourceDate>
    </TestInfoSource>
    </TestInfoSources>
    </MAElement>
    </Data>
    </ContentItem>
    </Body>
    </ContentEnvelope>
    This is what I've tried (subset_2.xml is the XML above):
    DROP TABLE ray_test_6;
    CREATE TABLE ray_test_6
    (id NUMBER
    ,data XMLTYPE
    INSERT INTO ray_test_6
    (id
    ,data
    VALUES
    (1
    ,XMLTYPE(BFILENAME('SDI_RAY','subset_2.xml'), NLS_CHARSET_ID('AL32UTF8'))
    Now, I try to shred the XML using the following statement to get all TestStatusCode nodes:
    SELECT *
    FROM XMLTABLE('//Body/ContentItem/Data/MAElement'
    PASSING (SELECT VALUE(e)
    FROM ray_test_6
    ,TABLE(XMLSEQUENCE(EXTRACT(data
    ,'ContentEnvelope/*'
    ,'xmlns="http://data.schemas.tfn.orgname.com/Envelope/2007-10-29/"'))) e)
    COLUMNS prod VARCHAR2(20) PATH 'TestStatusCode');
    but I get the following error:
    PASSING (SELECT VALUE(e)
    ERROR at line 3:
    ORA-01427: single-row subquery returns more than one row
    I can't see what I'm doing wrong. Can anyone help?
    Thanks,
    Ray

    try this
    select x.*
    from ray_test_6 r
    ,xmltable(xmlnamespaces(default 'http://data.schemas.tfn.orgname.com/Envelope/2007-10-29/')
    ,'for $i in /ContentEnvelope/Body/ContentItem/Data/MAElement
    return $i'
    passing r.data
    columns status varchar2(30) path 'TestStatusCode'
         ,upd_date date path 'TestUpdateDate'
         ,crt_date date path 'TestCreateDate') x; Ants

  • EA2: ORA-01427 clicking on a view in the navigator

    SQLDev: 1.5.0.52.03
    Java: 1.6.0_04
    Oracle: 9.2.0.7.0
    I'm getting the following error when I click on a view in the navigator pane:
    An error was encountered performing the requested operation:
    ORA-01427: single-row subquery returns more than one row 01427. 00000 - "single-row subquery returns more than one row"I'm not seeing any errors in the shell window.
    After clicking on <OK> in the error dialog, the normal tabs (Columns, Data, Grants, Dependencies, Details, SQL) are displayed, but there is no content in the Columns tab.
    All the other tabs seem to function normally.
    Here is the DDL from the SQL tab
    CREATE OR REPLACE VIEW "SUBSCRIPTIONS"
        "ORDER_ID", "SUNBURST_ORDER_ID", "SIEBEL_ORDER_ID", "ACCOUNT_ID",
        "COMP_ID", "SUBACCOUNT_ID", "START_DATE", "END_DATE", "PULL_DATE",
        "SUBSCRIPTION_TYPE", "PRICE_CLASS", "DESCRIPTION", "SEAT_COUNT",
        "ORDER_DURATION", "CALLBACK_INTERVAL", "UPDATE_DATE", "UPDATE_USERNAME",
        "AFFILIATE"
    AS
        SELECT order_id,
            sunburst_order_id,
            siebel_order_id,
            account_id,
            comp_id,
            subaccount_id,
            start_date,
            end_date,
            pull_date,
            product_id,
            price_class,
            product_name,
            add_users,
            order_duration,
            callback_interval,
            last_mdfy_date,
            last_mdfy_emp,
            affiliate
        FROM csbcrossworlds.subscriptions;We have 15 views in this schema, 3 of them fail this way but the other 12 display the columns just fine. So far I am unable to detect any commonality.
    Any ideas?

    Ok, I think I found the problem. The view in question (SUBSCRIPTIONS) is owned by 'PHILC' and it references a table named 'SUBSCRIPTIONS' owned by 'CSBCROSSWORLDS'. There are two other development schemas that also own tables named 'SUBSCRIPTIONS'.
    I believe the 'Columns' tab is executing the query below. The subquery in this SQL tries to identify the primary key columns for the 'SUBSCRIPTIONS' view in my schema (PHILC):
    SELECT
        c.column_name,
        DECODE(
            data_type,
                'CHAR',      data_type||'('||c.data_length||')',
                'VARCHAR',   data_type||'('||c.data_length||')',
                'VARCHAR2',  data_type||'('||c.data_length||')',
                'NCHAR'   ,  data_type||'('||c.data_length||')',
                'NUMBER'  ,  DECODE(c.data_precision,null,'NUMBER', data_type||'('||c.data_precision||','||c.data_SCALE||')'),
                'NVARCHAR',  data_type||'('||c.data_length||')',
                'NVARCHAR2', data_type||'('||c.data_length||')',
                data_type) data_type,
        DECODE(nullable, 'Y', 'Yes', 'No') nullable,
        c.DATA_DEFAULT,
        column_id,
        com.comments,
        (SELECT 1 FROM all_constraints, all_cons_columns
          WHERE all_constraints.constraint_type = 'P' AND
                all_constraints.constraint_name = all_cons_columns.constraint_name AND
                all_constraints.owner = all_cons_columns.owner AND
                all_cons_columns.table_name = c.table_name AND
                c.column_name = all_cons_columns.column_name) Primary_Key,
        c_update.insertable,
        c_update.updatable,
        c_update.deletable
    FROM
        sys.all_tab_Columns c, sys.all_col_comments com, sys.user_updatable_columns c_update
    WHERE
        c.owner = :OBJECT_OWNER AND
        c.table_name = :OBJECT_NAME AND
        c.table_name = com.table_name AND
        c.owner = com.owner AND
        c.column_name = com.column_name AND
        c_update.column_name = com.column_name AND
        c_update.table_name = com.table_name
    ;Extracting the subquery into this:
    SELECT
        all_constraints.owner,
        all_constraints.table_name,
        all_constraints.constraint_name
    FROM all_constraints, all_cons_columns
    WHERE
        all_constraints.constraint_type = 'P' AND
        all_constraints.constraint_name = all_cons_columns.constraint_name AND
        all_constraints.owner = all_cons_columns.owner and
        all_cons_columns.table_name = 'SUBSCRIPTIONS' and
        'ORDER_ID' = all_cons_columns.column_name;I got this output:
       owner          table_name      constraint_name
    CUTOVER          SUBSCRIPTIONS    SUBSCRIPTIONS_PK
    CROSSWORLDS      SUBSCRIPTIONS    SUBSCRIPTIONS_PK
    CSBCROSSWORLDS   SUBSCRIPTIONS    SUBSCRIPTIONS_PKLooking at the DDL for the view, the row we really want is for owner 'CSBCROSSWORLDS'. Unfortunately, that means having to somehow parse the SQL text to extract the owner name...
    Phil

  • TWO ERRO ORA-01427: single-row subquery returns more than one row

    Hi,
    I have a procedure which contains a cursor. If i run the select statement in the cursor separetly, it returns only value and works fine. But the same select statement in the cursor of a procedure throws me the error as below:
    TWO ERRO ORA-01427: single-row subquery returns more than one row
    Not sure what going on...any help appreciated.
    Below is the select statement:
    SELECT DISTINCT PSE.PARENT_POSITION_ID,
    (SELECT DISTINCT PPD1.SEGMENT2
    FROM PER_POSITION_DEFINITIONS PPD1,
    HR_ALL_POSITIONS_F HAPF2,
    PER_POS_STRUCTURE_ELEMENTS PSE2
    WHERE TRUNC(SYSDATE) BETWEEN
    HAPF2.EFFECTIVE_START_DATE AND
    HAPF2.EFFECTIVE_END_DATE
    AND PPD1.POSITION_DEFINITION_ID =
    HAPF2.POSITION_DEFINITION_ID
    AND
    HAPF2.POSITION_ID = PSE2.PARENT_POSITION_ID
    AND PSE2.PARENT_POSITION_ID =
    PSE.PARENT_POSITION_ID
    AND ROWNUM = 1) SEGMENT2,
    (SELECT DISTINCT PAPF1.FIRST_NAME || ' ' ||
    PAPF1.LAST_NAME CHIEF_NAME
    FROM PER_ALL_PEOPLE_F PAPF1,
    PER_ALL_ASSIGNMENTS_F PAAF1
    WHERE TRUNC(SYSDATE) BETWEEN
    PAPF1.EFFECTIVE_START_DATE AND
    PAPF1.EFFECTIVE_END_DATE
    AND TRUNC(SYSDATE) BETWEEN
    PAAF1.EFFECTIVE_START_DATE AND
    PAAF1.EFFECTIVE_END_DATE
    AND PAAF1.POSITION_ID = PSE.PARENT_POSITION_ID
    AND PAPF1.PERSON_ID = PAAF1.PERSON_ID
    AND ROWNUM = 1) CHIEF_NAME
    FROM PER_POS_STRUCTURE_ELEMENTS PSE,
    HR_ALL_POSITIONS_F HAPF,
    PER_POSITION_DEFINITIONS PPD
    WHERE PSE.SUBORDINATE_POSITION_ID = 52744
    AND TRUNC(SYSDATE) BETWEEN HAPF.EFFECTIVE_START_DATE AND
    HAPF.EFFECTIVE_END_DATE
    AND HAPF.POSITION_ID = PSE.SUBORDINATE_POSITION_ID
    AND HAPF.POSITION_DEFINITION_ID = PPD.POSITION_DEFINITION_ID;
    Thanks
    PK
    Edited by: user539616 on Jun 30, 2009 6:30 PM

    Hi,
    The cursor has a different parameter? Maybe the query is not exactly the same. Could you check this?
    This is your query (formatted):
    SELECT DISTINCT PSE.PARENT_POSITION_ID,
                    (SELECT DISTINCT PPD1.SEGMENT2
                       FROM PER_POSITION_DEFINITIONS   PPD1,
                            HR_ALL_POSITIONS_F         HAPF2,
                            PER_POS_STRUCTURE_ELEMENTS PSE2
                      WHERE TRUNC(SYSDATE) BETWEEN HAPF2.EFFECTIVE_START_DATE AND
                            HAPF2.EFFECTIVE_END_DATE
                        AND PPD1.POSITION_DEFINITION_ID = HAPF2.POSITION_DEFINITION_ID
                        AND HAPF2.POSITION_ID = PSE2.PARENT_POSITION_ID
                        AND PSE2.PARENT_POSITION_ID = PSE.PARENT_POSITION_ID
                        AND ROWNUM = 1) SEGMENT2,
                    (SELECT DISTINCT PAPF1.FIRST_NAME || ' ' || PAPF1.LAST_NAME CHIEF_NAME
                       FROM PER_ALL_PEOPLE_F      PAPF1,
                            PER_ALL_ASSIGNMENTS_F PAAF1
                      WHERE TRUNC(SYSDATE) BETWEEN PAPF1.EFFECTIVE_START_DATE AND
                            PAPF1.EFFECTIVE_END_DATE
                        AND TRUNC(SYSDATE) BETWEEN PAAF1.EFFECTIVE_START_DATE AND
                            PAAF1.EFFECTIVE_END_DATE
                        AND PAAF1.POSITION_ID = PSE.PARENT_POSITION_ID
                        AND PAPF1.PERSON_ID = PAAF1.PERSON_ID
                        AND ROWNUM = 1) CHIEF_NAME
      FROM PER_POS_STRUCTURE_ELEMENTS PSE,
           HR_ALL_POSITIONS_F         HAPF,
           PER_POSITION_DEFINITIONS   PPD
    WHERE PSE.SUBORDINATE_POSITION_ID = 52744
       AND TRUNC(SYSDATE) BETWEEN HAPF.EFFECTIVE_START_DATE AND HAPF.EFFECTIVE_END_DATE
       AND HAPF.POSITION_ID = PSE.SUBORDINATE_POSITION_ID
       AND HAPF.POSITION_DEFINITION_ID = PPD.POSITION_DEFINITION_ID;Tips: To put formatted code you must use {noformat}{noformat} tags, start tag and end tag are the same,you don't need to put '/' in the close tag.
    Regards,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • ORA-00604: error occurred at recursive SQL level 1 ORA-01882: timezone

    Hi
    I'm trying to config my base_domain for SOA11g but i'm getting the following error when connecting to my Oracle XE DB to configure SOA,
    please help thanks
    Software installed
    OS: Windows 7 64bit
    DB: Oracle XE 10g
    Oracle SOA 11.1.1.4.0
    Oracle RCU 11.1.1.4.0
    Oracle wls1034_generic
    Error Detials
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@127.0.0.1:1521/XE
    User=DEV_SOAINFRA
    Password=********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.4.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region  not found
    CFGFWK-60850:  Test Failed!
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@127.0.0.1:1521/XE
    User=DEV_ORASDPM
    Password=********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region  not found
    CFGFWK-60850:  Test Failed!
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@127.0.0.1:1521/XE
    User=DEV_MDS
    Password=********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from dual) and mr_type='MDS' and
                        version='11.1.1.4.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region  not found
    CFGFWK-60850:  Test Failed!
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@127.0.0.1:1521/XE
    User=DEV_MDS
    Password=********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.4.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region  not found
    CFGFWK-60850:  Test Failed!
    Component Schema=OSB JMS Reporting Provider
    Driver=org.apache.derby.jdbc.ClientDriver
    URL=jdbc:derby://127.0.0.1:1521/XE;create=true;ServerName=127.0.0.1;databaseName=XE
    User=DEV_SOAINFRA
    Password=********
    SQL Test=SELECT 1 FROM SYS.SYSTABLES
    Insufficient data while reading from the network - expected a minimum of 6 bytes and received only 0 bytes.  The connection has been terminated.
    CFGFWK-60850:  Test Failed!

    Hi,
    Please check the timezone set in your server where Weblogic is installed. Also ensure the timezone on which your weblogic is running, the same is present in in database by querying V$TIMEZONE_NAMES table. If it is not present then please change the timezone of the server. then try to execute the steps what you are doing, it will not throw any error.
    if this helps please mark.
    Thanks,
    Kishore

  • Ora-00604 error while runing script

    Hi Guys..
    Let me describe the environment
    My OS is windows 2008 R2 server 64-bit.. Database version is Oracle 11gR2
    I recently upgraded the oracle DB from 11gr1 to 11gr2 .It upgraded successfully without any errors and the updated DB on 11gr2 is working fine..
    Now one of the employee is getting below errror while executing a script which calles a plsql package.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_PLSCOPE_SIG_IDENTIFIER$) violated
    I googled around and found that its related to plscope_settings parameter..
    select name,value  from  v$parameter where name = 'plscope_settings';
    the output was IDENTIFIERS:NONE
    Further investigations revealed that my DB is running with the (default) init-parameter “plscope_settings=IDENTIFIERS:NONE”, while my SQL-Developer (v3.0) started every session with the default-setting “plscope_settings=IDENTIFIERS:ALL” (see menu EXTRAS>PREFERENCES>DATABASE>PL/SQL-COMPILER).
    so i changed the settings to NONE in Sql Developer too..then recompiled the package but the error is still there when i execute the same package..
    Its high time..i need to resolve it over the weekend..so can u plz share ur valuable comments..
    Let me if u want any info from my end so that u get more clearer about the prob...

    sai121 wrote:
    Hi Guys..
    Let me describe the environment
    My OS is windows 2008 R2 server 64-bit.. Database version is Oracle 11gR2
    I recently upgraded the oracle DB from 11gr1 to 11gr2 .It upgraded successfully without any errors and the updated DB on 11gr2 is working fine..
    Now one of the employee is getting below errror while executing a script which calles a plsql package.
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_PLSCOPE_SIG_IDENTIFIER$) violated
    I googled around and found that its related to plscope_settings parameter..
    select name,value  from  v$parameter where name = 'plscope_settings';
    the output was IDENTIFIERS:NONE
    Further investigations revealed that my DB is running with the (default) init-parameter “plscope_settings=IDENTIFIERS:NONE”, while my SQL-Developer (v3.0) started every session with the default-setting “plscope_settings=IDENTIFIERS:ALL” (see menu EXTRAS>PREFERENCES>DATABASE>PL/SQL-COMPILER).
    so i changed the settings to NONE in Sql Developer too..then recompiled the package but the error is still there when i execute the same package..
    Its high time..i need to resolve it over the weekend..so can u plz share ur valuable comments..
    Let me if u want any info from my end so that u get more clearer about the prob...
    bcm@bcm-laptop:~$ oerr ora 1
    00001, 00000, "unique constraint (%s.%s) violated"
    // *Cause: An UPDATE or INSERT statement attempted to insert a duplicate key.
    //         For Trusted Oracle configured in DBMS MAC mode, you may see
    //         this message if a duplicate entry exists at a different level.
    // *Action: Either remove the unique restriction or do not insert the key.

  • Ora-01031 error: insufficient Priviliges

    hi experts,
    im was completely enervated by a simple error for which im hanging out for plenty of hours. kindly advice me what to do to eradicate it.
    i have a Redhat Linux AS 4 server and 9.2.0.4 database version.
    The problem is, when im trying to connect database as sysdba with netservice name, i.e using remote authentication method, i was thrown ora-01031 error: insufficient priviliges. But when i tend to connect it locally using OS authentication method it permits me to do it.
    for example,
    Sql> connect sys@<sid> as sysdba
    Enter password:
    ERROR: insufficient priviliges
    where as,
    Sql>conn sys as sysdba
    connected
    sql>
    i've configured oracle in Linux environment as per the documentation. i can't figure out the exact problem. the sqlnet.ora file contains SQLNET.AUTHENTICATION_SERVICES=none
    kindly tell me where im missing out?
    Thanks
    SM

    yes. i've Password file in its appropirate location,
    which is named as orapw$ORACLE_SID
    and the parameter, remote_login_passwordfile is set
    as EXCLUSIVE.This should be fine.
    Try
    - select * from v$pwfile_users; to check whether oracle sees the password file
    - recreate the password file, if possible (it can get corrupted sometimes)
    - delete sqlnet.ora to go with the defaults (of course, backup it first)
    - check whether you can connect as usual user using the net service name (and check whether you connect to the proper database, just to be sure)
    - try to connect from a different machine
    - check that TWO_TASK and TNS_ADMIN environment variables are not set.

  • Creating database problem with ORA-01519: error while processing file '' ne

    Dear all,
    I am having rough time with creating database manually. can anyone help me with the following errors.
    ALERT LOGFILE:-
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\udump\oracle5_ora_3444.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5744
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01119: error in creating database file 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf'
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sun May 31 12:00:39 2009
    Errors in file d:\oracle\product\10.1.0\admin\oracle5\bdump\oracle5_reco_3416.trc:
    ORA-01519: error while processing file '' near line
    CREATE DATABASE SCRIPT:-
    create database ORACLE5
    user sys identified by bala
    user system identified by bala
    logfile
    group 1 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo01.log') SIZE 50M,
    group 2 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo02.log') SIZE 50M,
    group 3 ('D:\oracle\product\10.1.0\oradata\ORACLE5\logfile\redo03.log') SIZE 50M
    maxlogfiles 5
    maxlogmembers 5
    maxloghistory 1
    maxdatafiles 50
    maxinstances 1
    datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\system01.dbf' size 200m autoextend on maxsize unlimited extent management local
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    sysaux datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5\datafile\sysaux01.dbf' size 100m autoextend on maxsize unlimited
    default temporary tablespace temp tempfile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\temp01.dbf' size 10m autoextend on maxsize unlimited
    character set US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    INIT.ORA FILE:-
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Archive
    log_archive_format=ARC%S_%R.%T
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=oracle5
    # Diagnostics and Statistics
    background_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\bdump
    core_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\cdump
    user_dump_dest=D:\oracle\product\10.1.0\admin\oracle5\udump
    # File Configuration
    #db_create_file_dest=D:\oracle\product\10.1.0\oradata
    db_recovery_file_dest=D:\oracle\product\10.1.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.1.0.2.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=oracle5XDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    control_files=("D:\ORACLE\PRODUCT\10.1.0\ORADATA\ORACLE5\CONTROLFILE\control01.CTL", "D:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORACLE5\CONTROLFILE\control02.CTL")

    Hi,
    undo tablespace UNDOTBS1 datafile 'D:\oracle\product\10.1.0\oradata\ORACLE5 \datafile\undotbs1.dbf' size 10m autoextend on maxsize unlimited
    After ORACLE5 there is a space character. Typo? Create proper directory or delete this character.
    Bartek

  • Error while creating DBConsole -- Error configuring central management

    Dear All,
    MY DB Oracle 11gR1 on Linux is running fine, however there is a problem in Oracle Enterprise Manager Console.
    I dropped and re-create dbconsole using:
    emca -config all db -repos create
    These are the messages I got after creating it.
    Feb 10, 2010 10:31:26 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 10, 2010 10:41:28 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 10, 2010 10:41:41 AM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Feb 10, 2010 10:43:48 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Feb 10, 2010 10:43:53 AM oracle.sysman.emcp.util.CentralAgentUtil registerWithCentralAgents
    INFO: Registering target(s) with central agent(s) (this may take a while)...
    Feb 10, 2010 10:43:57 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /Oracle/app/oracle/product/11.1.0/db_1/bin/emctl config agent addcentralagent /Oracle/app/oracle/product/11.1.0/db_1 /Oracle/app/oracle/product/11.1.0/db_1
    Feb 10, 2010 10:43:57 AM oracle.sysman.emcp.EMAgentConfig performConfiguration
    WARNING: Error registering database targets with the central agent(s).
    Feb 10, 2010 10:43:57 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error configuring central management. This target will not be centrally managed
    Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_2010_02_10_10_25_26.log for more details.
    Could not complete the configuration. Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_2010_02_10_10_25_26.log for more details.
    If anyone can help me getting through this error and creating dbconsole.
    Thanks,
    Imran

    CONFIG: isLocalNodeDone: T localNode: null
    10:31:26 oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: /path/bss.com_bssdevpl/sysman/emd/agntstmp.txt:bss.com does not exists.
    10:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYS
    10:31:26 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:31:26 oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_repos_create_2010_02_10_10_31_26.log
    10:31:26 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    10:41:28 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    10:41:28 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_ADDR.
    10:41:28 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYS
    10:41:29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:29 oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    10:41:29 oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    10:41:29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYSMAN
    10:41:29 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:36 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    10:41:36 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYSMAN
    10:41:38 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:38 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: /path/sysman/admin/emdrep/sql/core/latest/admin/admin_submit_dbms_jobs.sql
    10:41:38 oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    10:41:38 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocking mgmt view user account
    10:41:38 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    10:41:38 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/sysman/admin/scripts/emca/emcaDbUtil /path/perl/lib:/path/perl/lib/site_perl:/path/sysman/admin/scripts:/path/bin: /path/perl/bin/perl /path/sysman/admin/scripts/emca/emcaDbUtil.pl /path bssdevpl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    10:41:41 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    10:41:41 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /path/sysman/admin/scripts/emca/emcaDbUtil /path/perl/lib:/path/perl/lib/site_perl:/path/sysman/admin/scripts:/path/bin: /path/perl/bin/perl /path/sysman/admin/scripts/emca/emcaDbUtil.pl /path bssdevpl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD completed successfully
    10:41:41 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed /path bssdevpl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database bssdevpl in home /path with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    10:41:41 oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocked mgmt_view account
    10:41:41 oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked mgmt_view account
    10:41:41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:41:41 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: bssdevpl, oracleHome: /path, and user: SYS
    10:41:41 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    10:41:41 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    10:41:41 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:41:41 oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    10:43:48 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    10:43:48 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:48 oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file /path/sysman/config/emoms.properties ...
    10:43:48 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:48 oracle.sysman.emcp.util.FileUtil _copyFile
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_SENDER_NAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter EMAIL_ADDRESS.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file /path/sysman/config/emd.properties ...
    10:43:49 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/sysman/config/emd.properties.emca to /path/sysman/config/emd.properties
    10:43:49 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/sysman/config/emd.properties.emca.util.tmp to /path/sysman/config/emd.properties
    10:43:49 oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /path/sysman/config/emd.properties ...
    10:43:49 oracle.sysman.emcp.EMAgentConfig updateTargets
    CONFIG: value for use102tgt: F
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:49 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:49 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:49 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:49 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:50 oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Found listener named: LISTENER
    10:43:50 oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file /path/sysman/emd/targets.xml ...
    10:43:50 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:50 oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: bss.com
    10:43:50 oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: T localNode: null
    10:43:50 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'DISPLAY' is '', discarding the same
    10:43:50 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    10:43:50 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    10:43:50 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/path/jlib/emca.jar:/path/jlib/srvm.jar:/path/jlib/srvmasm.jar:/path/jlib/emConfigInstall.jar:/path/jlib/ldapjclnt11.jar:/path/jlib/ldap.jar:/path/jlib/share.jar:/path/jlib/srvmhas.jar:/path/jlib/netcfg.jar:/path/jlib/http_client.jar:/path/lib/http_client.jar:/path/lib/xmlparserv2.jar:/path/assistants/jlib/assistantsCommon.jar:/path/sysman/jlib/emCORE.jar:/path/sysman/jlib/emagentSDK.jar:/path/oui/jlib/OraInstaller.jar:/path/oui/jlib/OraPrereq.jar:/path/inventory/prereqs/oui/OraPrereqChecks.jar:/path/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=bss-ora-dev, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/path/jdk/jre/lib/i386/client:/path/jdk/jre/lib/i386:/path/jdk/jre/../lib/i386:/path/lib32:/path/lib:/path/perl/lib, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/path/lib32:/path/lib:/path/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NEED_EXIT_CODE=1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_HOME=/path, ORACLE_SID=bssdevpl, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/path/bin, PWD=/home/oracle, SHELL=/bin/bash, SHLIB_PATH=/path/lib32:/path/lib:/path/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/path/jdk/jre/bin/java]
    10:43:50 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/bin/emctl deploy dbconsole /path/bss.com_bssdevpl bss.com:3938 bss.com bssdevpl
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /path/bin/emctl deploy dbconsole /path/bss.com_bssdevpl bss.com:3938 bss.com bssdevpl completed successfully
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: /path
    Destination (shared install) : /path/bss.com_bssdevpl
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    10:43:53 oracle.sysman.emcp.EMAgentConfig updateDBControlPort
    CONFIG: Setting https port as: -1
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/bss.com_bssdevpl/sysman/config/emoms.properties.emca.util.tmp to /path/bss.com_bssdevpl/sysman/config/emoms.properties
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/bss.com_bssdevpl/sysman/config/emd.properties.emca.util.tmp to /path/bss.com_bssdevpl/sysman/config/emd.properties
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/bss.com_bssdevpl/sysman/config/emd.properties.emca.util.tmp to /path/bss.com_bssdevpl/sysman/config/emd.properties
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: targetsXML exists: /path/sysman/emd/targets.xml
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: customTarget for oracle_database on node bss.com sid bssdevpl : bssdevpl
    10:43:53 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CUSTOM_ORACLE_DB_TARGET value: bssdevpl
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER.
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:53 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:53 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    10:43:53 oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Found listener named: LISTENER
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LISTENER_OH.
    10:43:53 oracle.sysman.emcp.ParamsManager getListenerHome
    CONFIG: LISTENER_OH not set. Using ORACLE_HOME as listener's home.
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: targetsXML exists: /path/sysman/emd/targets.xml
    10:43:53 oracle.sysman.emcp.EMAgentConfig getCustomTargetName
    CONFIG: customTarget for oracle_listener on node bss.com sid null : LISTENER_bss.com
    10:43:53 oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CUSTOM_LSNR_TARGET value: LISTENER_bss.com
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/path/jlib/emca.jar:/path/jlib/srvm.jar:/path/jlib/srvmasm.jar:/path/jlib/emConfigInstall.jar:/path/jlib/ldapjclnt11.jar:/path/jlib/ldap.jar:/path/jlib/share.jar:/path/jlib/srvmhas.jar:/path/jlib/netcfg.jar:/path/jlib/http_client.jar:/path/lib/http_client.jar:/path/lib/xmlparserv2.jar:/path/assistants/jlib/assistantsCommon.jar:/path/sysman/jlib/emCORE.jar:/path/sysman/jlib/emagentSDK.jar:/path/oui/jlib/OraInstaller.jar:/path/oui/jlib/OraPrereq.jar:/path/inventory/prereqs/oui/OraPrereqChecks.jar:/path/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=bss-ora-dev, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib:null, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/path/lib32:/path/lib:/path/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_HOME=/path, ORACLE_SID=bssdevpl, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/path/bin, PERL5LIB=/path/perl/lib:/path/perl/lib/site_perl:/path/sysman/admin/scripts:/path/bin:, PWD=/home/oracle, SHELL=/bin/bash, SHLIB_PATH=/path/lib32:/path/lib:/path/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/path/jdk/jre/bin/java]
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/perl/bin/perl /path/bin/targetdeploy.pl -d bssdevpl -n LISTENER_bss.com /path/bss.com_bssdevpl bss.com bssdevpl
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /path/perl/bin/perl /path/bin/targetdeploy.pl -d bssdevpl -n LISTENER_bss.com /path/bss.com_bssdevpl bss.com bssdevpl completed successfully
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: /path
    Destination : /path/bss.com_bssdevpl
    Creating directories...
    Creating targets.xml...
    Done.
    10:43:53 oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /path/oraInst.loc to /path/bss.com_bssdevpl/oraInst.loc
    10:43:53 oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Creating agntstmp.txt file. oh: /path stateDir: /path/bss.com_bssdevpl host: bss.com
    10:43:53 oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    10:43:53 oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: File: /path/sysman/emd/agntstmp.txt.bssdevpl does not exists
    10:43:53 oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for bss.com
    10:43:53 oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    10:43:53 oracle.sysman.emcp.util.CentralAgentUtil registerWithCentralAgents
    INFO: Registering target(s) with central agent(s) (this may take a while)...
    10:43:53 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'DISPLAY' is '', discarding the same
    10:43:53 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    10:43:53 oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    10:43:53 oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [CLASSPATH=/path/jlib/emca.jar:/path/jlib/srvm.jar:/path/jlib/srvmasm.jar:/path/jlib/emConfigInstall.jar:/path/jlib/ldapjclnt11.jar:/path/jlib/ldap.jar:/path/jlib/share.jar:/path/jlib/srvmhas.jar:/path/jlib/netcfg.jar:/path/jlib/http_client.jar:/path/lib/http_client.jar:/path/lib/xmlparserv2.jar:/path/assistants/jlib/assistantsCommon.jar:/path/sysman/jlib/emCORE.jar:/path/sysman/jlib/emagentSDK.jar:/path/oui/jlib/OraInstaller.jar:/path/oui/jlib/OraPrereq.jar:/path/inventory/prereqs/oui/OraPrereqChecks.jar:/path/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/path/lib32:/path/lib:/path/perl/lib, G_BROKEN_FILENAMES=1, HISTSIZE=1000, HOME=/home/oracle, HOSTNAME=bss-ora-dev, INPUTRC=/etc/inputrc, KDEDIR=/usr, LANG=en_US.UTF-8, LD_LIBRARY_PATH=/path/jdk/jre/lib/i386/client:/path/jdk/jre/lib/i386:/path/jdk/jre/../lib/i386:/path/lib32:/path/lib:/path/perl/lib, LESSOPEN=|/usr/bin/lesspipe.sh %s, LIBPATH=/path/lib32:/path/lib:/path/perl/lib, LOGNAME=oracle, LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:, MAIL=/var/spool/mail/oracle, NEED_EXIT_CODE=1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, ORACLE_HOME=/path, ORACLE_SID=bssdevpl, PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/path/bin, PWD=/home/oracle, SHELL=/bin/bash, SHLIB_PATH=/path/lib32:/path/lib:/path/perl/lib, SHLVL=2, SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass, TERM=xterm, USER=oracle, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/path/jdk/jre/bin/java]
    10:43:53 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /path/bin/emctl config agent addcentralagent /path /path
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    0 [main] ERROR emSDK.config - Warning: one of following could not be found:/path/bin/emtgtctl or /path/bss.com_bssdevpl/bin/emtgtctl
    7 [main] ERROR emSDK.config - oracle.sysman.emSDK.conf.CentralHomeAdditionException: emtgtctl could not be found in the bin directory of either the local home at /path or the central home at /path/bss.com_bssdevpl
    oracle.sysman.emSDK.conf.CentralHomeAdditionException: emtgtctl could not be found in the bin directory of either the local home at /path or the central home at /path/bss.com_bssdevpl
         at oracle.sysman.emSDK.conf.TargetInstaller.addCentralAgentHome(TargetInstaller.java:1931)
         at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3167)
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: emtgtctl could not be found in the bin directory of either the local home at /path or the central home at /path/bss.com_bssdevpl
    10:43:57 oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /path/bin/emctl config agent addcentralagent /path /path
    10:43:57 oracle.sysman.emcp.util.CentralAgentUtil registerWithCentralAgents
    CONFIG: Error registering with /path
    10:43:57 oracle.sysman.emcp.EMAgentConfig performConfiguration
    WARNING: Error registering database targets with the central agent(s).
    10:43:57 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error configuring central management. This target will not be centrally managed
    Refer to the log file at /Oracle/app/oracle/cfgtoollogs/emca/bssdevpl/emca_2010_02_10_10_25_26.log for more details.
    10:43:57 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error configuring central management. This target will not be centrally managed
         at oracle.sysman.emcp.EMAgentConfig.performConfiguration(EMAgentConfig.java:1303)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:239)
         at oracle.sysman.emcp.EMAgentConfig.invoke(EMAgentConfig.java:217)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:225)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:534)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1214)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:518)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:467)

Maybe you are looking for

  • Security warning claims invalid site when I attempt refresh. It uses outdated firefox component from Jan 2003.

    Tech details at end of this narrative: As you can see, Firefox is using an old piece of software not aware it is the one out of date, not the current certificate which it discovers is too far in the future. Accepting this puts me at risk as it may re

  • Can't add music to iTunes 10.6.1

    I'm having problems in adding any kind of music media into iTunes 10.6.1 on OSX. Funny thing is that when i preview the file in finder it plays, some files also play in itunes when i double click them, but theyr'e nowhere to be found in the library.

  • H61MU-E35 (B3) Updating BIOS....File Not Found Error

    I have MSI H61MU-E35 (B3) Motherboard with Intel i3 CPU. I downloaded latest BIOS File  7680vC3.zip (on web page it's says Version: 12.3 from  -> -www.msi.com/support/mb/H61MUE35_B3.html#down-bios Using Windows XP OS  From 7680vC3.zip => Extracted E7

  • Clearing requires non exsiting account

    we encounter a problem using F-44 for vendor account clearing , posting key 50, account 700010, the error message is "G/L 700010 FR01 does not exist" where can i check the configuration? how to resolve? do we need to create account 700010?

  • 15 Macbook pro late 2011 - Mountain Lion - Air Play

    I have upgraded to mountain lion on my macbook pro 15 late 2011 that i purchased on November of 2011.  i get this error message when I attempt to utilize airplay.  An error occurred (-6722) while connecting to the AirPlay device "Apple TV".  Any idea