Migrate « oracle « Java Database Q&A





1. Best solution for migration from Oracle Forms 6i to the web?    stackoverflow.com

I work in an Oracle shop. There's a toolset that consists of roughly 1000 Oracle Forms (using the Forms builder from 6i, early 90's software) with Oracle 10g on the ...

2. Migrate my application for using OSB    stackoverflow.com

I need to integrate my application using OSB (Oracle Service Bus). My application has two major job as a gateway:

  • retrieve&send message to other application using JMS
  • receive&send message to .NET platform using ...

3. Migrating to Oracle    stackoverflow.com

We are using a JEE application and we are right now using Informix DB.Our code hits the DB with queries like "select first 10 * from test" Now as far as ...

4. Avoid the problem with BigDecimal when migrating to Java 1.4 to Java 1.5+    stackoverflow.com

I've recently migrated a Java 1.4 application to a Java 6 environment. Unfortunately, I encountered a problem with the BigDecimal storage in a Oracle database. To summarize, when I try to ...

5. What would be the best method to migrate Oracle database to MS Access using Java?    stackoverflow.com

This might be a very basic question, but I could use some help with this from the experts here at StackOverflow. I am just brainstorming and weighing all the options available. ...

6. During migration from oracle to MySQL how to compare data between two using Java    stackoverflow.com

I have migrated data from Oracle to MySQL using MySQL Migration Toolkit as POC. Now I want to compare data between same tables of different databases with Java. I have done ...

7. Migrating Sun certificates to Oracle - should I create account or just wait?    stackoverflow.com

I am one of many Java developers which took Java Certifications exams from Sun Microsystems in the past. Some time ago I received a notification that Sun's http://certmanager.net/sun is ...

8. Oracle says migrate to Java.net from Kenai - When IN NetBeans IDE?    forums.netbeans.org

Oracle says: "UPDATED (March 2nd 2010) Hi Everyone, We told you we would have an update in about a month and that time has come. The plan of record has not ...

9. Migrating from Oracle 8 to Oracle 9i JDBC Connection Problems    coderanch.com

I tried using the OCI driver. Here is the code that it says I'm having a problem with: (DbStatus.java:1075)setConnection(DriverManager.getConnection("jdbc racle ci:@shard", "user", "password")); Here is the command I use to launch our app 'Monitor'. c:\j2sdk1.4.0_01\bin\java -cp .;classes12.zip Monitor I've also replaced classes12.zip with ojdbc14.jar but get pretty much the same result. Here is the output I'm getting at the command prompt. ...





11. Migrating a project from Oracle 8i to 10g    coderanch.com

You need not be concerned about upgrade unless you are DBA. It will be DBA's responsibility to properly configure 10g but as a developer you may have to do some regression testing on load/performance. If you know bit about the DB then you can look at the 8i & 10g configuration for DB mode, SGA size, max open cursor size, max ...

12. Changes in webservices while migrating from Oracle App Server to WebLogic App Server    coderanch.com

Dear All, I am developing webservices for a external users. I am new to webservices. We were using Oracle Application server to deploy the webservices. The architecture was as mentioned below 1) A interface class 2) A Implementation class for the above interface class Now we are planning to migrate from Oracle application server to Weblogic Application server. I have few ...

14. Chinese data migration from oracle to ms access 2000    dbforums.com

Hi, I am trying to migrate data from oracle database to ms access database using java . When i cannect to oracle and retrieve data for displaying on html it is perfect .where as while connecting to ms - access 2000 and retrieve data only junk characters are returned. Can any one suggest what might be the cause of the problem ...

15. Migrating from Access to Oracle    dbforums.com

Hi Marian .. New Year wishes to you. In order to achieve migration from access to oracle follow the below steps. I am sure you must be aware of all the following stpes though. There are 2 ways . Ist Method : 1. Create a temporary table in access itself and have the same columns as the source access table but ...

16. Urgent:Migration from MS-Access to Oracle    dbforums.com

Hi All, I am in an urgent need of migrating an Access table to a similar table in Oracle.Oracle table should be created at run time. Basic Procedure as far as i know 1.Retrieve the database structure of the access table to be migrated 2.Analyse the structure and create a similar database structure in Oracle. 3.The no. of fields and it's ...





17. Migrating to a new Oracle version    java-forums.org

Problem: I'm a Java programmer and a Transact SQL DBA. So i have knowledge about databases but now we have a database who performs very bad and got much deadlock problems and so on. It's an Oracle Database. We have Oracle version 9 and an application in Delphi. The bad performance is only since a while. We have cleaned the archive. ...

19. Migration to Oracle Forums    forums.oracle.com

Unless they have wildly remodeled the resource in the last 6 months, I do not like the software they use for their search, nor the look and feel of their board. The entire interface is counter intuitive to me, and frustrated me greatly the entire time I tried to use it for support for my Oracle 9 and 10 products. I ...

20. Migrate Java Code talking to MySql database to Oracle 11g    forums.oracle.com

Hi, I have java application which stores and retrieves data from mysql database (very simple scheme 10 tables or so) I am using spring jdbc framework for connection to DB. Now my task is to migrate this application to utilize Oracle Database and I am already installing an instance on my dev box of oracle 11 g. I was wondering if ...