Problem when migrate Informix 9.4 to Oracle 10.2 by use OMWB 10.1.0.4

Hi,
When I use OMWB to migrate Informix 9.4 to Oracle 10.2, I encounter many errors as follows:
===========================================================
java.sql.SQLException: ORA-12899: value too large for column "ROGER"."ABB_FILE"."ABB04" (actual : 32, maximum: 30)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:626)
     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:182)
     at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:630)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1081)
     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2905)
     at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:2996)
     at oracle.mtg.migrationServer.LoadTableData._migrateTableData(LoadTableData.java:1473)
     at oracle.mtg.migrationServer.LoadTableData.run(LoadTableData.java:326)
     at oracle.mtg.migration.WorkerThread.run(Worker.java:268)
==========================================================
But when I check the Source column length, it is not long then column length in Oracle actually. I don't know why....
Does anybody have idea? Thanks!

Hi Donald,
Thanks for your reply.
"ROGER"."ABB_FILE"."ABB04" means in user "ROGER" schema, have a table "ABB04", and have a column named "ABB04".
So the column's name is "ABB04", not exceed 30 characters.
The table's description in Informix as follows:
create table "roger".abb_file
abb00 char(2),
abb01 char(12),
abb02 smallint,
abb03 char(24),
abb04 char(30),
abb05 char(6),
abb06 char(1),
abb07 decimal(16,3) not null ,
abb08 char(10),
abb11 char(15),
abb12 char(15),
abb13 char(15),
abb14 char(15),
abb15 char(4)
And the table in Oracle's description:
CREATE TABLE "ROGER"."ABB_FILE"
     "ABB00" VARCHAR2(2),
     "ABB01" VARCHAR2(12),
     "ABB02" NUMBER(5),
     "ABB03" VARCHAR2(24),
     "ABB04" VARCHAR2(30),
     "ABB05" VARCHAR2(6),
     "ABB06" VARCHAR2(1),
     "ABB07" NUMBER(16, 3) NOT NULL,
     "ABB08" VARCHAR2(10),
     "ABB11" VARCHAR2(15),
     "ABB12" VARCHAR2(15),
     "ABB13" VARCHAR2(15),
     "ABB14" VARCHAR2(15),
     "ABB15" VARCHAR2(4)
)

Similar Messages

  • Problem when migrate from WLI2.1 to WLI7

    I met this problem when migrating my program from WLI2.1 to WLI7.
    It report the following exception in WLI7:
    <2002-10-21 &#19979;&#21320;05&#26102;05&#20998;15&#31186;> <Error> <HTTP> <101019>
    <[ServletContext(id=5904188,name=dkh
    ,context-path=/dkh)] Servlet failed with IOException
    java.rmi.AccessException: Security Violation: User: 'admin' has insufficient permission
    to
    access EJB: type=<ejb>, application=WebLogic Integration, module=WLI-BPM Server,
    ejb=WLPI
    Principal, method=getRolesForUser, methodInterface=Remote, signature={java.lang.String,jav
    a.lang.String,boolean}.
    But it's fine in WLI2.1? Who can tell me why and how to solve it?
    Thanks

    ####<13 oct. 2004 17 h 05 CEST> <Info> <JMS> <ucwwe2> ><ucwls81> <WrapperSimpleAppMain> <<WLS Kernel>> <> <BEA->040114> <JMSServer "JMSServer", Finished scan of file >store "persistence" in directory "c:\bin\bea\jmsstore".                     >Found 2 025 records totalling 21 205 248 bytes.>
              >####<13 oct. 2004 17 h 05 CEST> <Info> <JMS> <ucwwe2> ><ucwls81> <WrapperSimpleAppMain> <<WLS Kernel>> <> <BEA->?040056> <JMSServer "JMSServer". Deleting 2025 messages(s) with no matching destination.>
              My JMS experience on WLS 8.1 ain't great, purley from these error messages it looks like the destination of these messages is the problem. Can you double check the destination exists and is configured correctly.
              Hoos
              www.orbism.com

  • TNS listener problem when migrating access app to oracle

    I am migrating an access 2000 DB and application to oracle 8i. I have done this successfully on my test machine many times. I am working on the customers machine, and the problem is when I go to migrate the access application, it will not connect to oracle b/c of the TNS listener. The workbench tool ask for a username, pwd, and ODBC driver, but there is no place to put the oracle service name. I ran into this problem at home and I appended the service name onto the password with the '@' symbol, which works for oracle anyway. Like this, 'pwd@sname'. It worked at home, but I keep getting an error here that tns could not resolve service name. When migrating the data, there was a field to put the service name in, but not for migrating the application. I have tried variations in the ODBC driver also, but with no luck. Any other ideas?

    Hello,
    Is it possible that odbc driver is nor properly installed? If so you may have to re-instlal the odbc driver. If not try out the following steps:
    * Go to DataSources [On win2k: start -> settings ->control panel ->Adminsitrative tools -> Data Sources (ODBC)]
    * Click Add for the user DSN [say "testDSN"], and select oracle driver here [check if you have oracle 8 driver, if not you may want to install one]
    * In the "Oracle ODBC Driver Configuration" window, give you your oracle databse connection details, click the "Test Connection button", it will ask for username and password, give system's username and password
    * Use this DSN [testDSN] name in the migration work bench
    Thank you and kind regards,
    Srinivas Nandaanam

  • Unable to Create  Oracle Model  When  Migrating from access 2000 to Oracle

    Hi ,
    I am migrating an access 2000 Database to Oracle 9i using Oracle Migration Workbench .
    I was sucessful in creation of Source Model ,but when I try to create the Oracle Data Model - Oracle Workbench
    HAngs . In short the Oracle Model creation log screen hangs .
    If any body has faced any similar please help me out .
    Please suggest a work around for this problem .
    Thanks in Advance
    Arun

    Arun,
    Can you provide a reproducible test case so that we can confirm the behavior here and log a bug? More detail can be found in the log/Error.log in case there is a java exception that is being thrown.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Problem when migrate MS Exchange to virtual machine

    Hi,
    I have a SMTP node defined in my Solution Manager which send mails to external MS Exchange host without problems.
    There is a project for migrate Exchange to a virtual machine. When I modify the SCOT configuration for send mails to new virtual host, i get an error connection message.
    I check the exchange relay for my SAP machine and it looks right. There is no problems with net connections between sap system host and exchange host.
    Is necesary any special configuration or adaptation in SAP when migrate exchange server to a virtual machine???
    Thanks for all.

    Hi Pablo
    Please check if the following links help you:
    http://virtualmachine.searchvmware.com/virtual/kw;VMwaremigrationandimplementation/VMwaremigrationandimplementation/vmware.htm
    and
    http://virtualmachine.searchvmware.com/virtual/kw;VMwareMigration/VMwareMigration/vmware.htm
    and
    http://virtualizationresources.searchservervirtualization.com/virtualization/kw;VirtualMachineMigration/VirtualMachineMigration/virtualization.htm
    I hope this helps
    Regards
    Chen

  • Migrating Informix 7.3 to Oracle 9i

    Hi,
    I want to know any one (Bay Area) worked on migrated/working on migrating databases from Informix to Oracle. Please let me know.
    Thanks in advance for your reply.
    Ramesh

    Ramesh,
    I am working on migrating Informix 9 to Oracle9.2i. I know it is a version up in Informix but the lessons
    should be the same almost.
    I am doing this on AIX 4.3.
    Geoff Heaton
    ING Australia

  • Problems while migrating from mySql DB to oracle DB

    Hi All,
    I'm using sql developer tool to migrate from MySql DB to oracle DB. I followed the below steps.
    1) I've created oracle and mysql connections successfully.
    2) I've captured Mysql data and I'm able to see the captured model in ' Captured Models ' window. After that right clicked on the captured model and selected ' Set Data Mapping'. Selected ' apply ' button without changing anything. After that I've right clicked on the captured model and selected ' Convert to Oracle Model ' . It has shown the converting process. After some time it has shown conversion completed successfully.
    But converted model is not visible in ' Converted Models ' window.
    Can anyone kindly assist on how to migrate from MySql Db to Oracle DB?
    Thanks,
    Saty.

    Hi,
    We did mysql to oracle migration some time back and played with workbench tool and many other softwares available.
    However our experience was not so good with these tools, each tool had its own limitation and was not able to migrate 100% data. Even the speed of migration was too slow which would have violated our production SLAs.
    So after spending a month with these tools we finally decided to create our own scripts for data migration. We used tools like TOAD and SQL Yok to create the DDL for the tables and other DB objects.
    For the data migration we downloaded the mysql data in flat files and used sql loader to upload the same data in oracle. Even if this was a time consuming activity but this resulted in 100% data migration with no record getting failed and the time taken for this activity was around 6 Hrs in comparison to time of 24-28 Hrs that the workbench tool took.
    Amar

  • Problems with german umlauts when Migration from MS Access to Oracle

    When I make a Migration from MS Access 97 to Oracle 8.1.5, I have Problem with the germans characters (umlauts). The Oracle is using the rigth character Set for german characters. What can I do? Is it e problem from the MS Access ODBC Driver or the Oracle ODBC Driver?

    Is your character set for Oracle set up to UTF8??

  • Application has problems when migrated from 10g to 11g

    Hi there,
    I am hoping someone can shed some light on a problem I have in moving an application from Oracle 10g to Oracle 11g. The app works fine on 10g (uses Apache webserver with PL/SQL module, and APEX 3.1.2.00.2), but on 11g using the embedded web server and APEX 3.2.0.00.27, it doesnt. Most of the app works fine, but there are a couple of pages that provide the ability to add child rows to a parent/child relationship, where the parameter passing mechanism from one page to the next appears to suffer from some sort of corruption. I have traced this using the "session" and "debug" buttons on the developer interface, which show that the values of the parameters get changed inexplicably, when branching from one page to the next - even when the page is actually branching to itself.
    I am using the "Set these items, "With these values" fields in the branch, and have verified that the correct values are being associated with the correct items in the application builder. But while this does work correctly under 10g, with 11g, the wrong values end up being passed. Just prior to the branch the set of parameters have the correct values, but immediately after the branch, one of the values is NULL, another has the value of a different item, and a third has a totally random value - I have no idea were it comes from!
    I migrated the application from 10g to 11g using the APEX application developer's Export/Import options. There have been no other changes. Should this have worked? If so, any ideas what might have gone wrong?
    Thanks,
    Sid.

    Well, I managed to solve this, but not in a way that makes much sense.
    In desperation (I had tried almost everything else!) I changed the value of "Cached" in the page settings from "No" to "Yes", and ran the app, but the page didnt render correctly (in either Firefox or IE7) - in fact all that displayed was the developers toolbar at the bottom of the page. I changed the value of "Cached" back to "Y", ran the app again, and hey presto - everything worked fine! I actually did this a second time with a fresh import of the app from 10g, just to be sure I wasnt seeing things. I wasnt!
    There was just one further issue - everything worked fine apart from this section of code in a page process:-
    ELSIF (:p9_filter_type = 5) THEN
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    :p9_entity_types := 'GENE';
    END IF;
    In 11g the value of :p9_entity_types was not being set to 'GENE' when :p9_filter_type was 5. This was (and still is) working in 10g. I changed the code as follows:-
    ELSIF (:p9_filter_type = 5) THEN
    :p9_entity_types := 'GENE';
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    END IF;
    ... and now it works fine in 11g as well.
    Only wish I knew why!

  • Trasaction problem when migrate ejb application from oc4j 10.1.2 to 10.1.3

    When i migrate my ejb application from oc4j 10.1.2 to 10.1.3
    in application log i found following many exceptions:
    where is problem? on AS 10.1.2 all works fine.
    javax.transaction.SystemException: Transaction state is COMMITTED and therefore can not be suspended, transaction
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransaction.suspend(ApplicationServerTransaction.java:356)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransactionManager.suspend(ApplicationServerTransactionManager.java:541)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EJBTransactionManager.suspend(EJBTransactionManager.java:186)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EJBTransactionManager.suspendLocal(EJBTransactionManager.java:163)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.BeanPool.suspend(BeanPool.java:588)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.BeanPool.destroyContext(BeanPool.java:460)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.BeanPool.releaseContext(BeanPool.java:306)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.BMPOrionEntityBeanPool.releaseContext(BMPOrionEntityBeanPool.java:72)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EntityEJBHome.releaseContextInstance(EntityEJBHome.java:114)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EntityEJBHome.passivateAndRelease(EntityEJBHome.java:182)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EntityEJBObject.releaseContext(EntityEJBObject.java:402)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EntityEJBObject.removeFromCacheNew(EntityEJBObject.java:336)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EntityEJBObject.endTransaction(EntityEJBObject.java:178)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransactionSynchronization.endTransaction(ApplicationServerTransactionSynchronization.java:198)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransactionSynchronization.freeEjbResources(ApplicationServerTransactionSynchronization.java:179)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransactionSynchronization.afterCompletion(ApplicationServerTransactionSynchronization.java:677)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransaction.callSynchronizationAfterCompletion(ApplicationServerTransaction.java:1215)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransactionManager.freeResources(ApplicationServerTransactionManager.java:394)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransaction.doCommit(ApplicationServerTransaction.java:282)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransaction.commit(ApplicationServerTransaction.java:162)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ApplicationServerTransactionManager.commit(ApplicationServerTransactionManager.java:472)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.EJBTransactionManager.end(EJBTransactionManager.java:143)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:57)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermindhttp://Oracle Containers for J2EE 10g (10.1.3.4.0) .server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    any idea?
    Thanks. J.

    java.lang.NoSuchMethodError: java.lang.String oracle.adf.model.BindingContext.findBindingContainerIdByPath(java.lang.String) at oracle.adf.controller.v2.struts.actions.DataAction.mappingCreate
    Refer Steve's blog
    http://radio-weblogs.com/0118231/stories/2006/02/28/notesOnMigratingAdfstruts1012ApplicationsTo1013.html

  • App store and apps problem when migrated

    I am going to ask this here because Apple support has not been able to fix this.
    Old computer = iMac core 2 duo 2.4GHz 10.6.7
    OK so I just bought a new iMac quad core i7 2.93GHz (2010 model on closeout) and from the start I selected to migrate from a time machine backup. Took a long time but worked (well execpt for this problem).
    So one thing I noticed after the backup was that there was no app store program installed. I then noticed the OS that was on the machine was 10.6.4 (pre app store). So I did the upgrade and and it's now at 10.6.8.
    Problem is the apps won't load (click and nothing happens, click on ones in dock and it bounces once then nothing). So I load up the app store and log in, seems to take my login OK but won't let me do anything like make a purchase or do an update to an older app. It tells me they were purchased with a different account when I try to update and tells me I don't have a valid account when I try to purchase.
    Well it's a good account and I went back to the old computer signed out and back in with the 'exact' same info and it works fine on that computer, even did the update to the program that was older"
    Called Apple support, ran me through a dozen things (I could tell he was running out of ideas) and he finally said it must be a problem with your account (I seriously doubt it as I use the same account on the old computer, a laptop and 2 'i' devices with no issue).
    I think it has something to do with the fact that the migration happened when the OS was older than the app store.
    Not sure what to do but I would like to be able to use the apps I purchased and be able to purchase more in the future.
    Any ideas?

    Well looks like the fix was to download the stand alone 10.6.8 updater and re update the OS.

  • Identifying problems when migrating to JDK 5/6

    We are interested in migrated from JDK 1.4 to 6.
    I found an article on walmart.com's experience.
    "Java 1.5 introduced several changes or enhancements to its XML API (SAX, DOM and XSLT in particular). These changes first became apparent when running code that relied on JSP&rsquo;s imports. Previous versions of the XML API allowed the same XML attribute to be defined more than once in a single JSP. Quite a few JSP pages, dynamic and static, broke when running under Java 1.5 because of the attribute repetition. "
    [http://www.theserverside.com/tt/articles/article.tss?l=MigratingtoJava5]
    Please identify what the author means exactly by "XML attribute" and provide an example of this behavior/bug. I'm trying to understand this so I can identify if we have this in our codebase or not. thx.

    The migration from Designer 6.0 to 6i requires careful planning. Please read the migration guide on OTN (http://www.oracle.com/technology/products/designer/index.html) for advice and to assist you with the migration.
    Regards
    Sue

  • Migrating informix row type to Oracle 8i

    I have ascii files of an informix database and was using the SQL
    Loader to import these files into Oracle8i. Everything works
    fine except for tables with row types.
    In the Informix ascii files, I have columns containing a set of
    values. eg {x,y,z}. How do I get the Oracle SQL loader to import
    these row type columns into corresponding object types in my
    Oracle 8i database?
    Any information or case studies on this would be desired as
    well. I already looked and the Oracle 8i Utilities documentation
    doesn't have a case study for loading object types.

    you may want to look into using Oracle's Migration Workbench that will take your Access database and then translate it to an XML file from which it then generates the DDL and SQL*Loader scripts for you (which you can always modify before running).
    Hope this helps.

  • Problems when migrate 6i to 10G

    I try to migrate forms 6i to 10g and found two problems.
    First:
    In code --> message('something'); This didn´t appear in status bar of my browser. Someone know about it?
    I didn´t found nothing here about this.
    Second:
    How can i align my text in buttons vertically? Because i do this when select button (Arrange-->Align Objects-->
    Vertically-->Align Center) and in layout editor appears correct , but when i run this forms, the
    text in this button locate on bottom and not in center.
    if somebody will be able to help, I am thankful very!

    Concerning your second problem...
    It is my understanding the the Arrange-->Align Objects...
    is for aligning objects with other objects, not for text inside the object.
    For buttons, I would think that the default for text inside a button would be vertical and center align. That's the way it looks for me.
    You will get some differences in appearance between the layout editor and what is displayed in your browser because of the differences in envionments. For example, fonts can get mapped differently. You may try changing the font and see if that helps.

  • DAQ Problem when migrating to LV8.0

    Hallo,
    I have a piece of code which was originally written with LV7.1.1. It deals
    with a NI6289PCI card. This code has been verified. Now I've migrated from
    LV7.1.1 to LV8.0 and trying to load this code returns an error. A VI called
    "Get Terminal name with device prefix.vi" was not found. As I can remember
    these were from the TraditionalDAQ palette.
    This vi takes and returns a task reference and it takes a string which is
    "ao/StartTrigger" and "ao/SampleClock". Finally it returns a DAQmx
    reference of something that is wired to the source inputs of DAQmxTiming
    and DAQmxTrigger.
    How can I get the functionality of this missing VI with modern DAQmx means.
    I know that it has to do with synchronizing clocks and waiting for a
    trigger.
    Thanks for your help.
    Regards
    Oliver Friedrich
    My email has no x!

    When you installed 8.0 did you install new drivers as well. If you did not i would install the traditional daq drivers and make sure that they can be used for 8.0. This goes for DAQmx as well. make sure when you open LV8.0 that these functions are available in the measurement I/O pallette if they are not then they need to be installed then your problem should go away.
    Joe.
    "NOTHING IS EVER EASY"

Maybe you are looking for

  • HP OfficeJet 4500 and OfficeJet 4600 both not copying any more but will scan and print

    My computer/networking business has 3 HP OfficeJet AIO printers: 2 x 4500 (about 2 years old) and 1 x 4600 (about 6 months old). Only the one 4500 is still able to do everything it should. The others can both print and scan but can't copy any more. (

  • Why don't I have QuickTime on my iPad?

    I received a video as an attachment from a apple laptop but I can't open it up. All I get is a black diamond with a red slash through it.

  • Iphone Speakers

    Anyone know if all the features of the Harman Kardon Go+Play work with the iphone. will I dock the phone, does the video out function work. If anybody has the Iphone and these speakers or has any more info please help.

  • Using fileConnection API on j9

    Hi, I am trying to use fileconnection API on IBM j9 but there is no success. I have successfully installed WSDD on my PC and j9 on PDA (WM 2003 SE). Then I updated to include optional package of PDAP-FC for both wm2003 and windows x86 as mentioned. A

  • WS-SUP32-GE-3B issue!!!!

    Hi,I have a old 6509 chassis installed with a Supervisor Engine 1A. Now, I want to upgrade the 6509 so that I will purchase WS-SUP32-GE-3B. The problem is whether I should purchase new Fan and Power to fulfil WS-SUP32-GE-3B.Can I keep old Fan and Pow