Invalid Fetch Size

Hi,
I am connecting to Progress database from ODI 11.1.1.1.7 using jdbcodbcdriver. However when I try to fetch data from the tables, i get below error.
java.sql.SQLException: Invalid Fetch Size
Do I need to set Fetch Size to a particular value. If so, where and what size should this value be set to?
Thanks,
Parag

Hi Parag,
In the physical topology, double-click on your dataserver. You should see Array Fetch Size and Batch Update Size. For Oracle RDBMS the default is 30 so you might try it.
Regards,
JeromeFr

Similar Messages

  • Error "Invalid Fetch Size" in ODi11g 11.1.1.6.0 version

    Hi Experts,
    I am doing Data integration from Excel (using mutltiple sheets data) to Oracle table and now I am facing an below issue
    Error:
    ODI-1217: Session EMP_ST1 (24202) fails with return code 8000.
    ODI-1226: Step EMP_ST1 fails after 1 attempt(s).
    ODI-1240: Flow EMP_ST1 fails while performing a Loading operation. This flow loads target table EMP_MULTI.
    ODI-1227: Task SrcSet0 (Loading) fails on the source MICROSOFT_EXCEL connection EMP_TEST.
    Caused By: java.sql.SQLException: Invalid Fetch Size
    Note: When i google it, I came to know that there is a patch Doc ID: 13528165 to resolve the same issue in ODI 11g (ver 11.1.1.5.0)
    Is there any patch to resolve same issue in ODI11g version 11.1.1.6.0 for windows 32-bit
    Thanks in advance
    Regards,
    PK
    Edited by: 917775 on May 21, 2012 11:37 PM

    Hi,
    You better get in touch with Oracle Support people and get it clarified .
    If there is no patch available for ODI 11.1.1.6 , but the bug is still there then they will create a forward porting request for the patch into ODI 11.1.1.6
    Thanks,
    Sutirtha

  • REPORT PERFORMANCE TUNING:Array FETCH SIZE

    Hi Folks,
    DOES any one has an idea about   array fetch size  in CRYSTAL REPORTS XI connected to oracle database.
       I have two basic questions here
               1.   What is the default array fetch size in CRYSTAL XI 
               2.   how to change this parameter.
    Thanks In advance
    Mani

    Please re-post if this is still an issue to the Data Connectivity - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

  • Can you set a large fetch size for the standard popup LOV

    I'm trying to increase the fetch size that the popup LOV uses when I set a LOV up for an attribute.  It seems to have a default of 25.  I don't really have the issue when I'm on a PC, but when we run the app under Safri on an IPAD it will not automatically fetch the next 25 rows when the user scrolls down like it does in IE.  I had the same issue with tables, but I can change the fetch size on the table.  I really need to set the fetch size on the LOV.  ANyone know how to do this?  I don't even care if the setting would be across the board or just specific to one view.   

    I'm on 11g.  I'm using input list of values.  I don't want to wait for the whole list since the search could return 1000's of rows.  I like the automatic fetching I get with IE.  The IPAD is the issue.  It does not do an automatic fetch when you scroll to the end.  So, the user is limited to 25 rows no mater what their selection criteria is.  I'd like this to be around 400 if I could get it. 

  • Java.util.zip.ZipException: invalid entry size error --  help required

    Hi all
    I am sure this error would have been posted many number of times, but I would really appreciate if someone could help me with my problem. I am working on reading data from a .zip file, which in it has ~5GB data. All I am performing is a read operation through the piece of code specified below. This code worked well for .zip files handling till ~2.5GB
    FileInputStream fis = new FileInputStream(filename);
    BufferedInputStream bis = new BufferedInputStream(fis);
    ZipInputStream zis = new ZipInputStream(bis);
    StreamTokenizer tok = new StreamTokenizer( zis );
    ZipEntry entry;
    while((entry = zis.getNextEntry()) != null)
    \\read from the zip file through the streamTokenizer
    I just print what I read through the program, on the console.
    But the error I get is
    java.util.zip.ZipException: invalid entry size (expected 4294967295 but got 2117536490 bytes)
    at java.util.zip.ZipInputStream.readEnd(Unknown Source)
    at java.util.zip.ZipInputStream.read(Unknown Source)
    at java.util.zip.InflaterInputStream.read(Unknown Source)
    at java.io.StreamTokenizer.read(Unknown Source)
    at java.io.StreamTokenizer.nextToken(Unknown Source)
    at ZipFileStreams.getMessages(ZipFileStreams.java:677)
    at ZipFileStreams.main(ZipFileStreams.java:814)
    Could anybody give me hints as to what am I missing and where am i going wrong. Any help would be appreciated.
    Thanks

    Hi,
    I get the same exception while reading a ZIP file. The size if the ZIP file is just 82KB but I am reading it over FTP not sure if it makes any difference. I am using JDK 1.4.2_05. Here is the code I am trying to execute.
    public class TestFTP {
    public static void main( String[] argv ) throws Exception {
    String inboundPath = "/transfer/inbound/";
    FTPClient ftp = new FTPClient();
    ftp.connect("123");
    ftp.login( "123", "123" );
    ftp.changeWorkingDirectory(inboundPath);
    FTPFile[] zipFiles = ftp.listFiles("*.zip");
    TelnetClient telnetClient;
    for(int i=0;i<zipFiles.length;i++){   
    System.out.println(zipFiles.getName());
    ZipInputStream zis = new ZipInputStream(ftp.retrieveFileStream(zipFiles[i].getName()));
    for (ZipEntry entry = zis.getNextEntry(); entry != null; entry = zis.getNextEntry()){           
    System.out.println(entry.getName());
    The error message is
    java.util.zip.ZipException: invalid entry size (expected 10291 but got 10233 bytes)
         at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:367)
         at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
         at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
         at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
         at test.TestFTP.main(TestFTP.java:41)
    Exception in thread "main"
    Please let me know if you were able to fix the problem.
    Thanks

  • Error(5): java.util.zip.ZipException: invalid entry size (expected 2875 but

    Hi all!
    I'm getting this error when I try to execute my application in JDeveloper: Error(5): java.util.zip.ZipException: invalid entry size (expected 2875 but got 2845 bytes)
    This started to happen after I had checkout my application to CVSNT.
    Any help?
    P.S. I'm using JDeveloper 10.1.3 with CVSNT 2.5

    My cvswrappers file (CVSNT):
    *.cab -kb
    *.class -kb
    *.doc -kb
    *.dll -kb
    *.ear -kb
    *.exe -kb
    *.exp -kb
    *.fla -kb
    *.gif -kb
    *.gz -kb
    *.jar -kb
    *.jpg -kb
    *.jpeg -kb
    *.lib -kb
    *.msi -kb
    *.mso -kb
    *.pdf -kb
    *.pfw -kb
    *.png -kb
    *.ppt -kb
    *.sit -kb
    *.swf -kb
    *.tar -kb
    *.tlb -kb
    *.vsd -kb
    *.xls -kb
    *.war -kb
    *.wmz -kb
    *.zip -kb Via Tortoise client I can add and commit zip (jar) files in binary format and everything is OK.
    If I do that via Jdev, anybody who checkout that module from cvs have zip exception, because JDev didnt sent in binary format. How to setup that?
    Thanx
    Message was edited by:
    vpetreski

  • Error(7): java.util.zip.ZipException: invalid entry size (expected 813 but

    Hi All,
    Error(7): java.util.zip.ZipException: invalid entry size (expected 813 but got 817 bytes)
    Today I opened my working project in Jdeveloper 10.1.3 version and as I compile the project, it gives me this error in all Jsf - Jsp pages.
    The line that it shows the above error in my pages is follows.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    Any idea ? Till yesterday, I never got this error and all of sudden it started showing up.
    Your help appreciated.
    thanks,
    pp

    And just to add, nothing got checked out from repository (I mean CVS etc).
    I have this project and Jdev on my windows laptop. I just opened it and started getting this strange error. any idea ?

  • Invalid entry size using internal CVS

    Using internal CVS in jdev 10.1.3 i get "Invalid entry size" when a binary file is checked out from the repository. The cvs serve has the right flag set for zip file .
    Any ideas?

    Are you using a CVSNT server?
    We have an open bug about some incompatability between the internal client and CVSNT when using wrappers.

  • How to determine "fetch size" of an application?

    Hi, all.
    The db is 11.2.0.3 on a linux machine.
    I would like to know the "fetch size" of an application, but I was not able to find any related meteris in v$statname.
    The application configruation is invisible to me.
    Do I need to do some calculations based on statistic metrics from v$statname?
    If so, what meteris should be considered for the assumption for "fetch size" ?
    The following is from manual, but the application configuration is invisible to me.
    http://docs.oracle.com/cd/E11882_01/java.112/e16548/resltset.htm#i1023619
    Setting the Fetch Size
    The following methods are available in all Statement, PreparedStatement, CallableStatement, and ResultSet objects for setting and getting the fetch size:
    •void setFetchSize(int rows) throws SQLException
    •int getFetchSize() throws SQLExceptionThanks in advance.
    Best Regards.

    or;
    compare rows_processed, executions and fetches from v$sql for queries from your application.
    HASH_VALUE EXECUTIONS    FETCHES ROWS_PROCESSED
    4157030199      39288     510744       50193247
    SQL> select
      fetches/executions "fetch per exec",
      rows_processed/executions "rows per exec",
      rows_processed/(executions+fetches) "avg fetch size"
    from v$sql where hash_value=4157030199;
    fetch per exec rows per exec avg fetch size
                13    1277.57439     91.2553134the query assumes the app is doing it 'right', and is fetching from the first execute as well as the following fetches.
    the 91.25... is not the real fetch size ofcourse, as the #rows returned will typically not be an exact multiple of the 'application fetch size', but we can guess it may be 100 in this case.
    also note that you speak of an application fetch size, but the fetch size is really specified per-statement (OCIStmtExecute). some applications (or API's) do indeed use a 'one size fits all', which is still better than using no array fetching at all.

  • Error Items-90122: "Invalid Executable Size " the size of your app's executable file exceeds the maximum allowed size of 80 MB ,

    Hi,
    I am getting "Invalid Executable Size" error when i am trying to upload my app Ipa to iTunes , the same app was uploaded before without this issue, can any one help me to get out of this and to upload my app to iTunes ,
    Any help greatly appreciated....:)
    Thanks in advance..
    Thanks,
    HariKrishnan

    No , still i didn't get any reasonable solution, ,

  • How to change the fetch size for a one-to-many relationship

    With Toplink 10.1.3, since using scrollablecursor is a prerequisites for changing the fetchsize on a query (using the setFetchSize), I am wondering if it would be possible to change the fetchsize of the query which is associated to a one-to-many relationship.
    So, is this possible? How ?

    In TopLink 10.1.3 you can set the fetch-size on any query, it has nothing to do with using a ScrollableCursor.
    Example:
    readQuery.setFetchSize(100);
    To set the fetch size on a mapping query use,
    mapping.getSelectionQuery().setFetchSize(100);
    In 10.1.3 you can only set this in code, not currently through XML or the Mapping Workbench. In 10.1.3.1 you should be able to set the value through XML as well.

  • Rep - 1223  (Invalid Page Size)/Urgent

    Hi,
    I has developed a report in character mode.Then i save the report.In order to have a precise alignment i then changed the design in character units property to Yes.After some time,while running the report it gave an error Rep - 1223 (Invalid Page Size).
    On seeing the property inspector for Paper layout for the Main Section,i saw that the width and height property increased to some very high level.On trying to reducing the width and height size ,it gave a message that unable to reduce it since the layout is not large enough to accomodate layout items.
    Even when i do not save the report the next time,the error somehow persists.
    This kind of error comes very occasionally when try to design character mode reports using design in character units property set to Yes.
    Kindly help me out.
    Regards
    Deepak

    Hi Deepak
    I suggest you apply the latest patch set and check if issue still exist. There are no known issues like this currently.
    Thanks
    Rohit

  • Error Invalid response size: expected=1817, actual=1818

    Started seeing this errror since changing to 3.7.0.0.
    2011-05-23 18:22:42.447/63977.573 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=3): Invalid response size: expected=1817, actual=1818
    2011-05-23 18:22:42.564/63977.690 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=3): Invalid response size: expected=1818, actual=1819
    2011-05-23 18:22:42.846/63977.972 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=3): Invalid response size: expected=1819, actual=1820
    2011-05-23 18:22:42.974/63978.100 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=3): Invalid response size: expected=1820, actual=1821
    2011-05-23 18:22:43.366/63978.492 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=3): Invalid response size: expected=1817, actual=1818
    2011-05-23 18:22:43.869/63978.995 Oracle Coherence GE 3.7.0.0 <Error> (thread=DistributedCache:DistributedQuotesCacheService, member=3): Invalid response size: expected=1818, actual=1819Thanks!
    Andrew

    Andrew,
    I think this error that you are getting is due to a bug in Coherence 3.7.0 which has been fixed in Patch 1, which has been released to My Oracle Support as patch 12530788.
    -Cris

  • Error:- Rep-1223 Invalid page size

    while am trying to run the reports which is having 67 columns , throwing error in Oracle reports 10g i.e Rep-1223 Invalid page size...plz help
    As am having 67 columns in a reports like below,
    ----(1)--,(47),---(2)-----,-----(3)---------,-(4)--,--(5)--,---(6)-------,---(7)------
    ,--(8)------,--(9)-----,------(10)---------,-(11)-,--(12)---,-(13)-,----(14)------,
    ----(15)---,---(16)--------,----(17)---------------,-------(18)--------,
    --------(18)---------,------(19)------,---(10)-----,-----(21)--------,---(22)------,
    ----(22)-----,----(23)--------,-(24)-,--(25)----------,----(26)--------,
    -------(27)--------,
    --(28)--,-----(29)--,-(30)-,--(31)-,
    --(32)--,---(33)----,-(34)-,--(35)--,
    --(36)--,---(37)----,-(38)-,--(39)--,
    --(40)--,---(41)----,-(42)-,--(43)--,
    --(44)--,---(45)----,-(46)-,--(47)--,
    -------(48)---------,--(49)-,-(50)-,----(51)------,----(52)-----,-----(53)------,
    -(54)-,--(55)---,--(56)-,----(57)-----,-(58)-,-(59)-,---(60)----,-----(61)------,
    -----(62)--------,---(63)----,-----(64)----,---(65)----,--(66)--,-----(67)----,
    thanks,
    prasadreddy.

    Hi,
    Did you set the Layout Model, header/Main/Trailer --> Width/Height and need to check format type, some case run in Character mode or Bitmap Mode.
    Regards,

  • *** glibc detected *** free(): invalid next size (fast):

    Hello,
    I am working with LabVIEW 8.2 PDS on a RedHawk Enterprise Linux 4.0 system.
    I have a a VI consisting of a two strings: a control and an indicator string. Both are connected to a CIN object. The control is the input whereas the indicator is the output. Within the C-Code the string input is used as a name of paramter whereas the value of the parameter is saved in the indicator string. This works together with an API of third party supplier.
    The whole process of getting the value of the given parameter name is working quite well but from time to time the VI and also LabVIEW crash - after the CIN code had been executed - with follwoing error message:
    *** glibc detected *** free(): invalid next size (fast): 0xXXXXXXXX ***
    Aborted
    Of course it could be the third party API but I put a message at the end of the CIN code which is printed everytime also when LabVIEW crashed.
    Is there anybody who has expierenced the same behaviour?
    Thanks in advanced for any help or suggestions.
    Johannes

    Hello Johannes,
    I did a database search for the error message in our support database, but nothing was found.
    A quick google search showed some hits, but nothing was specific enough to point to a reason why LabVIEW would crash.
    I'm afraid I can't really help you with this.
    Regards,
    Johannes
    NI Germany

Maybe you are looking for

  • AIO app on iPAD not finding my HP Photosmart C4750 printer

    The AIO app on my iPad can't find my HP Photosmart C4750 printer. However, the HP eprint app on my same iPad does find the printer. Printer is turned on, connected to the network. My HP laptop and my HP eprint app on my iPad both find the printer. On

  • Condition type and amount  in VI01 transaction

    Hi All, I want to update condition type and amount  in VI01 transaction. process : transaction VI01 --> enter shipment number -->enter               then double click on item inside that>it will open new screen for that item> here you can see CONDITI

  • STO with and without delivery

    Hi All,        sorry for troubling you all again. last question on STO. 1) when STO is required to be with delivery only then only we use IMG > step up stock transport order> Assign Document Type, One-Step Procedure, Underdelivery Tolerance there is

  • Oracle 10g on VMS with TCPWARE

    All: I am trying to upgrade from Oracle 9.0 to Oracle 10. (Oracle 9 works fine for me, but I need the latest patches).. The system is running OpenVMS Alpha, using Process Software's TCPWARE. Oracle states that it only officially supports UCX. For var

  • Maxdb not starting after recovery - hung

    Hi all, We have NW2004s and Maxdb on linux _86 system. SP update terminated due to space requirement for db. I restored the db from back up and it went into restart mode. took a long time so cancelled it and tried starting the db using "startdb", but