BC4J, OC4J and MySQL

I have been trying to get this configuration working. After much progress, I am getting for following error even though I am pretty sure that I have the datasource defined correctly:
java.lang.NullPointerException
     void oracle.jbo.pcoll.OraclePersistManager.createControlTable()
          OraclePersistManager.java:280
     boolean oracle.jbo.pcoll.OraclePersistManager.holdTableName(java.lang.String, boolean)
          OraclePersistManager.java:995
     void oracle.jbo.pcoll.PCollManager.resolveName()
          PCollManager.java:324
     void oracle.jbo.server.DBSerializer.setup(int)
          DBSerializer.java:100
     int oracle.jbo.server.DBSerializer.reservePassivationId()
          DBSerializer.java:223
     int oracle.jbo.server.ApplicationModuleImpl.reservePassivationId()
          ApplicationModuleImpl.java:3838
     void oracle.jbo.common.ampool.SessionCookieImpl.reservePassivationId(java.lang.Object)
          SessionCookieImpl.java:690
     void oracle.jbo.common.ampool.SessionCookieImpl.reservePassivationId()
          SessionCookieImpl.java:676
     boolean oracle.jbo.html.struts11.BC4JRequestProcessor.initPageFromPath(oracle.jbo.html.struts11.BC4JActionMapping, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
          BC4JRequestProcessor.java:260
     org.apache.struts.action.ActionMapping oracle.jbo.html.struts11.BC4JRequestProcessor.processMapping(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
          BC4JRequestProcessor.java:124
     void org.apache.struts.action.RequestProcessor.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

Hi, first of all thanks for your interest and sorry for my English.
Actually I have tried some different combinations.
First of all I downloaded 9ias v1.0.2.2 core form web-site. In it oc4j comes with version 1.0.2.2.1. I installed it and could not even get that error message. Then I installed bc4j runtime installer over it. Then I got that error message.(That message is just an example. I think not all of the necessary classes with correct versions are contained in the container.). Then I tried to use the oc4j that is embeded in the jdeveloper release candidate. I copied the directory and put to the proper place in the application server. It did not even start. Finally I downloaded 9ias Release2-j2eedeveloper's preview. It brougth me a version 9.0.2.0A. I was wery hopeful with it but it did not work either.
I only want to deploy and use my jsp files that I created by jdeveloper release candidate. I need correct versions of application server and container I think.
Thanks a lot.

Similar Messages

  • Bc4j-oc4j and Jdeveloper Release Candidate

    I developed a bc4j application with Jdeveloper Release Candidate. In another pc I installed 9ias and bc4j-oc4j server. Then I deployed my application using .ear file. I get an error when I try to run the application through the as. Here is the error:
    oracle.jsp.parse.JspParseException: Line # 18,
    Error: releasemode is not a property of oracle.jbo.html.jsp.datatags.ApplicationModuleTag
    I think it is not true that releasemode is not a property of ApplicationModule tag. Can anyone help me?
    thanks

    Hi, first of all thanks for your interest and sorry for my English.
    Actually I have tried some different combinations.
    First of all I downloaded 9ias v1.0.2.2 core form web-site. In it oc4j comes with version 1.0.2.2.1. I installed it and could not even get that error message. Then I installed bc4j runtime installer over it. Then I got that error message.(That message is just an example. I think not all of the necessary classes with correct versions are contained in the container.). Then I tried to use the oc4j that is embeded in the jdeveloper release candidate. I copied the directory and put to the proper place in the application server. It did not even start. Finally I downloaded 9ias Release2-j2eedeveloper's preview. It brougth me a version 9.0.2.0A. I was wery hopeful with it but it did not work either.
    I only want to deploy and use my jsp files that I created by jdeveloper release candidate. I need correct versions of application server and container I think.
    Thanks a lot.

  • BC4J, OC4J and solaris

    We are developing an JSP application with JDeveloper9i candidate, using BC4J and JBO tags. It works well over Windows NT.
    Now, we need to deploy that application over Sun Solaris. How I can do that ???. How I install bc4j 5.0 library ?

    hi Cristo,
    For jDev323, this might be helpful:
    http://otn.oracle.com/products/jdev/howtos/bc4j-ojsp-solaris.html
    For jdev9i, you might re-post this to the "Jdeveloper 9i" discussion group.

  • Error on installation of BC4J-OC4J zip file and running BC4J.html

    Hi a little help please
    I'm trying to install and configure BC4J-OC4J from the zip file
    after trying run the BC4J/JSP apps on just about every webserver
    known, this is getting close to my last attempt before I admit
    defeat and go back to Microsoft and ASP which may not be pretty
    but does work and if it stopes me banging my head on the desk is
    well worth the expense anyway ....
    I've run the self installer for the runtime etc and all seems
    well until I run the BC4J.html file and the left pane of the
    website produces this error
    I don't really want to waste anymore time tring to deploy a
    BC4J/JSP app if the server setup is not set
    Malcolm
    JSP Error
    Exception:
    javax.servlet.jsp.JspException:
    oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003:
    The application pool, OnlineOrdersModule, failed to checkout an
    application module instance.
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.internalGetAppModuleIn
    stance(JSPApplicationRegistry.java:468)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.getAppModuleInstance
    (JSPApplicationRegistry.java:433)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:123)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)
    ## Detail 0 ##
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC
    connection.
         at oracle.jbo.server.ConnectionPool.createConnection
    (ConnectionPool.java:302)
         at oracle.jbo.server.ConnectionPool.getConnection
    (ConnectionPool.java:110)
         at
    oracle.jbo.server.ConnectionPoolManagerImpl.getConnection
    (ConnectionPoolManagerImpl.java:57)
         at
    oracle.jbo.server.DBTransactionImpl.establishNewConnection
    (DBTransactionImpl.java:532)
         at oracle.jbo.server.DBTransactionImpl.initTransaction
    (DBTransactionImpl.java:643)
         at oracle.jbo.server.DBTransactionImpl.
    (DBTransactionImpl.java:346)
         at oracle.jbo.server.DatabaseTransactionFactory.create
    (DatabaseTransactionFactory.java:172)
         at oracle.jbo.server.NullDBTransactionImpl.connect
    (NullDBTransactionImpl.java:352)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.connect
    (ApplicationPoolImpl.java:1237)
         at
    oracle.jbo.common.ampool.ApplicationPoolImpl.createNewInstance
    (ApplicationPoolImpl.java:514)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.checkout
    (ApplicationPoolImpl.java:634)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.internalGetAppModuleIn
    stance(JSPApplicationRegistry.java:463)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.getAppModuleInstance
    (JSPApplicationRegistry.java:433)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:123)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)
    ## Detail 0 ##
    java.sql.SQLException: Io exception: The Network Adapter could
    not establish the connection
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:180)
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:222)
         at oracle.jdbc.dbaccess.DBError.throwSqlException
    (DBError.java:335)
         at oracle.jdbc.driver.OracleConnection.
    (OracleConnection.java:319)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance
    (OracleDriver.java:415)
         at oracle.jdbc.driver.OracleDriver.connect
    (OracleDriver.java:302)
         at java.sql.DriverManager.getConnection
    (DriverManager.java:517)
         at java.sql.DriverManager.getConnection
    (DriverManager.java:146)
         at oracle.jbo.server.ConnectionPool.createConnection
    (ConnectionPool.java:277)
         at oracle.jbo.server.ConnectionPool.getConnection
    (ConnectionPool.java:110)
         at
    oracle.jbo.server.ConnectionPoolManagerImpl.getConnection
    (ConnectionPoolManagerImpl.java:57)
         at
    oracle.jbo.server.DBTransactionImpl.establishNewConnection
    (DBTransactionImpl.java:532)
         at oracle.jbo.server.DBTransactionImpl.initTransaction
    (DBTransactionImpl.java:643)
         at oracle.jbo.server.DBTransactionImpl.
    (DBTransactionImpl.java:346)
         at oracle.jbo.server.DatabaseTransactionFactory.create
    (DatabaseTransactionFactory.java:172)
         at oracle.jbo.server.NullDBTransactionImpl.connect
    (NullDBTransactionImpl.java:352)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.connect
    (ApplicationPoolImpl.java:1237)
         at
    oracle.jbo.common.ampool.ApplicationPoolImpl.createNewInstance
    (ApplicationPoolImpl.java:514)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.checkout
    (ApplicationPoolImpl.java:634)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.internalGetAppModuleIn
    stance(JSPApplicationRegistry.java:463)
         at
    oracle.jbo.html.jsp.JSPApplicationRegistry.getAppModuleInstance
    (JSPApplicationRegistry.java:433)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:123)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)
         at
    oracle.jbo.html.jsp.datatags.ApplicationModuleTag.doEndTag
    (ApplicationModuleTag.java:147)
         at onlineorders.category._jspService(_category.java:73)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:336)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke
    (ServletRequestDispatcher.java:508)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal
    (ServletRequestDispatcher.java:177)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest
    (HttpRequestHandler.java:576)
         at com.evermind.server.http.HttpRequestHandler.run
    (HttpRequestHandler.java:189)
         at com.evermind.util.ThreadPoolThread.run
    (ThreadPoolThread.java:62)

    Hi
    Was your network running fine during your test? Did you specify
    the correct connection properties in oc4j?
    Cheers!
    Amin

  • OC4J and BC4J Runtime installation for Solaris (Unix)!

    We have successfully installed, configured and deployed JSP/BC4J apps using OC4J and BC4J on Windows NT/2000. However, our production environment is Solaris.
    We have installed OC4J on Solaris, with some difficulties. How/where is the installation process for the BC4J Runtime Installation? The download (bc4j-ojsp.zip) for this utility is Windows only.
    Is there a method or process to install BC4J Runtime on Unix? If not, we are stuck.
    We cannot use JServ (servlet limitations) and refuse to use OSE (to many issues).
    Any guidance or assistance would be greatly appreciated...
    JDeveloper 3.2.3
    iAS 1.0.2.2
    Solaris 8
    JDK 1.2.2_08 (Unix)
    Dean

    Stephan,
    I have located multiple "connections" files and will remove all but the default located in the OC4J classes directory. We have been developing with JDeveloper and it often created multiple connections files that appear when you "jar" project components.
    We also installed JDK1.2.2_008 and are using this. However, when I use the classpath method of starting OC4J, I receive numerous errors. Using the jar method, everything works, with the exception of BC4J apps. I'll have to look into the errors more.
    Thanks for the response. At least I know one other person (organization) is using this successfully. I hope to join the "success" crowd tomorrow!
    Thanks again...
    Dean

  • OC4J and BC4J

    Hi All,
    What is OC4J and BC4J ?? What is the basic difference between them.
    I know there is a lot of documentation on OTN on these, but they are very detailed. I just need to know the basic concept and difference between the two.
    Thanks!!
    Shalu

    about bc4j in general see
    http://otn.oracle.com/jdeveloper/help/
    about the advantages of bc4j for developing j2ee-applications using MCV-frameworks see
    http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
    for general information about j2ee see
    http://java.sun.com/j2ee/docs.html
    for information about j2ee containers (such as oc4j) see
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Overview3.html
    hth, trevi sorry for the bad formatting (preview does not work), i try it again:
    about bc4j in general see :
    http://otn.oracle.com/jdeveloper/help/
    about the advantages of bc4j for developing j2ee-applications using MVC-frameworks see :
    http://otn.oracle.com/products/jdev/htdocs/j2ee_bc4j.html
    for general information about j2ee see:
    http://java.sun.com/j2ee/docs.html
    for information about j2ee containers (such as oc4j) see:
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Overview3.html

  • Bc4j/oc4j/petstore problem

    After installing BC4J runtime on top of OC4J running on Win2k and Sun JDK1.3.1, bc4j demo is OK. the Sun's J2EE demo petstore stops working. Any idea?
    Thx.
    Request URI:/apps/petstore/template.jsp
    Exception:
    oracle.jsp.parse.JspParseException: Line # 8,
    Error: oracle.xml.parser.v2.XMLParseException: Invalid element 'servlet' in content of 'web-app', expected elements '[servlet-mapping, session-config, mime-mapping, welcome-file-list, error-page, taglib, resource-ref, security-constraint, login-config, security-role, env-entry, ejb-ref]'.
    at oracle.jsp.parse.JspDirectiveTaglib.validateAttributes(JspDirectiveTaglib.java:80)
    at oracle.jsp.parse.JspParseTagDirective.validateTagAttributes(JspParseTagDirective.java:107)
    at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:672)
    at oracle.jsp.parse.JspParseTagDirective.parse(JspParseTagDirective.java:174)
    at oracle.jsp.parse.JspParseTag.parseNextTag(JspParseTag.java:548)
    at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:100)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:40)
    at oracle.jsp.app.JspAppLoader.translatePage(JspAppLoader.java:1513)
    at oracle.jsp.app.JspAppLoader.reloadPage(JspAppLoader.java:1146)
    at oracle.jsp.app.JspAppLoader.loadPage(JspAppLoader.java:1005)
    at oracle.jsp.app.JspAppLoader.getPage(JspAppLoader.java:671)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:337)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
    at oracle.jsp.JspServlet.service(JspServlet.java:148)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:339)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:141)
    at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:105)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:198)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:312)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:339)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:501)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:170)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:549)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)
    null

    Yes - this was a bug in the first version of the bc4j-oc4j installer. We have a new version of the installer that contains the correct version of orion.jar, and should fix the bug that you found. You can download it from http://otn.oracle.com/products/jdev/howtos/bc4jdeployment.html
    My apologies - and please let us know if you continue to have problems.
    Blaise

  • OC4J and login failure

    'Install' the embedded OC4J in JDev9i (<Jdev9i_HOME>\j2ee\home) and assign an administrative password of admin.
    Deployment from JDev9i works with no issue - URL uses port 8888.
    Problem is when shutdown machine and come back in I have to go back and reinstall the embedded OC4J. It seems to lose
    the fact that it was installed and had a password of admin.
    What gives - Thanks - Ken Cooper

    First of all i had the exact same problem for few weeks ago.
    I was advised to download the Oracle9iAS Containers for J2EE Standalone ( http://technet.oracle.com/software/products/ias/devuse.html )
    then make own oc4j directory and install this version. This will work!
    Note that if you work with bc4j you need to adjust your configuration
    according to this doc:
    http://otn.oracle.com/products/jdev/htdocs/bc4j9ioc4j.html
    and do the configuration manually.
    You will never have to reinstall oc4j and if for any reason the oc4j does not work properly, you can simply delete the oc4j directory and setup a clean one.
    succes!
    greetz jaime

  • Diff b/w bc4j model and ejb model in adf11g

    hi all,
    iam murali iam new for adf 11g i have some dout's in adf11g ,can u please solve my probleam
    what is the difference b/w bc4j componet and ejb componet,how to develop ejb application in adf11g.

    ,how to develop ejb application in adf11gTake a look at this tutorial for starters:
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/ejb/ejb.html

  • What is the difference between Oracle and MySQL

    Hi,
    I would like to know the major difference between Oracle and MySQL. I have a project to generate XML files from database tables, i have used oracle's built XML functions XMLELEMENT, XMLATTRIBUTES, XMLFOREST, XMLAGG. I really want to know if these functions (or) similar functions are supported/availabe in MySQL.
    I am having a hard time to find out best linux distro for installing Oracle11g, so i am planning to switch to MySQL. Please help, Thanks in advance.

    Oracle_Walker wrote:
    Hi,
    <snip>>
    I am having a hard time to find out best linux distro for installing Oracle11g, Then you must be "looking for love in all the wrong places."
    What's so hard about finding a "best linux distro for installing Oracle11g"? The supported distros are listed in the fine Installation Guide for Linux. At the top of the list is Oracle's own Oracle Linux, which is in the same family as Red Hat.
    so i am planning to switch to MySQL. Please help, Thanks in advance.

  • PHP and MySQL Connection problem

    I am trying to make a PHP MySQL on a remote server connection in Dreamwesaver CS3.
    When I enter the information (host, user, password, etc.) and hit TEST, I get the following error message.
    "Access Denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured."
    I know the user, password, etc. work, as I can access the MySQL database with other software.
    I checked with my host and they say there are no permission problems on their end.
    I have checked the settings on the Test Server page in Site Setup and everything looks correct and works there.
    I have not seen this particular problem described in other forum postings (although there are a LOT of postings on this topic!).
    Any help would be appreciated.

    I thought my testing server was the remote server and is always on as far as I know. I don't know how to turn it on or off.
    Is there some other testing server that I should be aware of?
    Frank
    Date: Wed, 3 Jun 2009 15:43:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: PHP and MySQL Connection problem
    I know you are using remote, but is your testing server on? if not turn that on and see if that does it. it just happened to me working on remote server and could not get mysql conn to work, until I turn on my testing (developer server), then I was able to connect to mysql and the tables that I created in phpmyadmin remotly was downloaded.
    >

  • Difference between RAC and MySQL Cluster !

    Difference between RAC and MySQL Cluster
    Please write me in well explanation , with examples , needed useful link and all other stuffs.
    (1)Italian dealers/distributors for MySQL
    (2)Difference between RAC and MySQL Cluster
    (3)Pricing about MySQL and PostgreSQL
    (4)How and which type / Way to deliver support by MySQL
    (5)Security features about MySQL Vs Oracle
    (6)Management Console
    MySQL Vs Oracle
    Thanks in advance !
    MySQL Cluster

    Ha ha, most amusing.
    I suggest you try googling for answers to these things. This is a site dedicated to the Oracle database, the questions are answered by volunteers (not Oracle employees) and we are primarily geeks rather than marketing droids. If you have a specific Oracle question please feel free to post anytime.
    Thank you for your interest.
    Arrivederci, APC

  • Can't Find ODBC drivers to link MS Access 2013 and MySQL

    Can't Find ODBC drivers to link MS Access 2013 and MySQL.
    Is one available?
    Thanks,
    Larry

    Could to associate the problem at Office 2013?
    I just installed the ODBC Driver; The data source machine was available; When selected I had received the message. When it was selected I had received the message:
    "ODBC -- falha na chamada.
    [Microsoft][ODBC Driver Manager] O DSN especificado contém uma incompatibilidade de arquiteturas entre o Driver e o Aplicativo (#0)"
    In english, could to say: "ODBC -- fail on call.
    ... The specified DSN contains a architectural incompatibility between Driver and App (#0)"
    I don't know yet the reason for this. Anyone knows?

  • How do I add an already built Shopping Cart  (PHP and MYSQL) application to a page in a Muse site?

    How do I add an already built Shopping Cart  (PHP and MYSQL) (Cartweaver 4) application to a page in a Muse site? Do I have to export the Muse site as Html to dreamweaver and them use the extension to bring the shooping cart in or can I do it directly in Muse?
    Message was edited by: mgv2048

    We have experimented with doing this with some good success. We have been working on adding Cartweaver to a Facebook page by essentially adding a Cartweaver store to Facebook in an iframe.  The "store" would be pages with just your basic product display, cart, and checkout functionality, with none of the "window dressing" - just use CSS to match the color and general look of the design it's being added to.
    The one problem with this for Facebook is when it comes time to check out toy have to leave Facebook and go to your server where an SSL is in place.  Fortunately in this situation this would not be the case, you can have an SSL installed to the root of your site and you'll be okay.
    This is an interesting project.  Give this a try and let me know how it goes and if you run into any snags, please make a post on the Cartweaver forums: http://forums.cartweaver.com - I'm really confident that this can work, and not only work, but work well.
    Looking forward to hearing how this goes, and being of what help we can.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    PHP & ColdFusion Shopping Cart for Adobe Dreamweaver
    Stay updated:
    http://www.facebook.com/cartweaver
    http://www.twitter.com/cartweaver
    http://blog.cartweaver.com

  • Problem with BigInteger and MySql

    Hi !!
    I've a problem with BigInteger and MySql.
    I've a BigInteger object (suppose that value is 0.02270412445068359375).
    I must store that value in a database (MySql).
    The value of BigInteger object must be stored in a column of type Decimal.
    Stored value is 0.022704124450683594. Why ??
    My target is to store 0.02270412445068359375
    Can anyone help me?
    Thanks.

    Hi !!
    I've a problem with BigInteger and MySql.
    I've a BigInteger object (suppose that value is
    0.02270412445068359375).
    I must store that value in a database (MySql).
    The value of BigInteger object must be stored in a
    column of type Decimal.if this is the case I fear you are SOL. a decimal is the same size as a double but with a fixed max number of decimal places. if it isn't big enough then you have no real choice other than to VARCHAR it.
    Stored value is 0.022704124450683594. Why ??
    My target is to store 0.02270412445068359375
    Can anyone help me?
    Thanks.

Maybe you are looking for

  • FAQ: How do I migrate my saved presets from an earlier version of Photoshop or import/export them?

    You now have the option to migrate presets from a previous version, export presets and to save to a directory as a zip file (great for instructors). Preset Migration migrates your saved presets, not your preferences. The message says "Would you like

  • External Hard Drive showing in Disk Utility - but not desktop.

    A little background: Yesterday, I moved my shelf where I have my modem, Airport Extreme, Airport Express and an external HD connected to the extreme to be a wireless HD for all users to access. Everything worked great - no problems whatsoever. Proble

  • When using Apple TV

    When using Apple TV the mirror feature works fine on my iPhone, my daughters ipad and my wife's ipad mini but on my ipad I can only get certain bits to work ie photos, you tube but it will not mirror home screen or photos albums

  • Account group for STO Customer

    Hi,Frendz,   What are all the pre requisites for creating a STO Account group.I mean is it normal or any extra setting are required? Bcz I want to create STO Customer. Thanx&Regards, RamU

  • What can I do to fix the Home, Files and Fonts tabs in the CC app?

    Each of the aforementioned tabs shows a blue spinner forever upon selecting it. I've been accepted into the prerelease program for Files and Fonts, so I'd understand a bug there, but it seems like Home should be displaying. I've done everything descr