Restart WebLogic Server and JDBC data source problem

Hi all

In the Weblogic Console, we have defined a data source JDBC, which is used by the compoistes to connect to the Oracle Apps database using DB adapters (SOA Suite 11 g).

We have seen that whenever the database of applications down and Monte, we wanted to restart the WLS for DB adapters work. Is this necessary, or is this something to do with the way was Weblogic Server setup?

In addition, we noticed that some adapters file does not pick up the files, and a Weblogic reboot seems to fix everything.

Pointers to debug these highy is appreciated.

Concerning
Anish.

You can configure your data source so that the connections are tested until they are given to the request.

An example of how to do it can be found here: http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/jdbc/jdbc_datasources/ConfigureTestingOptionsForADataSource.html

More information about these features can be found here: http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/pagehelp/JDBCjdbcdatasourcesjdbcdatasourceconfigconnectionpooltitle.html#advancedAttributes

You can also set how often to retry on the creation of the connection to another value to zero.

Tags: Fusion Middleware

Similar Questions

  • Application module runs does not after changing the jndi in the JDBC data source name

    I had an obligation to deploy ADF application dev, test, and production. Every environments to different databases.

    To reach the requirement above, we had suite
    (a) uncheck "Auto Generate and descriptors weblogic - jdbc.xml sync for the deployment" of the Application property.
    (b) defined a data source to wls console (console different wls for each env) to dev, test, and production with jndi, jdbc/dashboardDS.
    (c) on the module of the application, the connection type changed to "JDBC Data Source" and filled in "jdbc/dashboardDS" to the name of the data source.

    Now, we are able to deploy our ADF application for dev, test, and production environments.

    But, after doing some changes to the bc4j.xcfg file as in step c), I'm not able to run AM. AM is running in an error message.
    oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:96)
         at oracle.jbo.jbotester.ErrorHandler.displayError(ErrorHandler.java:89)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:437)
    Caused by: oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context jdbc/dashboardDS
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1418)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    Caused by: javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         ... 19 more
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context jdbc/dashboardDS
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1418)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    Caused by: javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         ... 19 more
    ## Detail 0 ##
    javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    
    ----- Level 1: Detail 0 -----
    oracle.jbo.DMLException: JBO-27200: JNDI failure. Unable to lookup Data Source at context jdbc/dashboardDS
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1418)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    Caused by: javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         ... 19 more
    ## Detail 0 ##
    javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    
       ----- Level 2: Detail 0 -----
       javax.naming.NameNotFoundException: DataSourceContext could not locate a DataSource for the name:  jdbc/dashboardDS
         at oracle.jbo.server.DataSourceContext.lookup(DataSourceContext.java:109)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.jbo.server.DBTransactionImpl.lookupDataSource(DBTransactionImpl.java:1404)
         at oracle.jbo.server.DBTransactionImpl2.connectToDataSource(DBTransactionImpl2.java:309)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:203)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:562)
         at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:410)
         at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:8651)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4405)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2391)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2203)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3101)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:460)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:431)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:426)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:512)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:855)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:214)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:906)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:632)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:597)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:428)
    Any suggestions

    Thank you
    Ajay

    You are talknig Tester ADF BC? Yes, and then change the type of URL JDBC connection for tester to run.
    In you AM - configurations - Double click AMLocal and change

    Published by: in the line of fire on December 12, 2011 14:56

  • Oracle Fusion Middleware 12 c WebLogic Server and coherence (12.1.2.0.0) only installs and launches javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not found exception

    I am installing Oracle Fusion Middleware 12 c WebLogic Server and coherence (12.1.2.0.0) (V38518 - 01\wls_121200.jar), but I get the following error:

    javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not found

    Please note that I also get the same error when I try to install Oracle Fusion Middleware 12 c (12.1.3.0.0) WebLogic Server and coherence (V44413-01\fmw_12.1.3.0.0_wls.jar).

    Here are the steps:

    1. excerpt from the wls_121200.jar to D:\Temp

    2. run D:\Java\jdk1.7.0_67\bin\java-jar wls_121200.jar

    3. following error is reported and the process terminates:

    javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not fo

    und

    -with the exception related:

    [java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory]

    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:151)

    at javax.xml.bind.ContextFinder.find(ContextFinder.java:298)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:372)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:337)

    at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:244)

    at oracle.as.install.engine.config.xml.EngineConfigParser.getEngineConfi

    g(EngineConfigParser.Java:65)

    at oracle.as.install.engine.InstallEngine.startOperation (InstallEngine.j

    AVA: 425)

    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main (OiocOneClickInstall

    St. Java:690)

    Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:366)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:355)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:308)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

    at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:116)

    ... 7 more

    java.lang.NullPointerException

    at oracle.as.install.engine.InstallEngine.startOperation (InstallEngine.j

    AVA: 476)

    java.lang.NullPointerException at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:476)

    javax.xml.bind.JAXBException: provider com.sun.xml.bind.v2.ContextFactory not found

    Has anyone seen this error, or did someone knows how to solve this problem?

    I had several java installed on my computer so I thought this might be causing the problem. I went ahead uninstalled all the software just installed and java Oracle JDK 7 55 of update for Microsoft Windows x 64, set the path to be able to run java and ran "java-jar fmw_12.1.3.0.0_wls.jar". Installer is coming now.

  • Multi or JDBC data source data source

    When you configure the JDBC Session persistence in Web App, do we need a MultiDatasource or just a source data JDBC with the Connection Pool?

    Published by: user734247 on April 26, 2012 15:24

    A normal single JDBC targeted to the cluster data source should serve your purpose.
    Mutli-datasource is mainly used to connect to multiple databases OR finding themselves in a RAC. This is very useful when you have a failover of the database. If you have a single database, a normal JDBC data source should be enough.

    Arun

  • List of default data Source is only the list of JDBC data sources

    I have several defined JDBC data sources and have added a few sources of data file. But when I look at the report of a new report properties page, the default data Source drop-down list only JDBC data sources, none of the sources of data file. I tried clicking on the link "Refresh Data Source list", but it doesn't seem to do anything.

    I'd be able to see my file data sources in the Data Source by default list? I the role of the admin, it should not be a security thing. I give my data file sources a role, and I also have that same role.

    Thanks for any help.

    Hello
    The default data source drop box contains only jdbc sources. You must create a new data source, type the file, and then choose the file directory, you have set up and then enter the name of the file. At this point, the default data source is ignored. Weird, I know, but it's like this: 0)

    Tim

  • shut computer down, restarted my time and the date has changed

    shut computer down, restarted my time and the date has changed.  My date always gose for December 31, 4001.  Goin whats?

    Hello
    Date and time incorrect after restarting is usually the result of a dead of the CMOS battery. You may need to contact the manufacturer of the computer for help on this issue.

  • How to define JDBC Data Sources in Oracle MapViewer for Oracle database 12 c Release 1 (12.1.0.1)

    How to define JDBC Data Sources in Oracle MapViewer for Oracle database Release 1 (12.1.0.1) 12 c?

    Here is my setup in the conf\mapViewerConfig.xml:


    < name map_data_source = "mvdemo12".

    jdbc_host = "127.0.0.1".

    jdbc_sid = "orcl12c1".

    jdbc_port = '1522 '.

    jdbc_user = "mvdemo".

    jdbc_password = "7OVl2rJ + hOYxG5T3vKJQb + hW4NPgy9EN.

    jdbc_mode = 'thin '.

    number_of_mappers = '3 '.

    allow_jdbc_theme_based_foi = 'true '.

    Editable = "true" / >

    <!--  ****  -->

    But it does not work.

    After use "sqlplus mvdemo / [email protected]:1522 / pdborcl", it connected to the Oracle 12 c database.

    Anyone know it?

    Thank you

    11.1.1.7.1 use the jdbc_sid syntax, i.e.

    as described in the README file, mypdb1.foo.com

    -Sources of native data (no container) MapViewer can now use the service name of database instead of SID. To provide a db service name, you will use the same attribute of jdbc_sid, but specify the name of the service with double slashes in front, as follows:

    jdbc_host = "foo.com"

    jdbc_sid="//mypdb1.foo.com".

    jdbc_port = '1522 '.

    ... ...

    />

    Use a container_ds to the 11.1.1.7.0.

    that is, instead of using

    jdbc_host = "mydbinstance".

    jdbc_sid = "pdborcl12c".

    jdbc_port = '1522 '.

    jdbc_user = "mytestuser".

    jdbc_password = "m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q ="

    jdbc_mode = 'thin '.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    use

    container_ds = "jdbc/db12c.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    In my case the Glassfish 3.1.2.2 JDBC connection pool definition has been

    Property

    URL jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name

    Uncheck the wrap JDBC objects in advanced Panel, that is, the page properties change JDBC connection advanced pool.

    Add a resource to that newly created JDBC pool

    Use in mapviewerconfig.xml as above

  • Problems connecting to JDBC data source

    We have recently upgraded to JDeveloper 11 g to 10g and flies our applications (primarily the Struts). They are compiled fine, and I am able to create data sources and successfully test the connection to open the data source through the window of Application resources. The problem comes when I try to connect through the application. In Java code, I use a DataSource object to get the connection of InitialContext.lookup ("jdbc/sun_DS1") where the JNDI name is in parentheses. We used to define this connection in JDev 10 g via the file data - sources.xml and it worked very well. Now with 11g and defines the connection to the application, I don't know if I'm missing a step between the creation of the data source and run the application.

    The error I get is: javax.naming.NameNotFoundException: while trying to search for "jdbc.sun_DS1" did not find subcontext "jdbc." Solved "; rest the name "jdbc/sun_DS1.
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)

    I spent a lot of time reading Oracle help docs and Googling the problem without success.

    Help, please.

    Once you run your application on the WLS console launch (http://localhost:7101/console) and look to see if JDev created a data source for you in WLS.)
    You may need to add it manually.

  • Restart WebLogic server script.. !!

    Hi all

    We evolve our bi_domain as below,

    Main server: AdminServer + ManagedServer1

    Secondary server: ManagedServer2

    Everything is finely and well configured, running. Is the problem, we have to write a script for a daily restart Weblogic + ManagedServers + OPMN., but we cannot start the second terminal server ManagedServer2, it forces us to throw EM or Console and do not use the command ./startManagedWebLogic.sh bi_server2 http://serveripaddress:7001

    Please help me with this, thanks in advance.

    Kind regards

    Such Sagar

    Restart a whole stack is what our requirment company, can not change.

    Sounds quite ridiculous, if you ask me. Restarting things on the calendar, it is usually a short-term measure to avoid leaks memory, etc.

    and on the start-up of bi_server2, I get no error, I execute the command from the Unix terminal, below

    The syntax is wrong - you must be by specifying the Server Admin, host the bi-server2. See docs for info.

    ./startManagedWebLogic.sh bi_server2 http://:
    
    1. I'm not able to open a link provided by you, we're talking about this link? http://docs.Oracle.com/CD/E21764_01/bi.1111/e10541/admin_api.htm#BIESG1996

    No, this: https://github.com/RittmanMead/scripts/tree/master/obi/service

  • ODI 12 c mapping, treating of reserved words on CBC and FIT data sources

    Hi people

    I have this problem:

    My SOURCE is an instance of MS SQL Server 2000 and my GOAL is Oracle 12 g

    I use the mapping, and I want to map this table "ICACCT" of the SQL Server to the same table in the Oracle database

    But it won't let me not even validate my mapping and when I hit post, it throws this error:

    An error was encountered when parsing the expression: ICACCT. DESC. The default parser supports the ANSI SQL delimiter.

    If you want a nonstandard syntax, use delimiters form free expression / %% and %% / around the expression

    [I know DESC is a reserved word in SQL Server and you can't question like this: 'SELECT DESC OF the TABLE' unless put you it between hook]

    How can I solve this problem? is there a way to tell ODI to use aliases for this? (DESC description)

    I really appreciate your help,

    I found a solution!

    Both the ODI 12 I went and edited the LKM SQL for Oracle

    All what you need to do is put a support [ and ] or around your field name ([COL_HEADING]), and that's the change I've made:

    -Open LKM SQL for Oracle

    - Go to tasks

    -Click on "load data".

    -On the "Source order" edit box change the following:

    <%=odiRef.getColList(i, "", "[EXPRESSION]\t[ALIAS_SEP] [CX_COL_NAME]", ",\n\t", "", "")%>

    TO:

    <%=odiRef.getColList(i, "", "[[COL_HEADING]]\t[ALIAS_SEP] [[CX_COL_NAME]]", ",\n\t", "", "")%>

  • A new instance of the planning - data source problem

    Hi all

    I am trying to install a new instance of the planning, and when I try to create the DATA SOURCE, I get the following error, any help to solve this problem is highly appreciated.

    ++ C:\Hyperion\AnalyticServices\bin > del C:\Users\Admin\AppData\Local\Temp.\srvtmp.r++
    ++ eg ++
    ++ In manufacturer HspDBPropertiesLocationPanel ++
    ++ In HspDBPropertiesLocationPanel queryEnter ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Creating thread and rebinding to RMI ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ $ $ dname is PlnInstance2 ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEss ++
    ++ baseEnv in java.library.path ++
    ++ at java.lang.ClassLoader.loadLibrary (Unknown Source) ++
    ++ at java.lang.Runtime.loadLibrary0 (Unknown Source) ++
    ++ at java.lang.System.loadLibrary (Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseEnv. < clinit >(Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseJniOlap. < clinit >(Unknown Source) ++

    ++ at com.hyperion.planning.HspJSHomeImpl.TestEssConnection (Unknown Source) ++

    ++ to com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD++)
    (++ SEssbasePanelManager.Java:156) ++
    ++ to com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase++)
    (++ PanelManager.Java:132) ++
    ++ to com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod++)
    (++ uctCustomInputPanel.Java:114) ++
    ++ at com.installshield.wizard.awt.AWTWizardUI.doNext (Unknown Source) ++
    ++ to com.installshield.wizard.awt.AWTWizardUI.actionPerformed (unknown safe ++)
    (++ it) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown++)
    (+ Source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.notifyListeners (unknown source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.actionPerformed (unknown source) ++
    ++ at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) ++
    ++ to javax.swing.AbstractButton$ Handler.actionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.setPressed (Unknown Source) ++
    ++ to javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown safe ++)
    (++ it) ++

    Hello

    Error code Essbase 1051293 = connection fails due to invalid credentials.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Difference between Weblogic Server and Weblogic Integration

    Hello

    We have a host of applications that run on the server of Weblogic 8.1.6. We plan to migrate these on Weblogic 10.3. To do this, obviously, we need upgrade the application code and the environment to 10.3.

    To do this, we downloaded Weblogic Server 10.3 on the site, took a generic applications from our depot and began to follow the instructions as they were, for the upgrade 8.1.6 code to 10.3. The problem came while the code has complained that he was not able to find the com.bea.wli.bpm.proxy.JpdProxy package. He was a part of the customer jpdProxy jar file that was previously delivered in Weblogic 8.1.3 and was part of the domain of integration model.

    Now, we headed to the domain to 10.3 configuration wizard and we see that we can't create a domain of integration with Weblogic Server 10.3.

    So, I'd be OK if I say that for the creation of an area of integration, I need to download and install the integration of Weblogic 10.3? If so, what is the difference between these two? And why do they separate them? I searched the internet for an answer to this, but I failed. I just want to know that I * have * to use Weblogic 10.3 integration and * not * Weblogic Server 10.3 (as it comes). I think that the continuation of the integration has for that server anyway.

    Can someone please?

    Thank you

    Aditya

    Yes, JPD is part of the WLI, so if these applications use JPD, you'll need to WebLogic Integration 10 gR 3.
    http://www.Oracle.com/technology/software/products/WLI/index.html

  • INFA error: name not found and no data source driver by default specified

    All,

    INFA version 8.1, DAC 795. Plain vannila with SQL server installation. Client and the server is installed on the same machine.

    Connectivity DAC with infa and oltp works very well. Using ETL, Informatica session logs give following error:

    ERROR 10-02-2008 15:49:01 node01_PPMBIDEV1 CMN_1022 of MAPPING of database driver error...
    [CMN_1022
    [Microsoft] [ODBC driver manager] Data source name not found and no driver by default specified
    Database driver error...
    Function name: connect
    Database driver error...
    Function name: connect
    [Database error: unable to connect to the database using the user [MDVYAS] and [PPMCRMDEV1@OracleBI_Warehouse] connection string.]

    Pointers appreciated

    Hello

    Did you follow-up step 4.13.2 - ' relational Configuration Connections in Informatica PowerCenter Workflow Manager "installation and configuration guide?

    Maury.

  • Oracle Weblogic server and Oracle Application Server

    The Bea weblogic and Oracle application server have been combined in a product-viz Oracle Weblogic server.

    Please clarify - because Oracle Application Server is always available as a separate offering


    Thank you

    Yes, since version 10.3.4 the product called Weblogic Server provides the two "BEA WLS' and 'Oracle AS' characteristics (namely, support for forms and reports, ADF, etc..)

    Existing customers of Oracle ACEs can move to Weblogic Server to get its benefits (for example, JRockIt JVM). For the new Oracle AS it is no longer available.

    BTW. This is not a good forum for this kind of questions. You must use these: https://forums.oracle.com/forums/category.jspa?categoryID=193

  • Failed to remove application and the data source of AppWizard

    Hello

    I use hyperion planning 11.1.2. I can't uninstall the application and data source in the list AppWizard (tablespace and a user of the oracle database are deleted). When I try to delete the data source, I can not because it is associated with the application. And when I try to uninstall the application, I get an error: unable to remove application information, see in the newspapers.

    Thanks for any help.

    Edited by: user13106562 the 18.10.2010 23:32

    >
    I can't uninstall the application and data source in the list AppWizard (tablespace and a user of the oracle database are deleted).

    You say you deleted the user and the tablespace before removing the application.
    If so you probably have to manually remove the application, an example is available here:- cannot remove the application planning 9.3

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for