Is there a character limit on PL/SQL region code?

Hi,
We are moving a app from the Oracle apex site (10g) to our apex environment (9.2) and when I open a Dynamic PL/SQL region on a page, add a space to the declaration area just to cause it to be different, I try and save it and it goes to:
"The webpage cannot be found"
This happened at another job and I believe it was a environment setting to extend the character limit ability.???
If so, what do I change and how do I change it?
If not, any ideas?
Thank you, Bill

Hello Bill,
>> … to our apex environment (9.2)
The following might give you some more information on your possible situation -
Re: Is there a maximum number of characters allowed in PL/SQL Anonymous Blo
ORA-06550 recieved when trying to modify existing page after 3.1 Apex upg
Regards,
Arie.

Similar Messages

  • xsql:query - Is there a character limit on the SQL contained in the tag?

    Is there a limit to the length of the SQL contained in the
    <xsql:query> tag ?
    I've been very successful with short queries using xsql:query
    tags, however, for longer queries they seem to fail the XML
    Syntax check using JDeveloper 3.2.3.
    The resulting error from the XSQLServlet is XSQL-005 page is not
    well formed with the following:
    XML-0201: (Fatal Error) Expected name instead of .
    XML-0122: (Fatal Error) '=' missing in attribute.
    XML-0125: (Fatal Error) Attribute value should start with quote
    (Posted example 10/16/01)

    Hello Bill,
    >> … to our apex environment (9.2)
    The following might give you some more information on your possible situation -
    Re: Is there a maximum number of characters allowed in PL/SQL Anonymous Blo
    ORA-06550 recieved when trying to modify existing page after 3.1 Apex upg
    Regards,
    Arie.

  • Is there a character limit for a field in CrystalReports?

    Is there a character limit for a field in CrystalReports?
    Hello,
    I'm trying to display a long text (+100.000 characters) stored in a MySql database in CrystalReports but CR is not showing the complete text. Is this because there is a length limit for fields in CR?
    Thanks,
    Eddy G.

    This is not a great answer, but you can base your report on a SQL Command, then use something like this for the command(MS SQL):
    select
      case when length(table.field) > 65535
          then substring(table.field,1,65535)
          else table.field end as field_part1,
      case when length(table.field) > 65536+65535
          then substring(table.field,65536, 65535)
          when length(table.field) between 65536 and 65536+65535
          then substring(table.field,65536, length(table.field)-65535)
          else '' end as field_part2
    from table...
    Then in the report, display both fields where you want the BLOB data.
    HTH,
    Carl

  • Is there a character limit for iTunes U course postings when viewing in iOS app?

    I have created a course in iTunes U using the web interface, but when I view the course on my iPad it doesn't show the entire post. Is there a character limit in the app or something for what will display? 
    To make things even stranger, I went back to the course editor in my browser and saved it again (effectively re-posting it) and when I restarted the iTunes U app in iOS the post was cut even shorter!  I'm using an iPad 3rd gen with iOS 6.0.1.

    No, there is no workaround. You would need to find a downloadable copy of old apps.

  • Is there a character limit in Mail on iPhone or iPad?

    When composing an email message, in the Mail app, is there a character limit in the body of the email on an iPhone or iPad?

    I did lots of testing last night on this issue.
    It's quite repeatable. I tested it on LV 7.1 (OSX) and the bug is there, but LV 8b120 works OK.
    I have attached the LLB that I sent to tech support.
    Here is the report I sent:
    Problem Description :
    Apparently there is a character limit on ENUM
    items.
    If I add two characters to any item in this enum,
    LabVIEW will CRASH when I apply changes. The
    crash occurs without actually RUNNING the
    program.
    I have tested on LabVIEW 7.0 (Win2000) and
    7.1.1 (OS X). Both exhibit the same behavior.
    LabVIEW 8.0 b120 (OS X) does NOT crash - it
    works correctly.
    STEPS TO REPRODUCE:
    1... Open the library and keep HDT SORT
    CHANNELS INTO PAGES.vi open.
    2... Open HDT UNITS CONTROL.ctl in the library.
    3... Add two or more characters to any item in
    the ENUM.
    4... APPLY CHANGES
    5... Watch LabVIEW crash.
    It certainly leads to bizarre behavior - If you remove the UNITS control from the HDT DISPLAY UNITS vi while you change the typedef, there is no crash. But as soon as you put it back and wire it to the connector, ALL the terminals turn to (void).
    Message Edited by CoastalMaineBird on 11-18-2005 09:11 AM
    Steve Bird
    Culverson Software - Elegant software that is a pleasure to use.
    Culverson.com
    Blog for (mostly LabVIEW) programmers: Tips And Tricks
    Attachments:
    LabVIEWCrasher.zip ‏906 KB

  • Is There A Character Limit to Region Source?

    I created a PL/SQL Dynamic Content region. I was in the process of adding PL/SQL code to region source and every thing was working fine when I started getting the following error when ever I press the Apply Changes button:
    1 error has occurred
    ORA-06550: line 609, column 1: PLS-00103: Encountered the symbol "END" when expecting one of the following: * & = - + ; < / > at in is mod remainder not rem <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || member SUBMULTISET_ The symbol ";" was substituted for "END" to continue.
    I cannot find anything wrong with the PL/SQL code. I did notice however, that if I remove enough lines of code the error message goes away. Is there some limit to the number of lines or number of characters the region source can hold?? If so is there some way to increase this limit? Thanks for the help.

    I understand what you are saying. I looked up mod_plsql and understand this is a limitation of the Oracle HTTP web server. But is there a way to configure the web server so it can handle more data? I find it hard to belive that people are not writting a lot longer PL/SQL code than I am.

  • Are there any character limits to PDF keyword metadata?

    I'm working on a project that involves scanning a lot of handwritten documents, so manually entering keyword metadata is key for searchability. Is there any character limit to individual keywords or the entire keywords field?
    Thanks,
    Sean

    Well I answered the second part of my question myself. It turns out the keyword field in Acrobat has a 1,999 character limit.

  • Render Dynamic PL/SQL region as PDF?

    Hi!
    I would like to be able to render a Dynamic PL/SQL region as a PDF. Anybody have an idea how to do this or even if it can be done? This is not a report region.
    Also any idea's on how I might do pagination in a dynamic PL/SQL region?
    Any hope that a future version of APEX will accept lines from a PL/SQL function (including anonymous ones) as the source of a report region? It would need to preserve blank lines. Currently only select statements are valid for generating APEX reports.
    Thanks in advance for your help!
    Dave Venus

    Scott,
    This is what is what debug mode puts out just before it issues the data not found error:
    0.07: ...Process "create collection": PLSQL (ON_SUBMIT_BEFORE_COMPUTATION) -- -- Create Collections -- -- declare la_cks apex_application_global.vc_arr2; begin if apex_application.g_f19.count > 0 then -- wwv_flow.debug('count gt 0 for checksum'); la_cks := apex_application.g_f19; else
    0.09: Encountered unhandled exception in process type PLSQL
    0.09: Show ERROR page...
    0.09: Performing rollback...
    I was hoping that the wwv_flow.debug statements would help me figure out where the error was occurring, but they did not produce anything so I commented them out. One thing that might be useful is that when I am not in debug mode and I click the OK link after the Oracle error message, the repainted screen still has the checkboxes that have been marked so I am guessing the error handler can see the data that I put into the .g_fnn arrays within my pl/sql region code.
    In other tabular forms within the same application, the create collection code starts the same way and I do not have any problems.
    One of the tests I did this morning was to replace my reference to the fcs array with f19 just in case there was something special being done for checksums, but the change had no effect.
    thanks,
    Peter

  • Using APEX_ITEM in pl/sql region

     

    this is the apex pl/sql region code and the page process, when the page is submitted the process fires but doe snot recognize any of the apex application global arrays???
    {DECLARE
    CURSOR get_bank IS
    select C.form, C.form_description, C.form_details
    from form C
    where C.form_type = 'P' and
    NOT EXISTS
    (select ''
    from sis_user_portlet D
    where D.fk_sis_user_roles = :P0_LOGIN_ROLE and
    D.portlet_id = C.form)
    order by 2;
    BEGIN
    htp.tableOpen(cattributes=>'width="100%" border="0" cellspacing="0" cellpadding="2"');
    htp.tableRowOpen;
    htp.p('<td align="center" width="100%">');
    htp.p('<div class="WidgetBank">');
    FOR x in get_bank LOOP
    htp.p('<td nowrap>');
    htp.p('<div id="' || x.form || '" class="bank" ondblclick="moveToDashboard(this.id,this.className);" onmouseup="setPosition(this.id,this.className);">');
    htp.p(x.form_description);
    htp.p('<span id="'||x.form||'_span" style="display:none;">');
    htp.tableOpen;
    htp.tableRowOpen;
    htp.p('<td>');
    htp.p(APEX_ITEM.HIDDEN(P_IDX =>1,
    p_value =>'test',
    p_attributes =>'id="'||x.form||'_form"'));
    htp.p(APEX_ITEM.HIDDEN(P_IDX =>2,
    p_value =>'',
    p_attributes =>'id="'||x.form||'_x"'));
    htp.p(APEX_ITEM.HIDDEN(P_IDX =>3,
    p_value =>'',
    p_attributes =>'id="'||x.form||'_y"'));
    htp.p('Height:');
    htp.p(APEX_ITEM.TEXT(P_IDX =>4,
    p_value =>'',
    p_size =>5,
    p_maxlength =>4,
    p_attributes =>'id="'||x.form||'_height"
    onChange="setHeight(this.value,'||''''||x.form||''''||');"'));
    htp.p('</td>');
    htp.tableRowClose;
    htp.tableRowOpen;
    htp.p('<td>');
    htp.p('Width:');
    htp.p(APEX_ITEM.TEXT(P_IDX =>5,
    p_value =>'',
    p_size =>5,
    p_maxlength =>4,
    p_attributes =>'id="'||x.form||'_width"
    onChange="setWidth(this.value,'||''''||x.form||''''||');"'));
    htp.p('</td>');
    htp.tableRowClose;
    htp.tableClose;
    htp.p('</span>');
    htp.p('</div>');
    htp.p('</td>');
    END LOOP;
    htp.p('</div>');
    htp.p('</td>');
    htp.tableRowClose;
    htp.tableClose;
    END;
    DECLARE
    l_portlet_id sis_user_portlet.portlet_name%TYPE;
    l_x_position sis_user_portlet.x_position%TYPE;
    l_y_position sis_user_portlet.y_position%TYPE;
    l_width sis_user_portlet.width%TYPE;
    l_height sis_user_portlet.height%TYPE;
    get_pk sis_user_portlet.pk_id%TYPE;
    BEGIN
    FOR i in 1 .. wwv_flow.g_f01.COUNT LOOP
    --if apex_application.g_f01(i) is not null then null;
    get_pk := sis_express.get_sys_guid();
    l_portlet_id := wwv_flow.g_f01(i);
    l_x_position := wwv_flow.g_f02(i);
    l_y_position := wwv_flow.g_f03(i);
    l_height := wwv_flow.g_f04(i);
    l_width := wwv_flow.g_f05(i);
    insert into sis_user_portlet (pk_id, fk_sis_user_roles, portlet_id,
    x_position, y_position, width, height)
    values (get_pk, :P0_LOGIN_ROLE, l_portlet_id,
    l_x_position, l_y_position, l_width, l_height);
    --end if;
    END LOOP;
    commit;
    END;}
    Edited by: [email protected] on Nov 11, 2009 3:22 PM
    Edited by: [email protected] on Nov 11, 2009 3:23 PM

  • Free hand  SQL character limit

    Hi All,
    Need help on this:
    What is the Character limit for Free hand Sql in XIR2 and XIR3.
    Thanks in advance,
    swapna.

    Hi ,
    Can you elloborate a little bit more.
    what i understood is that
    When you use a sql query like select emp_add from XY
    And IF emp_add contains more then 1000 chracters then you are not able to see the full data on the report or on a column
    Is it the case or are you looking into some other aspect.
    Can you ellborate a bit , Do you receive an error ?
    Regards
    Kultar

  • JKM DB2 400 column and table name 10 character limit

    I am trying to set up CDC on an iSeries. I have successfully loaded data with the LKM SQL to Oracle, and now I want to set up CDC for the table and am trying to use "JKM DB2 400" . I get invalid token errors when I try to start journalizing, and it appears to be the table and column names, used to set up CDC, which are more than the 10 character limit. Tables like SNP_JRN_SUBSCRIBER seem to come from the getJrnInfo function and other table and column names are hard coded. I want to copy the JKM and reduce all of the names to less than 10 characters.
    Where else are these names used? How does the interface know which table names to use when set to use only journalized data and how can I change it to use the new shorter names? Is there a better solution?

    Thanks to all for assistance. It turns out that the 10 character limit, about which the server people warned me, isn't an issue with my ODBC connection. The invalid token error was being caused by some missing qualifiers in the generated sql which caused appearances of ".tablename" rather than "tablename" and other similar. I was able to modify the knowledge module to eliminate this issue and the CDC worked correctly on my first test.

  • Accounts character limit

    Can someone advise what the character limit for accounts is?
    I have noticed that the documentation mentions it is 30, but when checking the field under views it shows 80 and we can add an account larger than 30.
    If the field has been changed to 80 are there any other conflicts it may run into if I go above the documented limit of 30? or have they just not updated the doco.
    Thanks for your help
    Nick

    Hi Nick ,
    Yes, the account name can exceed 30 characters in 11.1.1.6 . The 30 character limit was the old limit on 10g but has been extended to 80 characters.
    This limit is set in the database tables and can go to 80 characters in 11.1.1.6.0.
    SQL> describe documentaccounts;
    Type VARCHAR2(80)
    80 characters is the default and is related to the OS limits because the account name is used as part of the filename.
    Documentation has not updated this information for the newer releases .
    Thanks,
    Srinath

  • How can I get around the character limit in the "print pages" option

    I have a rather large PDF file and I need to print certain pages (for example, pages 1, 324, 456, 759, 812, 946, 1206, 1562, 1792, etc.). However, when I click on print and try to type in the pages, there is a character limit, and it is much smaller than the number of characters I need to type. Is there a way around this? Thanks.

    OK I figured out the answer. Ctrl+J opens up the console (You have to activate javascript). The following script will extract the pages into a new document, and then you can simply print those pages. All you need to do is fill up the "pageArray" array with a list of your pages, separated by commas. It does not support ranges.
    // Extracts all pages listed into a new document
    var pageArray = [INSERT YOUR LIST OF PAGE NUMBERS HERE, SEPARATED BY COMMAS];
    if (pageArray.length > 0) {
    var d = app.newDoc();    // this will add a blank page - we need to remove that once we are done
    for (var n = 0; n < pageArray.length; n++) {
    d.insertPages( {
    nPage: d.numPages-1,
    cPath: this.path,
    nStart: pageArray[n]-1,
    nEnd: pageArray[n]-1,
        // remove the first page
        d.deletePages(0);

  • Character Limit to Custom Calculation Script?

    Hi. I have a document that has a text form field. I want to run a custom calculation script that basically says if field "Group Number" = xxxxxxx, then field "Group Name" should = ABC Company.
    I have a list of almost 575 group numbers and names that I need to put in the script. And I've got the script working just fine but I am guessing there is a character limit to the script field???? It won't let me put my full list in there.
    Any suggestions on how to get around this??
    Thanks,
    Brandy

    I think I might have one error but I thought I had corrected it. Let me run this by you. My "if" lines are like this:
    if(a == '88096') event.value = 'Stacy's Carpet Steam Cleaning Company';
    But the code doesn't seem to like the ' in the Group's name. Is there a way to correct that without getting rid of the ' .... ?????

  • HT201991 What is the character limit for length for video or song reviews?

    What is the character limit for length for video or song review?

    One other thing I found... It was still doing the spinning clock and locking up, but it took a while after boot for the problem to crop up.
    I pulled the media card and found that there was a media sync folder under Blackberry\System that had some files in there that were pretty big.  The artwork file was over 150MB and some other files were largish.
    I deleted the entire media sync folder and now it seems to be behaving itself.  No more spinning clock and it seems to be slowly returning to normal.  (Besides all the messages it deleted during the whole process)
    If anyone else runs into this I would say you should clean the folder off the media card along with disabling the sync.  Seems the BB still reads that folder and processes it if present.

Maybe you are looking for

  • Reconciliation account in vendor master

    When I tried to post a vendor invoice , the system threw the error that posting cannot be done as reconciliation account has not been assigned to the vendor account . when I checked the master record for the concerned vendor , the recon account field

  • Can't print from Adobe Reader X

    Whenever I try to print from Adobe Reader I get the message "Adobe Reader has encountered a problem and needs to close." The error signature is: AppName: acrord32.exe AppVer: 10.1.2.45 ModName: acrord32.exe ModVer: 10.1.2.45 Offset: 0005e985 It does

  • Please help with the URL class

    Hello, I am trying to write a Java app that will take a url and download it. I believe you can do this with the URL class but I don't understand how to. For example, if the http url location points to a picture file, how would I code the app to retri

  • What Macbook to buy?

    Hey, I am currently looking to buy a Macbook Pro with the intent of using it for mostly the usual stuff, i.e. browsing, music, wordprocessing etc. Apart from that, I will also be using it for gaming, but not really any "hardcore" games (I've got my P

  • A.M.P.S. - problems seting up on solaris 10

    help, I am trying to setup A.M.P.S. ... I have managed to configure this setup on a windows 2003 server (with headaches) but got it working. (eventually) ... i have joined this list in the hope that someone out there will be able to help. I am a Wind