How to store values with more than 50 KB

Hi all

I need to print some records in a single invoice lines line some pre-required data, I went into the loop and they stored in a variable as


file: = | LINE1. Line2;


This logic works very well until the characters are less than 32 k, but beyond that, it gives an error, how can I store the values larger than this size? any advice would be very helpful.


Thanks in advance


Thank you
Pratap
declare
  myClob clob;
  myVar varchar2(1000) := rpad('x',1000,'x');
begin
  for i in 1..100
  loop
    myClob := myClob || myVar;
  end loop;
  dbms_output.put_line('Lenght of clob is ' || length(myClob));
end;

Tags: Database

Similar Questions

  • Select the list with the list of dynamic values with more than 4000 tank of query

    Hello

    I have no application where users can store SQL queries in a CLOB column. This query is then used to populate the list, select a dynamic element through LOV. Following the code returns the query for dynamic LOV used to populate the select list. It works fine except when the length of the lv_sqlStatement becomes more than 4000 characters. Then application crashes with "ORA-06502: PL/SQL: digital or value error: character string buffer too small" when Select the list item rendering.

    Any ideas how to get around this problem? Any help is appreciated. Do not say to them to write shorter than 4000 queries because I can't (it's operational requirements).

    DECLARE
    lv_sqlStatement end_user_set.sql_statement%type;
    BEGIN
    lv_sqlStatement: =: P2_SQL_STATEMENT;
    return ' select the label, value of (' | lv_sql_statement | t ')
    To_char (t.value) if not in (select value from end_user_set_member eusm)
    where eusm. EUSRSET_ID = ' | : P2_EUSRSET_ID | ')';
    END;

    I just blogged about this problem and posted a solution. See this announcement:

    http://www.deneskubicek.blogspot.de/2013/03/select-list-with-dynamic-lov-and-Ora.html

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • List of dynamic values with more than 2 columns

    I have a dynamic LOV with a UNION. I am selecting a display and return value, but I need to order the records by a 3rd field which is different in each of the selects. Unfortunately the LOV yells at me if I try to do. Is this in any way about this?

    Select C.name d, C.pk_id r, C.order x
    of ' #OWNER # '. " STU_BASE' C, #OWNER # .student_list B, #OWNER # .student_list_det A
    UNION
    Select B.name d, B.pk_id r, A.seq_id x
    of ' #OWNER # '. " STU_BASE' B, apex_collections A
    where A.collection_name = 'STUDENT_LIST' and
    B.pk_id = A.c001
    order by 3

    Try

    select d,r from
    (
    select C.name d, C.pk_id r, C.order x
    from "#OWNER#"."STU_BASE" C, #OWNER#.student_list B, #OWNER#.student_list_det A
    UNION
    select B.name d, B.pk_id r, A.seq_id x
    from "#OWNER#"."STU_BASE" B, apex_collections A
    where A.collection_name = 'STUDENT_LIST' and
    B.pk_id = A.c001
    order by 3
    ) 
    

    CITY

  • 5.6.1 pages: How to create a table with more than 999 lines?

    5.6.1 pages: How to create a table with more than 999 lines?

    The table on Pages v5.6.1 line selector is limited 3-digit, as it is in Pages ' 09 v4.3. Either use LibreOffice Writer, who does not have any constraint line on processing tables 3-digit, or any application spreadsheet for top 3-digit row needs.

  • How can I associate my rt surface with more than one account of sky drive

    How can I associate my rt surface with more than one account of sky drive.

    You will need to create a new account on the computer by using the Microsoft Account associated with the other SkyDrive.

    To create a new user, open laptop settings, in the general section, click 'add a new user '.

  • How to list all the vm with more than one network card?

    Hello

    Is it possible to only list all my s vm in my environment with more than one network card?

    I tried using the Get-NetowrkAdapter cmdlet, but could not get the desired results.

    Get - VM | Get-NetworkAdapter | Select-Object Name. ConvertTo-HTML-head $a - body "Virtual Machines < H2 > < / H2 > ' | Out-file D:\vms.htm

    Thank you

    Hello, AGFlora-

    Of course, you can do this with the standard as cmdlets:

    ## using standard cmdletsGet-VM | Select Name, @{n="NumNICs"; e={(Get-NetworkAdapter -VM $_ | Measure-Object).Count}} | ?{$_.NumNICs -gt 1}
    

    Or, if you want to get the results a little (or a lot) more quickly, you can use the cmdlet Get-view as:

    ## fast-like, using Get-ViewGet-View -ViewType VirtualMachine -Property Name,Config.Hardware.Device | Select Name,@{n="NumNICs"; e={($_.Config.Hardware.Device | ?{$_ -is [VMware.Vim.VirtualEthernetCard]} | Measure-Object).Count}} | ?{$_.NumNICs -gt 1}
    

    Those are both by selecting the names of virtual machines and their number of network cards.  Then you can direct this output to Export-Csv, ConvertTo-HTML, what you like.  What to do for you?

  • VM with more than 4 cards (how about 14 NIC?)

    I'm interested to know if someone has built a virtual machine in ESX 3.5 with more than 4 vNIC.

    I have a specific application to which we want to build two VM.    A virtual machine would have ideally 7 vNIC and the other 14 (fourteen Yes) vNIC.    Has anyone edit the VMX file successfully to create such a configuration?

    (Note: I am aware that several IP may be related to a single network adapter.)  This type of configuration is not enough)

    The total number of virtual PCI devices that can have a virtual machine is 6. Assuming you need to at least a virtual scsi controller and a single virtual video card (no more no less), the number of virtual network adapters, you can currently have is 4.

    Sanjana-

  • How to create drop down menus in Muse with more than two tabs

    The widget menu pullsown does only two tabs. How do you do this more than two tabs?

    By default, the tabs in the menu widget are generated in Muse based on the site map, that you define in outline view. This is configurable based on the Menu type setting you choose in the options Menu If you wish, only, upper level pages subpages too or manual. So in order to add a third menu tab, you simply add a third upper level page.

    I would like to know if it's not what you're looking for and what exactly you're trying to reach.

    Thank you

    Vinayak

  • need to vmdk with more than size of 2 TB

    Hello

    I install ESXi5 on 2 x 72 > RAID 5 and create VMs on it (2008), now I have to create vmdk and assign it to this virtual machine with more than 2.5 TB of size.

    I creat new RAID set and now I have data store with 3 TB space, but I can't to creat 2.5 or more to vmdk

    How can I create?  How can I activate the RAW Disk Mapping on the local storage?...

    you will not see local hard drives, it is already in the RAID, then only you can see the raid volume. Which is given below

    MPX.vmhba2:C0:t0:l0<-- disk="">

    MPX.vmhba2:C0:t0:l0:1<-- partition="">

    MPX.vmhba2:C0:t0:l0:2<-- partition="">

    It is not recommended to violate the recommended settings and rules given by vmware, it will raise many problems and if it is in production you will be screwed. On the thing you can do, is to create dynamic disks and create a split volume.

    http://www.Techotopia.com/index.php/Creating_and_Managing_Simple_and_Spanned_Volumes_on_Windows_Server_2008

    If you still want to go for RDM local pause, the RAID and see if it detects the ESX or not and if you can see the individual disks and if you are able to make RDM with these discs, then back to the VM will intervene only individual HDD so no raid and protection? So it is very risky

  • After using groups of tabs earlier today, now whenever I close FF with more than 1 open tab, FF don't ask me to confirm before closing

    After using groups of tabs earlier today, now whenever I close FF with more than 1 open tab, FF don't ask me to confirm prior to closing. FF always asked me to confirm in the past and no settings have been changed before you try tab groups. Then when I open FF it again all the tabs I had open are still there. I tried refreshing FF and erase history, but that did not work. It's almost as if FF think windows and tabs I have open are a group of tabs, and he won't let me get rid of this group. How to stop groups of tabs now that I have them? Or is there something else? None of this was going on until this morning, I played with tab groups. I was curious what it was - it's going to make me kill one of these days lol.

    Note that using "show my windows and tabs from last time" as the start setting will also prevent Firefox to display an alert when you close the window.

  • My 6s does not load.  The Apple store near is more than 2 hours away.  Apple other uses to repair?  Maybe ATT?

    My 6s does not load.  I'm sure it's a hardware problem with the phone for 6 s wife works very well using the same strings of Lightning.  The Apple store near is more than 2 hours away.  Apple uses ATT or Bestbuy as a service center?

    No, they have not. You have the possibility to contact the Apple Support and arrange for a letter if you do not want to travel to the Apple Store.

  • When we try to use our multipoint system 2010 with more than 2 users the mouse around the screen to move.

    Original title: problems using multipoint server 2010.

    When we try to use our multipoint system 2010 with more than 2 users mice become uncontrollable and move the screens themselves. How to fix this.

    Hi thomasgk,

    The issue of Windows Multipoint Server 2010, you have posted is better suited for the IT Pro TechNet public. Please ask your question in the TechNet forums for assistance.

    Hope the helps of information.

  • Can I have my HP mini 210-2080NR updated with more than 1 GB of RAM it came with?

    I have a HP mini 210-2080NR. I would really like the amount of RAM upgraded fom the he arrived with more than 1 GB. Is this possible and if so, how it will manage?

    Hello

    Yes you can, you can upgrade to 2 GB and because she has only 1 slot you have to throw 1 GB and 2 GB, put on it. I replaced the RAM for my daughter about 2 months back. He encrypted his 28 our Australian dollars and 5 minutes of my time.

    Kind regards

  • Hello, I want to build several video clips with more than 500 images (pictures) of each clip. I need to apply a different video transition effect to each photo. It might even be random effects. I see that I can apply a unique to all p transition effect

    Hello, I want to build several video clips with more than 500 images (pictures) of each clip. I need to apply different transitions video effects by alternating each photo. It could be random effects. I see that I can apply a unique pictures transition effect at the same time, but how to apply different transitions not one by one? I could do a clip applying different transitions manually as I wish between hundreds of photos, but I would like to be able to repeat all the transitions of a new video by changing only the photos. Is this possible? Or a tool to apply random transition effects between photos? Or a way to automate the actions to apply different transitions similar to what we can do in Photoshop? Thank you!

    But how to apply different transitions not one by one?

    You can not.

    If you wish to make a slideshow with all the transitions better fantasies use something like Pro Show gold.

    Alt drag window project replaces clip/still on the timeline.

  • Cannot start a virtual machine with more than 1 CPU socket added

    I've set up a few boxes of ESXi 5.5 with the free license in recent weeks, they have all been without problems so far. All 4 servers have the same exact hardware

    Environment:

    Dell Poweredge T620

    E5-2630 2 Intel CPU

    40 GB OF DDR3 ECC RAM

    ESXi is installed on 2 x 146 GB 15 K SAS drives RAID-1

    Data for virtual machines store are 8 x 600 GB 10 K SAS RAID-10 disc

    Guest operating system is Server2012r2 on all virtual machines

    Installed it on ESXi 3 previous were conducted with custom ESXi 5.5 Dell without problem.

    The 4th is where I will have questions. I used the following ESXi installed just in case there is a bug somewhere

    5.5 of VMware ESXi

    ESXi 5.5 customized by Dell

    5.5 U1 of VMware ESXi

    Any version of the ESXi I use I can't have a virtual machine to begin with more than 1 CPU socket added to it. The virtual machine does not start even the VMWare BIOS. I tried the Bios EFI as well with no luck. The error message I get in the events is ' fatal error VMware ESX: vcpu (vcpu-X)-X:VM - entry failed; Valid VMCS (error code 8). The vcpu-X is always another. I have attached the log file is created. If I give the VM 1 single processor TI starts very well. I'm at a loss as to what could be the issue.

    Problem is solved. I caught another server with identical hardware, verified it worked properly, then started to swap parts between them. Turned out to be CPU1. Once this has been replaced from a working server I have not had any problems. Warranty has been appealed.

    Thanks for all the help!

Maybe you are looking for