New APEX listening port and more than 32K

Hi all

Is the problem with the recording of high values (greater than 32 k) solved with the new listener APEX 4.0?

Thank you
Fadi.

Samara says:
Is the problem with the recording of high values (greater than 32 k) solved with the new listener APEX 4.0?

The Apex team must answer as to what is expected for Apex 4.0, but the 32 k issue is twofold:

(a) the bridge between the web browser/server and the database should handle more than 32 K string values (IE. CLOB).

(b) the framework of the Apex (the procedure 'accept' who gets all values when you submit a page) must manage more string of 32 k values (IE. CLOB).

Now, the problem with one) should be easy enough to fix with the new listener to the Apex. If you want to use Microsoft IIS as a web server, see my [gateway Thoth | http://code.google.com/p/thoth-gateway/] which already supports the CLOB parameters. You'll always need to manage registration of great values through an application process (Ajax), due to problem b), which is that the framework of Apex does not use CLOB parameters in the current version.

However, since one) can be fixed easily in the listener of the Apex, but for Oracle set in the embedded PL/SQL gateway and in mod_plsql would probably take a lot longer because it follows the (slow) the database release cycles, I don't know if the Apex team will change the frame if the feature can only be used on one of the three doors (officially supported).

-Morten

http://ORA-00001.blogspot.com

Tags: Database

Similar Questions

  • Apex listening port Configuration problem.

    Hello

    I wanted to try the latest Restful services in apex 4.2, I decided to install 2.0 listener Apex. I downloaded the file and followed the steps in the installation notes. As a sine qua non, I configured Restful services with success in the apex 4.2 with Oracle 11 g Express Edition. However, the installation of listener seems to be not correctly complete the following installation feed back.
    D:\software\apex_listener>java -jar apex.war
    This Listener instance has not yet been configured.
    Please complete the following prompts
    
    Enter the location to store configuration data:d:\apexlistnerconf
    Dec 27, 2012 3:34:47 PM oracle.dbtools.common.config.cmds.ConfigDir execute
    INFO: Set config.dir to d:\apexlistnerconf in: D:\software\apex_listener\apex.war
    Dec 27, 2012 3:34:49 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Enter the name of the database server [localhost]:
    Enter the database listen port [1521]:
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:2
    Enter the database SID [xe]:
    Enter the database user name [APEX_PUBLIC_USER]:
    Enter the database password for APEX_PUBLIC_USER:
    Password must not be empty
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:3
    Dec 27, 2012 3:37:03 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: defaults, apex
    Enter 1 if you wish to start in standalone mode or 2 to exit [1]:
    Enter the APEX static resources location or Enter to skip:D:\software\apex42en\apex\images
    Enter the HTTP port [8080]:
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    
    Standalone mode is designed for use in development and test environments. It isnot supported for use in production environments.
    
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in:  d:\apexlistnerconf\apex
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 3:41:18 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Default Database connection not configured properly
    Dec 27, 2012 3:41:20 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 12/27/12 3:41 PM
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.SelectorHandlerRunner handleSelectException
    SEVERE: doSelect IOException
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.http.SelectorThread$3 onException
    SEVERE: Exception during starting the controller
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Dec 27, 2012 3:41:20 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.
    Simply, it crashes in the last line, and I couldn't make any progress.

    Can you please help to find out what was wrong?

    Thanks in advance.

    Kind regards

    Natarajan

    Hello

    I updated the apex listener port 8080 and it does not give this error now.

    However, he always says "Database connection by default not configured correctly"

    I gave the name of SID as xe, which is the default value and that the correct SID for my DB also.
    >

    SID = xe is correct since you are using 11g XE.

    What is more important, is that you may be able to access the Apex Application Builder via the ApexListener or not.
    If Apex is not accessible, then the thing to check would be the Apex_Public_user password. Can you connect to XE using Apex_Public_user with the password that you provided when setting up the ApexListener?
    Also make sure the Apex_Public_user and 2 other users ApexListener 2.0EA, are UNLOCKED.

    See you soon,.

  • APEX does not open after you have created the new Oracle listening port

    Hi guys,.

    I had to re register Oracle listener using "lsnrctl start". A new listening port has been created and I am able to connect user Apex by PL/SQL Developer. Port 8080 is open.
    But if I try to open the application APEX of URL (http://localhost: 8080/apex/f? p = :::) 4550:1:0 its not opening not.) It was working fine until yesterday.
    I use Oracle XE 11 g and APEX 4.2

    C:\Windows\System32 > sqlplus sys as sysdba

    SQL * more: Production of liberation 11.2.0.2.0 kills may 7 22:21:18-2013

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    Enter the password:

    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production

    SQL > SELECT DBMS_XDB. GETHTTPPORT FROM DUAL;

    GETHTTPPORT
    -----------
    8080

    SQL >

    so I do not know why APEX does not URL. What I have to put something at the TOP after you have created the new listening port. Can you please help?

    Kind regards
    Marie Claire

    Published by: 1004608 on May 7, 2013 14:40

    Link to your thread to listen would have helped: Oracle XE 11g with Apex No problem of Listener (ORA-12541: listener TNS:no)

    It seems that your listener uses the static instance via the listener.ora file registration and missing entries for the http service. Edit your listener.ora (F:\Apex_Installed\app\oracle\product\11.2.0\server\network\ADMIN\listener.ora) file and add the following entries in the listener.ora file DESCRIPTION_LIST. Then, restart the listenerer.

    (DESCRIPTION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=8080))(Presentation=HTTP)(Session=RAW)
    )
    
  • Error when loading of the APEX listener, appex_rl and appex_rt not found

    Trying to load the earpiece of the APEX, but 'appex_rt is not configured and errors will be ignored ", also for appex_rl, now it is stuck on @48231ms.

    Previous stages of the installation went well.

    He started very well...

    listener install 1.PNG

    then got the errors, but he continued... (see SEVERUS)

    listener install error 1.PNG

    final State, another error, now it is stuck

    listener install error 2.PNG

    listener install 3.PNG

    Hi Wm Peck 1958

    WM Peck 1958 wrote:

    Trying to load the earpiece of the APEX, but 'appex_rt is not configured and errors will be ignored ", also for appex_rl, now it is stuck on @48231ms.

    Previous stages of the installation went well.

    How do you use ADR/APEX listener? Autonomous/deployed on Java EE server?

    Want to host RESTful web services on your instance APEX?

    Looking at the error you found, it is because:

    During the installation of the ADR, he asked three databases users? : APEX_PUBLIC_USER, APEX_LISTENER and APEX_REST_PUBLIC_USER.

    Whose APEX_PUBLIC_USER is required for the operation of the Applications Oracle APEX. APEX_LISTENER (which corresponds to the configuration of apex_al) and APEX_REST_PUBLIC_USER (which corresponds to the apex_rt configuration) in ADR are required for the accommodation of RESTful services.

    The problem, I think it's that you haven't configured the RESTful services before installing ADR where the APEX_LISTENER and the APEX_REST_PUBLIC_USER does not exist and so the configuration of the ADR fails.

    It is fine if you do not configure the RESTful services (just want to use Oracle APEX), but when the ADR facility you should ignore configuration APEX_LISTENER and APEX_REST_PUBLIC_USER accounts.

    Moreover, I think that you use EA(Early Adopter) version of ADR version 3.0 of knowing, but I think you should go for the stable version of ADR version 2.0.10 Viz.

    The ADR 3.0 configuration is more advanced (complex bit) than the 2.0 because it contains information about 5 database users (i.e., APEX_PUBLIC_USER, APEX_LISTENER, APEX_REST_PUBLIC_USER, ORDS_METADATA and ORDS_PUBLIC_USER).

    Finally, I think you want the instance Oracle APEX for purposes of personal training, using Gateway (EPG) of embedded PL/SQL would be sufficient now as suggested by fac586 here: Re: getting started with APEX after download

    Suggestion: You should post data Services Oracle REMAINS related matters to the appropriate i.e. forum ADR, SODA & JSON in the database.

    Reference:

    I hope this helps!

    Kind regards

    Kiran

  • Error ORA-01422 apex: exact fetch returns more than the required number of line

    Hi people,

    Apex 4.1
    I have a page that works like a charm.

    Based on my application I need I have to perform the same operation for the different regions. As a quick and better method, I copied the page and branched, it inspires tab for this region.

    The problem is that the original page works fine.
    I haven't changed anything except the parent set to this copied page tab and works that I find with the above error.

    It allows me to make the first entry on this page, but when I try to access the page again it gives me this error.

    The error in detail is as below:

    is_internal_error: false
    ora_sqlcode:-1422
    ora_sqlerrm: ORA-01422: exact fetch returns more than number of lines
    Component.type: APEX_APPLICATION_PAGE_PROCESS
    Component.ID: 214936714355373108
    Component.Name: EMP_LEAVE_INFO line
    error_backtrace:
    ORA-06512: at line 1
    ORA-06512: at "SYS." DBMS_SYS_SQL", line 1926
    ORA-06512: at "SYS." WWV_DBMS_SQL', line 973
    ORA-06512: at "SYS." WWV_DBMS_SQL', line 999
    ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 806
    ORA-06512: at "APEX_040200.WWV_FLOW_DML", line 336
    ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 332

    >
    As a quick and better method, I copied the page and branched, it inspires tab for this region.
    >

    Copy paste is never advisable. It can be fast in some cases, there is an anti-pattern.

    Be aware that the automatic extraction of the APEX line is based on a component of demand.

    It is possible that your automatic rowfetch is based on the element of your previous page. If you for example to change the name of the table, but do not change the reference is the primary key value, then you can pass a value to your table that was not unique. This would result in ORA-01422.

    Find the value of the session element and run your query.

    Concerning

    Nico

  • Once I updated to Firefox 11, I can't open the pdf files. It's more the computer, snow leopard and lion and more than one Web site.

    I've updated to Firefox 11 and now I can't open the PDFs Online. This has happened on more than 1 computer, using the two OS 10.6.8 and OS 7.0 and on more than one Web site. I tried to uncheck "block pop-up windows" in preferences, but which did not help.
    When I use Safari to open the same file to pdf, they open fine. Everything worked fine with my Firefox until I did the upgrade.

    I prefer to continue to use Firefox, but I can't understand the root of the problem.

    Has anyone else had this happen as well?

    Thank you, gentlemen, to find a "solution" to this particular behavior of Firefox. It is really curious that even if the screen is blank, you can indeed save the .pdf Ghost and then open the saved file to view. What is amazing to me is that this issue does not seem to be what makes the hit parade of the problems currently experienced Mozilla. Not everyone will be willing to do a research project extended rather than leave the ship for Safari, etc..

  • Apex 3.2 passing more than 3 values in a report link

    Apex 3.2

    I have a report that contains a link to a page to update.

    The report is based on a table with a key, based on 5 columns in the table.

    I need to put these 5 items on the page updated with the values in my report with a report link.

    The standard report link only 3 values.

    How can I do this?

    Gus

    A very common question with a number of solutions

    Oracle - passing more than 3 points in a binding column reports - Stack Overflow

    Can I make more than 3 values in column with a link to the column?

    OraFAQ Forum: Application Express & amp; MOD_PLSQL & raquo; How can pass more variable in the column link

  • HP 5740: iPhones 6 and more than 6 s Hp5740

    new printer. Works very well. When I air print photos from phone to a printer, the quality is good, but they all have a lot of tan in them.  Poor color matching.

    Hey @Tilghman,

    Welcome to the Forums of HP Support!

    I understand that you have some problems with the print quality when printing from your iPhone to your Officejet 5740 e-all-in-one printer. I can help you with that.

    As an alternative to the Apple Airprint user, which can be done is rather download the HP ePrint app on the App Store. When you need print photos instead of using the usual print option, open the application, select the file you want to print, and then tap Print in the corner.

    Please let me know if it improves the quality of your printing from the iPhone. If it solves your problem, please click on accept solution. If you appreciate my help, please click on the thumbs up icon. You can find two icons below this post.

  • APEX: Triggerv Script updates more than necessary

    I have a table with numerous editable fields, with a script simple trigger below.

    Intend is so the user updated Q1, Q2, Q3, Q4, and then the trigger updates the date 'LASTMODIFIED '.

    The trigger works very well and I was very happy, but I noticed that in other areas (e.g. the 'comment' field)

    When they are updated, they also trigger the 'LASTMODIFIED' to be updated, despite putting me specific conditions, as shown.

    Question in mind is, I use the trigger in the right way?

    If so, then what can I do to end so that the trigger does not update the other fields?

    so I use "else if"; I don't think that is to enable the trigger.

    create or replace TRIGGER "MyTable_BIU_TRG".

    BEFORE THE INSERT OR UPDATE

    ON MyTable

    FOR EACH LINE

    BEGIN

    If

    : NEW. Q1! =: OLD. T1 or: OLD. Q1 is null or

    : NEW. Q2! =: OLD. T1 or: OLD. Q2 is null or

    : NEW. Q3! =: OLD. T1 or: OLD. Q3 is null or

    : NEW. Q4! =: OLD. T1 or: OLD. T4 is null

    then

    : NEW. LASTMODIFIED: = SYSDATE;

    END IF;

    END;


    Help, please!



    Colon, as in the documented example no.

    CREATE OR REPLACE TRIGGER print_salary_changes

    BEFORE ON DELETE or INSERT or UPDATE employees

    FOR EACH LINE

    WHEN (NEW.job_id <> 'AD_PRES')-don't print information on the President

    DECLARE

  • separate and more than 2 column-max

    Hi all

    Need some help here. I have a table and need to display the latest revision. But the problem is, I can't use SEPARATE for the column TITLE and MAX also failed when the column is greater than 2. I'm really stuck

    I try under SQL statement but failed:
    SELECT the title, MAX (review), Coordinator
    OF the specification
    GROUP BY title, Coordinator

    But if my table has only 2 column, it works:
    SELECT title, MAX (review)
    OF the specification
    GROUP BY title

    Table name: SPECIFICATION

    TITLE REVIEW COORDINATOR                  
    SPEC-01 a John
    Michelle B SPEC-01
    SPEC-01b Andrew
    SPEC-01 John
    SPEC-02 a Jenny
    SPEC-02 B Robert



    The result should be as below:

    TITLE REVIEW COORDINATOR                  
    SPEC-01 John
    SPEC-02 B Robert

    Published by: 872733 on July 18, 2011 01:14

    Hello

    You can use this:

    with t as (
    select 'SPEC-01' title, 'A' revision, 'John' coordinator from dual union all
    select 'SPEC-01' title, 'B' revision, 'Michelle' coordinator from dual union all
    select 'SPEC-01' title, 'C' revision, 'Andrew' coordinator from dual union all
    select 'SPEC-01' title, 'D' revision, 'John' coordinator from dual union all
    select 'SPEC-02' title, 'A' revision, 'Jenny' coordinator from dual union all
    select 'SPEC-02' title, 'B' revision, 'Robert' coordinator from dual
    )
    -- end of sample data
    select distinct
        title,
        first_value (revision) over (partition by title order by revision desc) revision,
        first_value (coordinator) over (partition by title order by revision desc) coordinator
    from t;
    
    TITLE   REVISION   COORDINATOR
    ------- ---------- ---------------
    SPEC-01 D          John
    SPEC-02 B          Robert
    

    Kind regards
    Sylvie

  • Send Email with attachment of more than 32K

    Hello
    I wanted to produce an output of a query and send the output as an attachment using [demo_mail | http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/maildemo_sql.txt] package given on the Oracle website.

    The only part that I changed in this package is the values of the following 2 variables:

    smtp_host VARCHAR2 (256): = 'localhost ';
    smtp_domain VARCHAR2 (256): = "my_ompany_name.com";

    Then I said a PLSQL block anonymous to send the query output as an attachment in the email. Here is the PLSQL block.

    The mail is sent, but the query output (cursor) goes in the body of the message itself.

    Body of the email contains

    -7D81B75CCC90D2974F7A1CBD
    Content-Type: text/plain
    Content-Disposition: attachment; filename = "Arun.csv"
    Content-Transfer-Encoding: 7 bit

    < query result >

    -7D81B75CCC90D2974F7A1CBD-


    Oracle Version_

    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    AMT for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    DECLARE
       lv_sender      VARCHAR2(200)  := '[email protected]';
       lv_recipients  VARCHAR2(200)  := '[email protected]';
       lv_subject     VARCHAR2(200)  := 'Attachement Test';
       lv_mime_type   VARCHAR2(200)  := 'text/plain';
       lv_priority    PLS_INTEGER    := NULL;
       lv_last        BOOLEAN        := FALSE;
       lv_count       NUMBER         := 0;
       lv_message     VARCHAR2(32000);
       lv_conn        utl_smtp.connection;
    
       CURSOR cur_query
       IS
       SELECT       col_1
             ||'|'||col_2
             ||'|'||col_3
             ||'|'||col_4
             ||'|'||col_5
             a
         FROM table_name;
         
    BEGIN
       lv_conn:=  demo_mail.begin_mail
                            (  lv_sender
                              ,lv_recipients
                              ,lv_subject
                              ,lv_mime_type
                              ,lv_priority
                            );
    
       demo_mail.begin_attachment
                 ( lv_conn
                  ,lv_mime_type
                  ,FALSE          -- Means its not inline
                  ,'Arun.csv'
                  ,'7 bit'
                 );
    
       FOR rec IN cur_query
       LOOP
          lv_message := lv_message||rec.a||chr(13);
          lv_count := lv_count + 1;
    
          IF ( MOD(lv_count,50) = 0 ) THEN
             demo_mail.write_text( lv_conn
                                  ,lv_message
                                 );
             lv_message := NULL;
          END IF;
       END LOOP;
    
       demo_mail.write_text ( lv_conn
                             ,lv_message
                            );
    
       demo_mail.end_attachment
                (  lv_conn
                  ,TRUE
                );
    
       demo_mail.end_mail(lv_conn) ;
    END;
    /
    No problem with the code above, sending the output as inline th emessage body instead of an attachment?

    Concerning
    Arun

    Published by: Arun Kr Gupta on February 3, 2010 13:31
    Modified cursor name in executable section

    Published by: Arun Gupta of Kr on February 4, 2010 16:25

    Okay, I copypasted the demo_mail package and isn't available to me now on my own playground XE DB.
    Playing with (or: 'test') your example revealed that simply by making a few minor adjustments.
    Keywords are:
    -read the comments in the package header
    -mime-type
    -You'll love this link: http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/mailexample_sql.txt

    Here's a simple test case that worked for me (after do downloadable several upsetting him ;)), you will see that you were already very close:

    DECLARE
       lv_sender      VARCHAR2(200)  := '[email protected]';
       lv_recipients  VARCHAR2(200)  := '[email protected]';
       lv_subject     VARCHAR2(200)  := 'Attachment Test';
    --   lv_mime_type   VARCHAR2(200)  := 'text/plain';
       lv_priority    PLS_INTEGER    := NULL;
       lv_last        BOOLEAN        := FALSE;
       lv_count       NUMBER         := 0;
       lv_message     VARCHAR2(32000);
       lv_conn        utl_smtp.connection;
    
       CURSOR cur_query
       IS
       SELECT dummy a
       from   dual
       connect by level <= 1000;
    
    BEGIN
       lv_conn:=  demo_mail.begin_mail
                            (   lv_sender
                              , lv_recipients
                              , lv_subject
                              , demo_mail.multipart_mime_type
                              , lv_priority
                            );
    
       demo_mail.begin_attachment
                 ( lv_conn
                  ,'text/html'
                  ,FALSE          -- Means its not inline
                  ,'test.csv'
                  ,'7 bit'
                 );
    
       FOR rec IN cur_query
       LOOP
          lv_message := lv_message||rec.a||chr(13);
          demo_mail.write_text( lv_conn,lv_message);
    --      lv_count := lv_count + 1;
    --      IF ( MOD(lv_count,50) = 0 ) THEN
    --         demo_mail.write_text( lv_conn
    --                              ,lv_message
    --                             );
    --         lv_message := NULL;
    --      END IF;
       END LOOP;
    
       demo_mail.end_attachment
                (  lv_conn
                  ,TRUE
                );
    
       demo_mail.end_mail(lv_conn) ;
    END;
    /
    

    Keep in mind: I had to change your cursor for obvious reasons...
    Let us know how it works in your situation, because I was not tested with very large attachments (> 32 k).
    Well well, to be honest, this one (level <= 64000)="" is="" still="" running...but="" you="" know,="" i="" really="" could="" use="" a="" new=""> ;))

  • We have accidentally signed up to receive applications for our new printer HP Officejet Pro more than 8600

    We accidentally subscribed 2 apps that print every day.  How d to cancel these to enter?

    CinCin,

    You can also cancel the on the printer display panel.

    See the instructions on: www.hp.com/go/manageprint

  • Apex listener 1.1.3 - I set up port 8080, but now I want to change

    Hi experts.
    I have configured the listener of the apex to port 8080 successfully, but now I want to change that, as well as the first question below.


    1 - the apex listener can be started via a script?
    2. how to change the port 8080 of the auditor of the apex?
    I saw this, but I don't ' know if Dapex.home's home foleder apex earpiece or nt.

    Java-Dapex.home=/tmp/apex-Dapex.images=/usr/local/apex/images
    -Dapex.port = 8585 - Dapex.erase - jar < temp folder > apex.war

    Hi user12055481,

    1 - the apex listener can be started via a script?

    Of course, if you want to use offline, it's basically the same call that you type when you start it manually. You can use nohup or a similar tool to run it in the background.

    2. how to change the port 8080 of the auditor of the apex?
    I saw this, but I don't ' know if Dapex.home's home foleder apex earpiece or nt.
    Java-Dapex.home=/tmp/apex-Dapex.images=/usr/local/apex/images
    -Dapex.port = 8585 - Dapex.erase - jar apex.war

    You can see the [url http://download.oracle.com/otn/java/appexpress/1.1/docs/AELIG/E21058_01.pdf] APEX listener Installation and developer for documentation Guide full of all possible parameters...
    One for the port is (obviously) apex.port . You need not provide the others if you want to just change the port. However, especially when you intend to use it in stand-alone Mode longer and use run script in function, it makes sense to use a home set (instead of your temp users) to store configuration and execution ( apex.home ) data and provide a certain destination for static content ("images") for APEX ( apex.images ) - especially important if you plan to use the APEX earpiece with different instances of APEX with different versions of the APEX. apex. Erase must be handled with care, as you will need to reconfigure the listener of the APEX, every time that you restart it. If you are considering a startup based on the script, you can do this as an option and to be used only when you want the listener to be reconfigured.

    I hope that answers your questions. If this isn't the case, feel free to ask for more details.

    -Udo

  • When I set up my new laptop, my Adobe account will pass with me, i.e. automatically transfer through, or is it more than that?

    I just bought a new laptop and one for my wife soon. Currently my Adobe account is both. What is my account automatically transfer to the new laptops or is it more than that?

    Cloud license allows 2 activations to time http://www.adobe.com/legal/licenses-terms.html

    -pdf of 200 http://www.adobe.com/content/dam/Adobe/en/legal/servicetou/Software_Terms-en_US-20150601_2.

    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0

    -https://helpx.adobe.com/creative-cloud/help/sign-in-out-activate-apps.html

    -Windows or Mac has no importance... 2 on the same operating system or 1 on each

    -Two activations on one account CAN NOT be used at the same time (to be noted in the link above of the license)

    -An individual account is for one person and may not be shared with anyone else

    .

    Remove the license on a computer http://forums.adobe.com/thread/1442423?tstart=0 clouds can help

    -read http://helpx.adobe.com/x-productkb/policy-pricing/error-maxium-acitvation-exceeded.html

    Sign in your account of cloud on computer A or B to be able to use on computer C

    -via https://helpx.adobe.com/x-productkb/policy-pricing/activate-deactivate-products.html

  • My thunderbird has not IE half on it less. where the deletion was there is just a list of emails seems I've lost more than half

    Thunderbird, the screen has been more or less separated half - half superior containing e-mail messages that have been received and any new ones coming in

    more than half used to hold on the right hand side Rrply before Archive Junk remove with e-mail selected under this

    This lower part of it does not appear that this is just a continuation of the e mails already received

    How can I fix this?

    Thank you

    You mean that the message pane is missing? The F8 key is supposed to that switch. If this is not the case, open the view menu for the page layout and check the message pane element.

Maybe you are looking for

  • How can I make the LHS list and Inbox of the larger text?

    The homepage of Tbird - list of e-mail accounts on the top RHS LHS and Inbox, are too small, so I want to enlarge I particularly read the headers of each email. I tried to download Mozilla various Add ons I've read can solve this problem, but my Mac

  • Tecra S10: BSOD when inserting adapter duo memoystick in the card reader

    Hello I have a Tecra S10-12 b PTS3BE.As soon as I insert a memorystick duo desk with or without a memorystick inside in my card reader, I get a BSOD.Similar to the user in this topic: http://forums.computers.toshiba-europe.com/forums/thread.jspa?mess

  • Pavilion notebook 15 ac044tu: usb 3.0 driver

    Drivers HP pavilion 15-ac044tu usb 3.0 Please, I'm trying to install the usb 3.0 driver in Windows 7 64 b, but I can't insall drivers... Can you help me?

  • How to darken or lighten a mac laptop

    How to blacken the computer screen is by my red eyes because it is at its brightest?

  • Download LabVIEW 7.1

    Hi I want to download labview 7.1. My company has a serial number for 8.6.1 and fewer versions. I checked on ni.com, but only the latest version can be downloaded. TNX in advance.