Error ocurred during capture: Bigger type length than Maximum

Hi,
I am working on a migration project from mysql 5.1 to oracle 9i. I have got everything setup as mentioned in the installation file (jdk1.5.0_22, mysql-connector-java-5.0.4, sql developer 1.5.3). I have tried the latest version 1.5.5 and 2.1 as well which doesn't seem to work either.
I have done the suggested changes in the forum specifically talking about this issue. They relate it to the jdbc.library not pointing to the current directory where sqldeveloper is installed but this is without the jdk so I guess that should not be case for this error. I have tested with all possible combinations; like with jdk and pointing the jdbc.library to the directory where sqldeveloper is installed. I have also tried the ORACLE_HOME = %CD%. I really need help on this one. I am quite not able to understand the root cause of this error and if it relates to jdbc, I have got the proper versions set.
Any ideas would be really appreciated.
I have attached the current property settings of the installation....
java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
java.awt.printerjob     sun.awt.windows.WPrinterJob
java.class.path     ..\..\ide\lib\ide-boot.jar
java.class.version     49.0
java.endorsed.dirs     D:\Program Files\Java\jdk1.5.0_22\jre\lib\endorsed
java.ext.dirs     D:\Program Files\Java\jdk1.5.0_22\jre\lib\ext
java.home     D:\Program Files\Java\jdk1.5.0_22\jre
java.io.tmpdir     C:\Temp\1\
java.library.path     C:\Program Files\sqldeveloper;.;C:\WINDOWS\system32;C:\WINDOWS;E:\oracle\ora90\bin;E:\oracle\ora92\jre\1.4.2\bin\client;E:\oracle\ora92\jre\1.4.2\bin;E:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;E:\oracle\ora90IDS\bin;E:\oracle\ora90IDS\jre\1.3.1\bin;E:\oracle\ora90IDS\jre\1.4.0\bin;C:\Program Files\Oracle\jre\1.1.8\bin;E:\oracle\ora102\bin;E:\ODI\OStore\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\HITACHI\DynamicLinkManager\bin;C:\Program Files\HITACHI\DynamicLinkManager\lib;C:\Program Files\Common Files\Hitachi;e:\util;E:\Program Files\IBM\Director\bin;C:\Program Files\Common Files\IBM\ICC\cimom\bin;C:\Program Files\Windows Imaging\
java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
java.runtime.name     Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version     1.5.0_22-b03
java.specification.name     Java Platform API Specification
java.specification.vendor     Sun Microsystems Inc.
java.specification.version     1.5
java.util.logging.config.file     logging.conf
java.vendor     Sun Microsystems Inc.
java.vendor.url     http://java.sun.com/
java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
java.version     1.5.0_22
java.vm.info     mixed mode
java.vm.name     Java HotSpot(TM) Client VM
java.vm.specification.name     Java Virtual Machine Specification
java.vm.specification.vendor     Sun Microsystems Inc.
java.vm.specification.version     1.0
java.vm.vendor     Sun Microsystems Inc.
java.vm.version     1.5.0_22-b03
jdbc.driver.home     /E:/oracle/ora102/
jdbc.library     /E:/oracle/ora102/jdbc/lib/ojdbc14.jar
line.separator     \r\n
oracle.home     C:\Program Files\sqldeveloper
oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
oracle.xdkjava.compatibility.version     9.0.4
orai18n.library     /E:/oracle/ora102/jlib/orai18n.jar
os.arch     x86
os.name     Windows 2003
os.version     5.2
path.separator     ;
reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
sun.arch.data.model     32
sun.boot.class.path     D:\Program Files\Java\jdk1.5.0_22\jre\lib\rt.jar;D:\Program Files\Java\jdk1.5.0_22\jre\lib\i18n.jar;D:\Program Files\Java\jdk1.5.0_22\jre\lib\sunrsasign.jar;D:\Program Files\Java\jdk1.5.0_22\jre\lib\jsse.jar;D:\Program Files\Java\jdk1.5.0_22\jre\lib\jce.jar;D:\Program Files\Java\jdk1.5.0_22\jre\lib\charsets.jar;D:\Program Files\Java\jdk1.5.0_22\jre\classes
sun.boot.library.path     D:\Program Files\Java\jdk1.5.0_22\jre\bin
sun.cpu.endian     little
sun.cpu.isalist     
sun.desktop     windows
sun.io.unicode.encoding     UnicodeLittle
sun.java2d.ddoffscreen     false
sun.jnu.encoding     Cp1252
sun.management.compiler     HotSpot Client Compiler
sun.os.patch.level     Service Pack 2

Elizabeth,
I'm not in the exact same circumstance (doing a migration) but getting the exact same error while trying to use SQL Developer to retrieve MySQL data (select * from table@mysql_link) using the DG4ODBC gateway (Oracle Database Gateway for ODBC).
It sounds like you've found some forum threads here that talk about this error. That's more than I've been able to find, with the exception of yours. Would you mind pointing me to one or two of those? A search here only turns up your thread for me. Thanks!
Earl

Similar Messages

  • Error  java.sql.SQLException: Bigger type length than Maximum

    My version of oracle is Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    When i perform stored function call using xml table i get that error above.
    I am calling the function in my java application, jdk 1.5 >> oracle driver class is in the jar ojdbc14, this jar file i downloaded from the oracle website.
    i ran the select statement select * from all_registry_banners; and it looks like there is a JVM and xml database version. Is it a problem due to the fact i am using a CLOB as a parameter?
    The funny thing is that if i use a later version for oracle class driver ojdbc14-10.2.0.2 downloaded from findjar.com i get a different error:
    PLS-00201: identifier 'SYS.DBMS_XQUERYINT' must be declared
    I am really lost, please help!
    Regards,
    Shane.
    my java code is:
    String query = oracleQuery;
    CallableStatement stmt = conn.prepareCall(query);
    // register the type of the out param - an Oracle specific type
    stmt.registerOutParameter(1, OracleTypes.CURSOR);
    // set the in param
    String xml = readInAsFile();
    stmt.setString(2, xml );
    // execute and retrieve the result set
    stmt.execute();
    ResultSet rs = (ResultSet)stmt.getObject(1);
    stored function is:
    CREATE OR REPLACE FUNCTION JL_INTERFACE.MAPPING_ITEMS_FUNC (xmlInput IN CLOB)
    RETURN SYS_REFCURSOR
    Is
    mappingItemsCursor SYS_REFCURSOR;
    Begin
    Open mappingItemsCursor FOR
    Select Identifiers.*, orders.*, OTCC.OTCC, OTCC.OTCC_DIC
    From (Select XMLType(xmlInput) as xmlMessage
    From Dual) xmlTypeInput
    ,XMLTable('for $i in /Message
    return $i'
    Passing xmlTypeInput.xmlMessage
    Columns Jurisdiction VARCHAR(50) Path 'Body/Outcome/OutcomeHeader/CourtAppearance/Court/@Jurisdiction',
    Law_Part_Code VARCHAR(50) Path 'Body/Outcome/Offence/ActionIdentifiers/@LawPartCode',
    HNumber VARCHAR(50) Path 'Body/Outcome/Offence/ActionIdentifiers/ActionID/CANReference/@HNumber'
    ) Identifiers
    ,XMLTable('for $i in /Message/Body/Outcome/Offence/Order
    return $i'
    Passing xmlTypeInput.xmlMessage
    Columns Order_Number VARCHAR(50) Path '@JusticelinkOrderNumber' ,
    Order_Category VARCHAR(50) Path 'OrderTypeCodes/@JusticelinkOrderCategory' ,
    Order_Type VARCHAR(50) Path 'OrderTypeCodes/@JusticelinkOrderType',
    Next_Hearing_Type VARCHAR(50) Path 'NewListingDetails/Listing/ListingDetail/NextHearingType'
    ) Orders
    ,JL_INTERFACE.ORDER_TYPE_NSWP_OTCC OTCC
    Where OTCC.Jurisdiction = Identifiers.Jurisdiction
    And OTCC.Order_Type = Orders.Order_Type
    And OTCC.Next_Hearing_Type = Orders.Next_Hearing_Type ;
    Return mappingItemsCursor;
    End MAPPING_ITEMS_FUNC;

    Hi, my columns doesn't have any CLOB datatype.
    Wonder what's the cause...
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Yekesa:
    What is the data type of that column ?. If it is a CLOB column and the size is greater than 32K (approx), I have a seen a simular problem on 8.1.6, Windows NT.<HR></BLOCKQUOTE>
    null

  • Help~! - IOexception: Bigger type length than Maximum

    Hi all,
    I've been seeing errors below so often these days when I run my program.
    Anybody has any clue?
    "dberror= Error: java.sql.SQLException: Io exception: Bigger type length than Maximum
    dberror= Error: java.sql.SQLException: Bigger type length than Maximum"
    We are using JDBC thin, oracle8 on Linux.
    Thanks for any help.
    null

    Hi, my columns doesn't have any CLOB datatype.
    Wonder what's the cause...
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Yekesa:
    What is the data type of that column ?. If it is a CLOB column and the size is greater than 32K (approx), I have a seen a simular problem on 8.1.6, Windows NT.<HR></BLOCKQUOTE>
    null

  • Error : Bigger type length than Maximum

    Hi
    I am using JBOSS Server-with ORACLE 10g-xe(express edition),Thru prepare statement it works well,But thru callable statement it is not working .I am getting the following error
    Bigger type length than Maximum .
    I am using
    jdbc:oracle:thin@host_name:1521:service_name & classes12.jar
    what is the solution?
    by
    balamuralikrishnan.s

    This is a jdbc specific error. Moving to OCI drivers should trash the problem.
    If you aren't able to use OCI drivers, then you should also try to upgrade your jdbc drivers to the newest version. I read about problems with a plus ( + ) in a varchar2 string causing this problem, also I heard stories about blobs, etc. etc. The error is therefore in my opinion a rather generic one that should be described in more detail by Oracle.

  • Bigger type length than maximum

    Anyone knows resolutions to problem of:
    "Bigger type length than maximum"?
    ...what's means "ErrorCode =0"?
    Please if you want help me, give me some informations

    Thanks for reply, the java method getErrorCode has given like return the number 0, the code that throws exception is java sql operation(opening and closing of statement and resultSet to executing an INSERT into ORACLE DATABASE)

  • Java.sql.SQLException: Bigger type length than Maximum

    When i retrieve XMLType of size arnd 300k using XDK & JDBC thin driver for 9i i get this error. Any help would be appreciated.
    I am using 9i Release 2 thin driver and xdk package.
    Thanks,
    S

    Bill,
    Could you please contact your Oracle Support representative about this bug? Please mention that this may be the same issue as bug number 938540.
    Thanks.

  • An error ocurred during the installation of assembly 'Microsoft. VC80.crt,type="win32", version="8.0.50727.4053".publickKeyToken="1fc8b3b9a1e18e3b".processorArchitectu re="amd64".Please refer to help and support for more information. HRESULT: 0x80071A30

    An error ocurred during the installation of assembly 'Microsoft. VC80.crt,type="win32", version="8.0.50727.4053".publickKeyToken="1fc8b3b9a1e18e3b".processorArchitectu re="amd64".Please refer to help and support for more information. HRESULT: 0x80071A30
    Instale iTunes perfectamente, conecte mi iPone y me dijo que necesitaba otra version que borrase la actual y instalase la nueva, borre la que tenia, y al instalar la nueva me salia esto y no tengo forma de instalarla. Ya hice los tutoriales de la pagina, y nada.

    OK.  If both of you are Windows 7.  Make sure you go to Windows update (START button, type in Windows Update). Check for updates and update whatever that are available. (especially Microsoft .NET Framework 4 )
    After that see if you still get this error message.
    The last resort would be to unistall and reinstall the whole thing.
    Follow the steps below:
    1. Go to Microsoft website to fix install and Unistall problems. Click "Run now" from Fix it to remove all iTunes & related installer files:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over.
    2. You should remove all instances of iTunes and the rest of the components listed below:
    it may be necessary to remove all traces of iTunes, QuickTime, and related software components from your computer before reinstalling iTunes.
    Use the Control Panel to uninstall iTunes and related software components in the following order:
    iTunes
    QuickTime
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Follow the instructions from Apple article listed here: http://support.apple.com/kb/HT1923 to remove all components
    3. Reboot your computer. Next, download iTunes from here:http://www.apple.com/itunes/download/ and install from scratch

  • My pc (vista) display the following: An error ocurred during assembly policy 8.0 microsoft VC80,CRT,type = win32 policy version. What can I do?

    I have Windows Vista, when I tried to install iTunes, the following error pops up:
    "An error ocurred during the installation of assembly policy 8.0 microsoft VC80.CRT. Win32 policy version"
    What can I do to complete the installation?
    Thanks in advance!

    "An error ocurred during the installation of assembly policy 8.0 microsoft VC80.CRT. Win32 policy version"
    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? (For example, 8007000B.)

  • I am trying to download the mountain lion software which I purchased and downloaded successfully in my air book, in to my desktop and I get an error 403 message saying that an server error ocurred during downloading

    I am trying to download the mountain lion software which I purchased and downloaded successfully in my air book, in to my desktop and I get an error 403 message saying that an server error ocurred during downloading

    Implies that the DL is hosed and necessitating DLing it again.

  • Please can somebody help me? My imessage does not work, I try to activate it but it says an error ocurred during activation. try again  :(

    Please can somebody help me? My imessage does not work, I try to activate it but it says an error ocurred during activation. try again 

    Its possible that the server can be down now. Have you ever used it before?  If you want, try resseting the phone by just holding the sleep/wake key and the home button together for 10 seconds.  Then wait 5 seconds when it turns off and press the sleep/wake button to turn it back on.  Then try it again.  Let me know what the results are.

  • An error ocurred during the installation of assambly

    trying to install the new itune have the older one just got the 4S but cant use it on my curent itune have an error ocurred during the installation of assambly it what it says and then back tracks and stops

    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? (For example, 8007000B.)

  • HT201210 I can't update my iphone ios from 5 to 6. I recieve a message as " an error ocurred during instalation". What should I do?

    I can't update my iphone's ios from 5 to 6. I recieve a message as " an error ocurred during installation. what should I do?

    http://support.apple.com/kb/TS3694  See  your error code and resolution in the link provided.

  • Error ocurred during initialization of VM. Unable to load native library...

    Hi,
    I´m trying to install Oracle 9i on a PC with Suse 9.2.
    when I put the first CD it comes with this error:
    Initializing Java Virtual Machine from /tmp/OraInstall2006-05-04_11-13-11PM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-05-04_11-13-11PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I´ve seen that there was a similar issue in 2004 and I´ve trying to do what it says but it didn´t work this time.
    Unable to load native library:
    Could everyone help me to install Oracle??? I´ve been trying it for a few days and doesn´t work.
    Regards,

    I had same problems long time ago. Ok, I try to remember.
    First I read the recommandation. You need a special GLIBC-Library to support the JAVA 1.1.8 runtime environment.
    Some of the Oracle9i tools are compiled with gcc 2.95 compiler.
    You may need ”gcc_old for SLES9” for linking of those tools.
    gcc_old-2.95.3-175.2.i586.rpm is included in SLES 9 SP2 CD1
    For Suse you can obtain a package called orarun. You will get further support for installing, starting and stopping ORACLE. Please look at http://ftp.novell.com/partners/oracle/docs/9205_sles9_install.pdf.
    Good luck.

  • Xperia Z - Error Ocurred During Tethering

    I can't get tethering working, when I turn it on i get a message 'an error occurred during tethering' i can still connect my laptop to the phone's wifi hotspot but only get local access..I am on Ornage UKYes they support tetheringYes mobile data is switched onAnyon got a clue? There seem to be a lot of people on Sony Xperia phones with the same problem ???Thanks ....

    Samuel wrote:
    Take a look at this thread, seems to be a similar issue: http://talk.sonymobile.com/thread/132256      What are your thoughts about this forum? Let us know by doing this short survey.Actually it shows the error ''Error occurred during tethering''. I don't even know how this has been overlook, they  just had to activate the tethering and the error will pop right up no matter what. No wonder the lollipop on Z/ZR/ZL is filled with bugs.

  • Return error ocurring during bdc

    Hello all,
    I am a abaper and i got a project to in which there is a requirement that we have to do the bdc by remote function call.
    I am able to do bdc through it but my main concern is the error which come while doing bdc.
    I mean we can see the screen which in which there is error. I want to capture that error and that error should be return to the function.
    Suppose we are doing bdc which the help of .net application. We want to retrun the error which is occuring during the bdc and return the error to the .net application. so can you tell me how can we return the error.
    Thanks...

    Hi,
    Implement RFC or any interface to communicate with non-SAP system. And have one table parameter with two fields..one with flag and other field is for message text. Then your table parameter output will be like following:
    E: Process not occurred
    S: Table updated updated successfully
    etc.,
    and,
    As we know,
    bdcmsgcoll type bdcmsgcoll occurs 0 with header line,
    call transaction 'TCODE' using bdcdata mode 'N' update 'S' messages into bdcmsgcoll.
    this syntax will helps you capture the messages with BDC processing. And then pass this message ID and types etc to 'FORMAT_MESSAGE' or some other function module whcih can gives you message text. And finally populate ABOVE internal table with those details.
    Thanks,
    Naveen Inuganti.

Maybe you are looking for