Kodo JCA integration with Oracle AS 10g

Hi guys,
even though I know that Oracle Application Server is not officially
supported by SolarMetric, it is fundamental for us being able to
preferalby integrate Kodo as a JCA connector.
In the last three days I've been working on this issue obtaining some
results, but now I am running out of ideas about how to solve the
problem I am going to describe to you.
So, the first problem was about finding out how to deploy a connector in
the OC4J. Thanks to an how-to I am attaching to this e-mail I've been
able to accomplish this first step. It has been a bit tricky: I've had
to modify all the "config-property" "name" attributes in the ra.xml file
shipped within your kodo.rar appropriately.
Appropriately means that property names like "AggregateListeners" had to
be rewritten as "aggregateListeners", and property names like "MBeans"
had to be left untouched.
Solved this problem I've been able to reboot the AppServ without any
error/warning message, but I am still far away from being able to
retrieve a PersisteceManager from the PersistenceManagerFactory without
exceptions. The complete stack trace follows:
com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back:
Error in transaction: MarshallingXAException : invalid arguments in call
     at
Jaas_StatelessSessionBeanWrapper2.protectedMethod(Jaas_StatelessSessionBeanWrapper2.java:143)
     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:324)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
     at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
at connection to mercurio.cineca.it/130.186.3.63 as root
     at
com.evermind.server.rmi.RMIConnection.EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(RMIConnection.java:1520)
     at
com.evermind.server.rmi.RMIConnection.invokeMethod(RMIConnection.java:1473)
     at
com.evermind.server.rmi.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:55)
     at
com.evermind.server.rmi.RecoverableRemoteInvocationHandler.invoke(RecoverableRemoteInvocationHandler.java:22)
     at
com.evermind.server.ejb.StatelessSessionRemoteInvocationHandler.invoke(StatelessSessionRemoteInvocationHandler.java:50)
     at __Proxy1.protectedMethod(Unknown Source)
     at
it.cineca.test.jaastestclient.JaasBeanTestClient.protectedMethod(JaasBeanTestClient.java:236)
     at
it.cineca.test.jaastestclient.JaasBeanTestClient.main(JaasBeanTestClient.java:328)
     Nested exception is:
MarshallingXAException : invalid arguments in call
     at
com.evermind.sql.DriverManagerXAConnection.start(DriverManagerXAConnection.java:114)
     at
com.evermind.server.TransactionEnlistment.<init>(TransactionEnlistment.java:45)
     at
com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:249)
     at
com.evermind.sql.OrionCMTConnection.tryToDelistEnlist(OrionCMTConnection.java:309)
     at
com.evermind.sql.OrionCMTConnection.intercept(OrionCMTConnection.java:126)
     at com.evermind.sql.FilterConnection.getMetaData(FilterConnection.java:74)
     at com.evermind.sql.FilterConnection.getMetaData(FilterConnection.java:75)
     at
kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:75)
     at
kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:57)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:624)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:870)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:960)
     at
kodo.jdbc.runtime.JDBCStoreManager.setPersistenceManager(JDBCStoreManager.java:68)
     at
kodo.runtime.DelegatingStoreManager.setPersistenceManager(DelegatingStoreManager.java:76)
     at
kodo.runtime.PersistenceManagerImpl.initialize(PersistenceManagerImpl.java:196)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:139)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:102)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:95)
     at
kodo.jdbc.ee.JDBCConnectionFactory.getPersistenceManager(JDBCConnectionFactory.java:163)
     at it.cineca.test.jaas.JaasBean.protectedMethod(JaasBean.java:53)
     at
Jaas_StatelessSessionBeanWrapper2.protectedMethod(Jaas_StatelessSessionBeanWrapper2.java:98)
     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:324)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
     at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
Nested exception is:
java.sql.SQLException: invalid arguments in call
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:231)
     at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:985)
     at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:198)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:377)
     at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:515)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:345)
     at
com.evermind.sql.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:181)
     at
com.evermind.sql.DriverManagerConnectionPoolDataSource.getPooledConnection(DriverManagerConnectionPoolDataSource.java:36)
     at
com.evermind.sql.OrionPooledDataSource.getPooledConnection(OrionPooledDataSource.java:561)
     at
com.evermind.sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:22)
     at
com.evermind.sql.OrionPooledDataSource.checkAndGetMinConnections(OrionPooledDataSource.java:431)
     at
com.evermind.sql.OrionPooledDataSource.getConnection(OrionPooledDataSource.java:338)
     at
com.evermind.sql.DriverManagerXADataSource.getNonAutoCommitConnection(DriverManagerXADataSource.java:330)
     at
com.evermind.sql.DriverManagerXAConnection.start(DriverManagerXAConnection.java:97)
     at
com.evermind.server.TransactionEnlistment.<init>(TransactionEnlistment.java:45)
     at
com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:249)
     at
com.evermind.sql.OrionCMTConnection.tryToDelistEnlist(OrionCMTConnection.java:309)
     at
com.evermind.sql.OrionCMTConnection.intercept(OrionCMTConnection.java:126)
     at com.evermind.sql.FilterConnection.getMetaData(FilterConnection.java:74)
     at com.evermind.sql.FilterConnection.getMetaData(FilterConnection.java:75)
     at
kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:75)
     at
kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:57)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:624)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:870)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:960)
     at
kodo.jdbc.runtime.JDBCStoreManager.setPersistenceManager(JDBCStoreManager.java:68)
     at
kodo.runtime.DelegatingStoreManager.setPersistenceManager(DelegatingStoreManager.java:76)
     at
kodo.runtime.PersistenceManagerImpl.initialize(PersistenceManagerImpl.java:196)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:139)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:102)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:95)
     at
kodo.jdbc.ee.JDBCConnectionFactory.getPersistenceManager(JDBCConnectionFactory.java:163)
     at it.cineca.test.jaas.JaasBean.protectedMethod(JaasBean.java:53)
     at
Jaas_StatelessSessionBeanWrapper2.protectedMethod(Jaas_StatelessSessionBeanWrapper2.java:98)
     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:324)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
     at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
at connection to mercurio.cineca.it/130.186.3.63
     at
com.evermind.server.rmi.OrionRemoteException.receive(OrionRemoteException.java:130)
     at
com.evermind.server.rmi.RMIConnection.handleMethodInvocationResponse(RMIConnection.java:1643)
     at com.evermind.server.rmi.RMI-- Failed: protectedMethod(protected)
-- Return value from protectedMethod(protected): .
-- Calling unprotectedMethod(unprotected)
Connection.run(RMIConnection.java:407)
     at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:287)
     at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
     at java.lang.Thread.run(Thread.java:534)
Nested exception is:
java.sql.SQLException: invalid arguments in call
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:231)
     at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:985)
     at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:198)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:377)
     at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:515)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:345)
     at
com.evermind.sql.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:181)
     at
com.evermind.sql.DriverManagerConnectionPoolDataSource.getPooledConnection(DriverManagerConnectionPoolDataSource.java:36)
     at
com.evermind.sql.OrionPooledDataSource.getPooledConnection(OrionPooledDataSource.java:561)
     at
com.evermind.sql.PooledConnectionUsage.getPooledConnection(PooledConnectionUsage.java:22)
     at
com.evermind.sql.OrionPooledDataSource.checkAndGetMinConnections(OrionPooledDataSource.java:431)
     at
com.evermind.sql.OrionPooledDataSource.getConnection(OrionPooledDataSource.java:338)
     at
com.evermind.sql.DriverManagerXADataSource.getNonAutoCommitConnection(DriverManagerXADataSource.java:330)
     at
com.evermind.sql.DriverManagerXAConnection.start(DriverManagerXAConnection.java:97)
     at
com.evermind.server.TransactionEnlistment.<init>(TransactionEnlistment.java:45)
     at
com.evermind.server.ApplicationServerTransaction.enlistResource(ApplicationServerTransaction.java:249)
     at
com.evermind.sql.OrionCMTConnection.tryToDelistEnlist(OrionCMTConnection.java:309)
     at
com.evermind.sql.OrionCMTConnection.intercept(OrionCMTConnection.java:126)
     at com.evermind.sql.FilterConnection.getMetaData(FilterConnection.java:74)
     at com.evermind.sql.FilterConnection.getMetaData(FilterConnection.java:75)
     at
kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:75)
     at
kodo.jdbc.sql.DBDictionaryFactory.getDBDictionary(DBDictionaryFactory.java:57)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:624)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(JDBCConfigurationImpl.java:870)
     at
kodo.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCConfigurationImpl.java:960)
     at
kodo.jdbc.runtime.JDBCStoreManager.setPersistenceManager(JDBCStoreManager.java:68)
     at
kodo.runtime.DelegatingStoreManager.setPersistenceManager(DelegatingStoreManager.java:76)
     at
kodo.runtime.PersistenceManagerImpl.initialize(PersistenceManagerImpl.java:196)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:139)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:102)
     at
kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:95)
     at
kodo.jdbc.ee.JDBCConnectionFactory.getPersistenceManager(JDBCConnectionFactory.java:163)
     at it.cineca.test.jaas.JaasBean.protectedMethod(JaasBean.java:53)
     at
Jaas_StatelessSessionBeanWrapper2.protectedMethod(Jaas_StatelessSessionBeanWrapper2.java:98)
     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:324)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:124)
     at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:48)
     at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)

Sorry,
my previous post is taken from an e-mail I sent to the support, so it
talks about some files that should be attached to it. Obviously these
files are not available along with the post, but the content of the
message (and so my problem) is still valid.
Thanks,
Francesco

Similar Messages

  • Peoplesoft Enterprise Integration with Oracle Portal 10g

    I am looking for documentation which explains the steps in detail on how to integrate peoplesoft Enterprise with Oracle portal. I found this http://www.oracle.com/technology/products/ias/portal/pdf/oow06_S281760_apps_integration.pdf. But, I am looking for some documentation which explains the process in detail.
    Could somebody please suggest pointers to the documentation.
    Regards,
    Lavanya

    Any responses to this?
    I am also looking for a more detailed "Guide" of sorts for the integration.
    Must say that the presentation is pretty good though.

  • Need idea : Integration of CRM On Demand web services with Oracle SOA 10g

    Hi Al,
    Can anyone have any idea on integration of CRM on Demand Web service with Oracle SOA 10g specially BPEL 10g.
    If you have any idea please share with us. Or if you know any good link on the same... please let me know.....
    Thanks in advance
    Debarshi

    AFAIK there is no such mapping available, however you may want to take a look at this Support Community thread that discusses the migration and even gives some samples.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Rightfax Integration with Oracle forms

    We have Rightfax 9.3 integrated with our application running on Oracle forms 6i.
    We are plaaning to upgrade to Oracle forms 10g.
    We need to understand that if RightFax 9.3 can be configured with Oracle Forms 10g
    Also, is the invocation for RightFax dependent only on Oracle Forms and not dependent on the Windows Operating system installed on the server?
    Please help

    Thanks for the replies..
    I would need some more information.
    1 Right fax is already installed on windows server.
    Will we need upgraded drivers to configure right fax 9.3 with oracle 10g
    2. Will this require any kind of customization in rightfax configuration.
    3. Will this be a one to one fullfilment
    Request you all to help us on this.

  • Does Oracle OLAP comes with Oracle Database 10g ?

    1.Does Oracle OLAP comes with Oracle Database 10g or do we need seperate software to have this ?.
    2.If I create a Cube with Analytic work space manager the cube is going to be stored in the Database ( meaning the in the table space where OLAP is Stored).
    3. What is the difference between Analtyic work space manager and discoverer For Olap.
    Help is higly appreciated ..
    Thanks, Prasad

    One thing to point out : The OLAP option is a costed database option, so while this is automatically installed and part of your database you do have to purchase additional licenses to use this feature. You will need to check with your Oracle account manager to see if you are actually licensed to use this feature.
    If you have existing 9i OLAP cubes these can be quickly and easily migrated to 10g OLAP and the documentation explains how to do this. However, there are many new features that are part of 10g OLAP that will improve the performance of your data model that will not be enabled as part of a migration process. Based on my experiences it would be quicker and easier (depending on the size of your existing 9i OLAP cubes) to consider rebuilding your data model using these new 10g features. You should be able to export all the dimensions to XML templates from 9i OLAP and import the templates into the 10g schema and reload your dimensions.
    For the cubes you will probably want to consider using partitioning, composites and compression to provide maximum flexibility and performance for your new data model. There is more information on these features within the OLAP documentation and in the many whitepapers and presentations on the OLAP home page on OTN.
    For moving data from SQL Server to 10g OLAP much depends on the nature of the data transfer. If it is a one-off bulk data load then you could consider using the normal MS command line tools to dump the data out and transfer it to Oracle. Alternatively, you could consider using Oracle Data Integrator to manage the extraction of the SQL Server data and the data load process into Oracle 10g relational tables. If you decide to use Data Integrator this will require additional licenses.
    If you can extract the data from SQL Server to flat files you can use Oracle Warehouse Builder (basic ETL is free as part of the 10g database license) to load that flat file data via external tables. Warehouse Builder can also be used to define your OLAP data model (think of Warehouse Builder as a more powerful version of Analytic Workspace Manager) and provides tools to load the data directly into your OLAP dimensions and cubes. You can get more information on managing OLAP data models with Warehouse Builder the Warehouse Builder home page on OTN.
    There are no facilities to modify Discoverer Viewer to add customisations. You can add company logos, modify certain colors and/or hide certain features but it is not possible to add additional features. You may want to consider using BI Beans to provide this type of environment. BI Beans is the development framework used to create Discoverer Viewer. You can create customised JSP pages that look identical to Discoverer Viewer pages with the added benefit of providing your own specific features. You can get more information on the BI Beans home page on OTN.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Weblogic SOA 12.1.3: Integration with Oracle 9i Database

    All,
    We have a client who currently adopt BPEL 10g (10.1.3.4). Currently we are looking to updrade the client to SOA Suite 12.1.3. As part of their existing architecture, there are a number of Oracle 9i databases that the BPEL components integrate with via DB Adapters. The clients current road map is to upgrade / migrate to the 12c SOA platform but not upgrade any of their legacy applications running on top of a Oracle 9i Database.
    Please note I have observed and reviewed the Certification Matrix for supported platforms at http://www.oracle.com/technetwork/middleware/fusion-middleware/documentation/fmw-1213certmatrix-2226694.xls
    As part of initial investigations, we have identified that the JDBC drivers that are integrated with 12.1.3. Weblogic are not compatable with Oracle 9i. You are able to create and test data source conections with success. However at runtime when querying the database a number of issues manifest. These incude:
    VARCHAR2 columns are not returned via a select. Date columns and number columns are returned
    Errors when executing adapters which implement the Pure SQL feature.The error returned involves the "ora-01460: unimplemented or unreasonable conversion requested" error.
    Similair design time issues are also envountered in JDeveloper (as per JDeveloper 12.1.3 (SOA / BPM) Integration with Oracle 9i Database)
    Looking at the default configuration in 12c, it is to utilise OJDBC7 drivers supplied which support JDBC 4.1specification.
    Has anyone had experience of using an Oracle 9i Database with Weblogic 12.1.3.? or have any viable options / views for how this could be achieved?
    Regards Dave

    I wrongly mentioned to change to change the font format. In that document they mention to add the lines.
    Thanks
    Guna

  • Get error while Integrating with Oracle's Enterprise User Security

    Hi,
    I am trying to create an Oracle Enterprise User integrating with OVD and MS Active Directory.
    I am following all the steps in Integrating with Oracle's Enterprise User Security.
    In the documentation section: "Configuring Oracle Virtual Directory for the Integration"
    I have applied the steps successfully until:
    Update and load the entries into the Local Store Adapters by performing the following steps:
    I have successfully extended the Oracle Virtual Directory schema with the loadOVD.ldif
    However I am getting errors in the next step: Update realmRoot.ldif to use your namespaces
    The next step states the following:
    Update realmRoot.ldif to use your namespaces, including the dn, dc, o, orclsubscriberfullname,
    and memberurl attributes in the file. If you have a DN mapping between Active Directory and
    Oracle Virtual Directory, use the DN that you see from Oracle Virtual Directory.
    The realmRoot.ldif file is located in ORACLE_VIRTUAL_DIRECTORY_HOME/eus,
    where ORACLE_VIRTUAL_DIRECTORY_HOME represents the location where Oracle Virtual Directory is installed.
    The realmRoot.ldif file contains core entries in the directory namespace that Enterprise User Security queries. The realmRoot.ldif file also contains the dynamic group that contains the registered Enterprise User Security databases to allow secured access to sensitive Enterprise User Security related attributes, like the user's Enterprise User Security hashed password attribute.
    Load your domain root information in the realmRoot.ldif file into Oracle Virtual Directory using the following command:
    ldapmodify -h Oracle_Virtual_Directory_Host –p OVD_Port -D cn=admin -w Admin_Password -v -a –f realmRoot.ldif
    When I run the ldapmodify command I get the following error:
    add dc:
    testldap
    add objectclass:
    top
    domain
    domainDNS
    adding new entry DC=testldap,DC=local
    ldap_add: Operations error
    ldap_add: additional info: LDAP Error 1 : null
    The actual realmRoot.ldif looks like this:
    # Please uncomment the following one line if you are importing this
    # LDIF file via OVD Manager or OVD Server's ldapmodify tool.
    #version: 1
    #dn: dc=com
    #dc: com
    #objectclass: domain
    dn: DC=testldap,DC=local
    changetype: add
    dc: testldap
    #o: subarashii
    objectclass: top
    objectclass: domain
    objectclass: domainDNS
    #objectclass: orclSubscriber
    #orclsubscriberfullname: subarashii
    #orclVersion: 90400
    # If your domain structure has more layers than dc=subarashii,dc=com,
    # for example, it's dc=us,dc=subarashii,dc=com, you will need to load
    # the following ldif entry/entries too.
    # Uncomment out the following, if required.
    #dn: dc=us,dc=subarashii,dc=com
    #orclversion: 90400
    #orclsubscriberfullname: us
    #objectclass: domain
    #objectclass: top
    #objectclass: orclSubscriber
    #dc: us
    # Adding EUSDBGroup entry
    # Modify the memberurl attribute and replace it with your own domain name
    #dn: cn=EUSDBGROUP,dc=subarashii,dc=com
    #cn: EUSDBGROUP
    #memberurl:ldap:///dc=subarashii,dc=com??sub?(&(objectclass=orclService)(objectclass=orclDBServer))
    #objectclass:groupofuniquenames
    #objectclass:groupofurls
    #objectclass:top

    Did you ever get your questions answered about the realmRoot.ldif file? Did you manage to configure a successful integration of OVD with EUS? I am battling with trying to get Oracle Virtual Directory integrated with Enterprise User Security, but every step I take in Chapter 7 of the OVD manual fails in some way, and the instructions are often vague. I am not sure how to modify the realmRoot.ldif file. Is there any improved documentation on this? I have logged a Service Request, but not getting any help. Any resources or documentation you know of that provides better guidance would be much appreciated. I am way behind my schedule now and this is a very frustrating exercise.
    Thanks.

  • OTM 6.3 Integration with Oracle EBS 12.1.3

    Hi,
    OTM 6.3 Integration with Oracle EBS 12.1.3 .
    Please suggest me with Oracle MOS DOC ID / steps to achieve this.
    Regards,

    Hi,
    This is a new Cloud community and not focused on EBS. We recommend you to place your question on the MOS community as I am sure they will be able to help you: Oracle Transportation Management (MOSC)
    Regards,
    Pablo.

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

  • Pinging ip's with oracle developer 10g

    db and dev 10g rel2 ,
    hi all,
    i want to ping some ip's through a form built with oracle developer 10g rel2 ,
    - i have two choices here ,
    -there is an application can ping a lot of ip's automatically , it has options to load a file in which ip's are stored , and another option to save the result into a .csv file ,
    so i am searching for a way to control that application , i want a way to do these tasks through a button on my form :
    1- open that application .
    2 -load the ip's .
    3- save the result to a .csv file .
    4- transferring the .csv data to a block on my form . -- and this is the simple step which i can do individually , but i do not know how to deal with the steps previously mentioned .
    2- the second choice is to open the os command prompt through a button , and ping through it , but the problem is the result would not be displayed in columns , and i do not know a way to load the result into a block on the form.
    if you could help me with any of these choices , or if you have another one , i would appreciate that .
    thanks in advance

    i've tried to use it like it is in the example : , i used only the first two parameters
    DECLARE
      c  utl_tcp.connection;  -- TCP/IP connection to the Web server
    BEGIN
      c := utl_tcp.open_connection(remote_host => 'www.acme.com',
                                   remote_port =>  80); 
    end ; by the way , before i posted the thread , i've tried it , but i faced problems while executing it , that's why i asked if it is
    suitable for me or not .
    when i execute it by the above code , the engine tells me that "procedure successfully completed , but without any result .
    2- if you could tell me what does "remote_port" means , because i posted the number in the example as it is .
    i do not know what is port ?
    3- do you know about a jave bean can do my requirements ?
    thanks a lot

  • Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0

    Hello,
    Maybe you can help me (new on RMAN backup) in doing this.
    I have configured a single Oracle 10g database to have backup with RMAN with following steps:
    1. $ mkdir $ORACLE_BASE/rman_scripts
    2. $ mkdir $ORACLE_BASE/logs
    3. $ mkdir $ORACLE_BASE/tracking
    4. $ mkdir $ORACLE_BASE/c_backup
    5. $ sqlplus sys/<password> as sysdba
    6. SQL> alter system set db_recovery_file_dest_size = 50G scope=both;
    7. SQL> alter system set db_recovery_file_dest='${ ORACLE_BASE}/flash_recovery_ area' scope=both;
    8. SQL> alter system set log_archive_dest_10='location= use_db_recovery_file_dest';
    9. SQL> shutdown immediate
    10. SQL> startup nomount
    11. SQL> alter database archivelog;
    12. SQL> alter database open;
    13. SQL> alter database enable block change tracking using file '${ORACLE_BASE}/tracking/rman_ change_track.f';
    14. $ rman target /
    15. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK
    TO '/var/opt/oracle/flash_ recovery_area/ORCL/c_backup/% F';
    16. RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    17. RMAN> CONFIGURE BACKUP OPTIMIZATION ON;
    18. RMAN> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    19. RMAN> exit
    I need to configure incremental backup with RMAN on a two node Solaris x86 with Oracle RAC 10g Enterprise Edition Release 10.2.0.3.0 installation.
    We also use ASM to store database files, and have Oracle software installed on separate file systems (two Oracle roots for Node1 and Node2).
    I have following questions:
    1) where to put Flash Recovery Area (FRA)?
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    3) Is it possible/recommended to run RMAN from Node1 only?
    Below is the script used to run RMAN on the normal Oracle database (without RAC) which I need to change :
    =============================================================================================
    2.0 Oracle backup script: /opt/app/oracle/rman_scripts/backup.sh
    Use this for daily backups, possiblly as a cron job.
    Once a week run this: /opt/app/oracle/rman_scripts/backup.sh FULL
    All other days of the week: /opt/app/oracle/rman_scripts/backup.sh INCREMENTAL
    Note: You may have to change ORACLE_SID, ORACLE_BASE below to match your database.
    =============================================================================================
    #!/usr/bin/ksh
    ORACLE_SID=orcl
    ORACLE_BASE=/opt/app/oracle
    ORACLE_HOME=${ORACLE_BASE}/product/10.2.0/db_1
    PATH=${ORACLE_HOME}/bin:/usr/bin
    LOGDIR=${ORACLE_BASE}/logs
    LOGFILE=${LOGDIR}/rman.log
    if [[ $# < 1 ]]
    then
    echo "usage: backup.sh FULL|INCREMENTAL"
    exit;
    fi
    BACKUPTYPE=${1}
    full='FULL'
    incremental='INCREMENTAL'
    if [[ $BACKUPTYPE == $full ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi
    if [[ $BACKUPTYPE == $incremental ]]
    then
    $ORACLE_HOME/bin/rman target / nocatalog log ${LOGFILE} append << eof
    run {
    backup database;
    backup incremental level 1 database;
    SQL 'alter system archive log current';
    backup archivelog all;
    delete noprompt obsolete;
    exit;
    eof
    echo ''
    fi

    Hi [email protected],
    Q1) where to put Flash Recovery Area (FRA)?
    A1) With RAC: on the shared storage
    I saw recommendations to put FRA on the ASM, is this the best way to do it?
    If you want your backups to be available for both nodes you have to use shared storage or tape using an mml library.
    So if you want to use the FRA for rman backups and the database is on ASM just make ASM the standard for the FRA as well.
    Q2) Can I put FRA on another file system (not on the ASM) which is available only from Node1? This way I can save space on the ASM.
    A2) Than you cannot recover in case Node1 is down. Best would be to send your storage admin to a training course so he can manage the clustered raw devices needed for ASM.
    Q3) Is it possible/recommended to run RMAN from Node1 only?
    A3) No see A2.
    Regards,
    Tycho

  • Oracle Identity and Access Management Suite Plus Integration with Oracle ADF

    Hi All,
    Kindly advice if Oracle Identity and Access Management Suite Plus can be integrated with Oracle ADF based applications to manage the end-to-end lifecycle of user accounts specifically addressing to roles/priviledges and security.
    Request you to share links to documentation where I can study the steps to integrate both the frameworks.
    Looking forward to hear from you soon.
    Best Regards,
    Ankit Gupta 

    Hi Sébastien,
    I came across the below link for the required integrations -
    Oracle&amp;reg; Fusion Middleware Installation Guide for Oracle Identity and Access Management 11g Release 2 (11.1.2) - …
    Oracle&amp;reg; Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management 11g Release 2 (11.1.2) - Co…
    Best Regards,
    Ankit Gupta

  • Help with Oracle 9i/10g on RedHat 4?

    If anybody can help would be greatly appreciated...
    I get the same error with Oracle 9i & 10g when installing on Red Hat Fedora 4, it's java related...
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-03-16_01-09PM/jre/lib/i386/libawt.so: connat restore segment prot after reloc: Permission Denied
    Red Hat Fedora is weak on java, it only has the Java 1.4 JRE installed. I tried to upgrade to Sun's JRE 6 but got dependency errors.
    Jon

    Red Hat Fedora 4Does not exist.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-03-16_01-09PM/jre/lib/i386/libawt.so: connat restore segment prot after reloc: Permission DeniedSolution 1: Modify /etc/selinux/config and change value of SELINUX to "disabled" and reboot computer.
    Solution 2: Upgrade selinux-policy-targeted-1.25.2-4.noarch.rpm (Use command: "yum upgrade selinux-policy-targeted")
    Red Hat Fedora is weak on java, it only has the Java 1.4 JRE installed. I tried to upgrade to Sun's JRE 6 but got dependency errors.??? OUI does not have to do with external JRE.
    Oracle Installation comes with bunled JRE.
    If you are using Fedora then you might consider these articles useful:
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    http://ivan.kartik.sk/oracle/install_ora10gR2_fedora.html

  • Manually register rman backup with oracle database 10g

    Dear All.
    I want to restore full backup of database.
    I have not configure flash_recovery_area.
    how i can manually register full rman backup of database with oracle database 10g.?
    Please help me.
    Thanks & Regards
    Ravi Kumar

    This is the 10gR2 documentation on the CATALOG command :
    http://docs.oracle.com/cd/B19306_01/backup.102/b14194/rcmsynta011.htm#sthref230
    You must be specific when stating the version you are running.  Commands may be limited or unavailable in older versions versus more recent versions of Oracle.
    Hemant K Chitale

  • ATG Integration with Oracle EBS

    Anybody worked on ATG integration with Oracle EBS for Pricing, Inventory and Order Management?  I would like get more detail on the approach on the integration.

    Have you looked into the error log to see whats the error message ?
    The sawlog file would be located here - C:\OBIEE\OracleBIData\web\log
    Paste your instanceconfig.xml file here, specifically the Auth section
    Also elaborate on what are the steps you have followed for Integration so we will be able to help !!

Maybe you are looking for

  • Download CSV-File from Interactive Report

    Dear all, I want to download a CSV-File from a Interactive report. The content of the Rows in Excel: Erste,"B","C","D","E","F","G","H","I","J","K","L","M","N","O","P" IBC ->,"-","1","2","3","4","5","6","7","8","9","10","11","12","13","14" [...] How c

  • Itunes library is greyed out

    Hi, I hope someone can help as this has been driving me crazy the last few days. I imported some cd's into my itunes library & connected my ipod classic to my laptop (Win 7) expecting it to sync the music, it didn't. The music I imported is visible i

  • Mail report question

    Hi there, This may be a crazt question but I was curious if there was a way to get information from apple mail in report format. I would like to create report showing waht folder the email is in. My reason for doing this I seem tobe missing emails. 

  • Re-order curves programmatically in REPORT or VIEW

    Is is possible to programatically re-order curves in REPORT or VIEW?  Thanks! Julia

  • Is it possible to change the title of a webpart using client object model/c#/sharepoint online

    Hi folks! I have been busted my butt trying to Write a program changing the title of an existing webpart on on of our subsites on SharePoint online. But I keep getting an error in the very last context.executequery. Tried a bunch of different approac