What is the max limit

I have written a file parser to insert a CSV directly into a table. The CSV contains 2 fields that would be considered memo fields in Access.
Now I get this Error: (ORA-06502: PL/SQL: numeric or value error ) when I run this section of code:
DBMS_LOB.converttoclob (v_text_file, v_binary_file, DBMS_LOB.lobmaxsize, v_dest_offset, v_src_offset, DBMS_LOB.default_csid, v_lang_context, v_warning); The error I believe is relating to this section of the code: DBMS_LOB.lobmaxsize .
My questions are:
What is the max size of DBMS_LOB?
And has anyone had any success inserting/parsing a field that contains 10000+ characters with Access embedded special characters?

Hello,
" Only problem that I have with OMWB is that it converts on memo field into a clob but the other into a varchar2(255) and truncates the data"Are you talking from experience? The varchar2 limitation doesn't make sense to me. I didn't use the tool my self, but I remember reading that the Oracle model can be changed. Maybe you should check the documentation more carefully. You can also try to open a new thread, with a specific subject on Access migration. That can draw the attention of the experienced posters.
" Hopefully the APEX team can come up with something about converting/recognizing Access special characters in the next version."From what I'm reading about ApEx 3.0 the last few days, it seems it will include a dedicated tool for Access migration.
Regards,
Arie.

Similar Messages

  • What is the MAX. limit of a Message which PI can Handle?

    Hi Experts,
       We have one requirment where in we need to send a large data which contains some Memo Fields as well as Photo & PDF document thru PI Web-service scenario. we would like to know is there any Message Size Limit at PI side. is there any setting. i this moment i do not know what will be the size of the message will get form. pl. note that this will be B2B scenario.
         secondly for a given message how can i check the size of the message. we are on PI 7.31 JAVA Only SP9 Patch 11.
    Regards,
    Umesh

    Hi Umesh,
    as for as i know SAP PO system can handle the file till GB also but this will be based upon your system resources and configuration as well.
    Please find the below link for further information.
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/10/18/pixi-pi-73-processing-of-large-files--teaser
    Regards,
    Naveen

  • What is the Max. Limit of ICM Script Nodes that can be set in ICM Script 8.0

    I am trying to  out the maximum number of Script Nodes that can be set in ICM Script editor , is there any limit on that ?
    I am using ICM 8.5 Version
    I have read that the  value for maximum number nodes that can be executed is configurable as seen in hkey_local_machine\software\geotel\icr\\routerX\router\currentversion\configuration\script\MaxNodesExecuted
    By editing the value help me to increase the No. of Script nodes  in ICM Scripts ?? Appreciate your reply asap.

    Hi,
    Looks like the max. length described in the forms help only applied to actual database column. But if I am defining a non database column, what is the max. limit?
    I tested it by setting to 32K (i.e.32767) and the form accepts and run ok. However, I am not sure whether there will be other side effect or not.
    Kelly.

  • What is the max no of pages a Script can add using OATS?

    HI,
    I am getting some problems when no of pages in a script are more,Do anybody knows what is the max limit
    of pages we can add in a Script.

    i have scripts of more than 100 pages and did not see this issue on those script but had encounter this with even few pages scripts. Probable reason could be issue with VB code and I observed following work around works
    -     Rename VBA file of that script with some other working script file and try toopen script, you may need to do your VB code again
    -     Click on error and go to tool menu and click on any menu item which is not grayed out and click on it
    Other thing we did was to maintain script in versioning tool and we go back to earlier version if we see this issue.
    hope this helps

  • Export/Import-SPSIte :- What is the max size limit that can be moved using this command??

    Export/Import-SPSIte :- What is the max size that can be moved using this command??

    I assume you ment Export-SPWeb not Export-SPSite command.
    There is no known limitations in file size, except the compression file size that is set to 24MB by default. If you exceed 24MB, the cmp file will be splitted into several files. You can change the default 24MB value up to 1024MB, using the -compressionsize
    parameter.

  • What is the max. count of internal worker-threads in B1iSN 88?

    Hi Experts,
    We have an installation of B1iSN 88 with an ECC 6.0 and 54 SAP Business One installation. The Hardware is 8 Core multi-threads processor. 32GB Memory. Now we have a problem with the queuing of Events. What we have found is that the configuration of the internal worker-threads is set to -1(please see below for the settings). We change the settings to xcl.threads=20 and it improves the queuing. My question is what is the max. count of internal worker-threads per core? so that we can know how many worker will set and if we need to upgrade the CPU to 16 Core..
    # The max. count of internal worker-threads afforded for the internal Scheduler (defaults to 1)
    # The value of 0 means that there is no limit (what in general should not be set up).
    # A negative value means the count of threads per available processor
    xcl.threads=-1
    Regards,
    Wilson

    You're very welcome.
    Yes, they are very nice machines. 
    What a jump in performance when I swapped out the Pentium 4 620 mine had, for the PD 945, and tossed in 4 GB of memory.
    That box will also run the Radeon HD 6570 with no problem too, which is what I put in mine.
    The downside of that model is that there are no settings for ahci or raid.
    I own or have owned every CMT since the d510 with the exception of the dc7900.
    My main PC is now the 8200 Elite CMT which I installed W8.1 on.
    It has an i7-2600 processor and 32 GB of memory, 1 TB SATA III hard drive.
    I threw in a Radeon HD 6670 in that one.
    Best Regards,
    Paul

  • What is the max number of hyperlinks supported in a PDF docment?

    What is the max number of hyperlinks supported in a PDF docment?
    How do I find out how many hyperlinks there are in a PDF document?

    I don't think there's a limit to the number of links you can add to a file...
    This code (taken from the reference files) will report the number of links in your file:
    var numLinks=0;
    for ( var p = 0; p < this.numPages; p++)
    var b = this.getPageBox("Crop", p);
    var l = this.getLinks(p, b);
    console.println("Number of Links on page " + p +" is " + l.length);
    numLinks += l.length;
    console.println("Number of Links in Document is " + numLinks);

  • What is the max size of a zip file with the JDK1.5 ?

    Hello everybody,
    I'm a french student and for a project, I need to create a zip file, but I don't know in advance the number and the size of files to include in my zip.
    I wish to know if someone have the answer to my question : what is the max size of a zip file with the JDK1.5 ? I believe that with the JDK1.3, the limit size of a zip was about 2Go, wasn't ?
    Thank you for all answer !
    Good day !
    PS : sorry for my very poor english ;-)

    Here is all I have found for the moment :
    ...Okay, what about my suggestion of creating your own 10GB file?
    Try this:import java.io.File;
    import java.io.RandomAccessFile;
    import java.nio.ByteBuffer;
    import java.nio.channels.FileChannel;
    import java.util.Random;
    class Main {
        public static void main(String[] args) {
            long start = System.currentTimeMillis();
            int mbs = 1024;
            writeFile("E:/Temp/data/1GB.dat", mbs);
            long end = System.currentTimeMillis();
            System.out.println("Done writing "+mbs+" MB's to disk in "+
                    ((end-start)/1000)+" seconds.");
        private static void writeFile(String fileName, int numMegaBytes) {
            try {
                int numBytes = numMegaBytes*1024*1024;
                File file = new File(fileName);
                FileChannel rwChannel =
                        new RandomAccessFile(file, "rw").getChannel();
                ByteBuffer buffer = rwChannel.map(
                        FileChannel.MapMode.READ_WRITE, 0, numBytes);
                Random rand = new Random();
                for(int i = 1; i <= numMegaBytes; i++) {
                    for(int j = 1; j <= 1024; j++) {
                        byte[] bytes = new byte[1024];
                        rand.nextBytes(bytes);
                        buffer.put(bytes);
                rwChannel.close();
            } catch(Exception e) {
                e.printStackTrace();
    }On my machine it took me 43 seconds to create a 1GB file, so it shouldn't take too long to create your own 10GB. Then try zipping that file.
    Good luck.

  • What's the max number of columns a table can have on 32 bit OS & 64 bit OS

    What is the max number of columns a table can have on 32 bit OS & 64 bit OS ?
    Edited by: sameer naik on 02-Jul-2010 02:11

    For TimesTen 7.0 and 11.2.1 releases the limit on the number of columns per table is 1000 for both 32 and 64 bit TimesTen. This can be found in the documentation under System Limits.
    Regards,
    Chris

  • What is the Max Number of Total Work Process that we can Have on  One C.I

    Hi,
    What is the Max Number of Total Work Process that we can have on a Single C.I
    Is there any Limit that We can only have Perticular Number of Total work process ?
    Or it is just Unlimited number of total work process
    Thanks & Regards
    Dan.

    from the system throughput point of view a rule of a thumb is:
    1 up to 4 sometimes 5 workprocesses per CPU.
    (one is used in Benchmarks where you have a very small number of transactions running with a small amount of database accesses)
    you can easily find it out:
    configure 4 WPs per CPU. If you have a number of WP's consuming nearly no CPU time you can reduce the number of WPs.
    regards
    Peter

  • HT201342 what is the max size of attachment that possible to send with icloud email?

    what is the max size of attachment that possible to send with icloud email?

    Welcome to the Apple Community.
    There isn't an attachment size limit as such, the limit applies to the entire message including all attachments, which is 20 MB.
    if you are using a mail application to send emails (ie not via a web browser) you may be subject to smaller limits imposed by your own ISP.

  • What is the max amount of RAM that I can install using Snow Leopard?

    What is the max amount of RAM I can install in my MacBook Pro? Does having Snow Leopard raise the RAM limit?

    Michael Velasquez II wrote:
    Despite only being able to read 3GB, what is the better way to go?
    qty(1) 2GB and qty(1) 1GB Stick
    or
    (2) 2GB sticks?
    In general, for best performance, it's best to match up the same size modules in each slot (2x2 in this case). However, given that it's only going to read 3GB, I'm not sure if that holds true here.

  • Bad practice to always fill recordable media dvd etcetera to the max limit?

    I burn a lot of dvd, bluray etcetera.
    I see that for example Blu Ray Bd-R has a max capacity of 23.31 GB (single layer).
    I have heard that you are not suppose to fill it to the max limit due to quality of burning for long time storage, but cannot understand why eventually.
    Any good guidelines for this?

    Yes, I agree, the chance of bad sectors, or the need for an extra metafile block can means filling the disc is undesirable, especially if just adding plain data. 
    Here's what I have to say about CDs*:
    http://www.macmaps.com/cdrfailure.html

  • What is the max hard drive for a late 2006 xserve?

    What is the max hard drive for a late 2006 xserve?

    Hi Kappy,
    That's not quite true. I don't think anyone has managed to get a 3TB drive working as 3TB on an Xserve yet.. Here is the official compatibility matrix from Apple http://support.apple.com/kb/HT1219
    2TB seems to be the limit. Some people have had success with non Apple drives but it's very hit and miss..
    All the best
    Beatle

  • What's the max size you can put in an array?

    when declaring an array,, i wonder if there's a limit or a maximum length you can use for array?
    ex.:
    int n[] = new int[what's the max length for this?];
    JButton b[] = new JButton[what's the max length for this?];thanks!!!

    Theoretically the maximum size of an array will be Integer.MAX_VALUE,
    practically it all depends on how much memory you gave to your VM and how
    much of that has already been allocated to other objects ...
    kind regards,
    Jos

Maybe you are looking for

  • Is there a way to go from the mini displayport to a video .

    I would like to be able to hook my new MacBook Pro up to the older tv's at school. Is there an adapter or series of adapters that will create a connection between the mini displayport and a RCA video connection.

  • For output display report is final_internal table or structure in wd ABAP?

    Hi all, for output display report is final_internal table or structure in wd ABAP? in wd java output display report -.> CALLING rfc and that RFC OUTPUT table finally in internal table is assigned to STRUCTURE .Same procdure? Thanks, RAMA

  • Problem with DVD burning

    I was trying to burn DVD with GUI it failed multiple times, so I tried with growisofs, but problem is the same: :-[ WRITE@LBA=10h failed with SK=5h/INVALID ADDRESS FOR WRITE]: Invalid argument if I try again it shows :-[ WRITE@LBA=0h failed with SK=5

  • Export table data in text file

    hi, i am using oracle 8.0.7 , i want to export a table data in to text file, thanks in advance Noman ul haq

  • Sharing between versions (iphoto 6 to iphoto 5)

    I need help sharing between iPhoto 6 (the sharer) and iPhoto 5 (the consumer). I have a large library in iPhoto 5 (5.0.4) on my iMac and my wife has a smaller library on her new Mac Book that came with iPhoto 6 (6.0.6). On her Mac Book, I have turned