Apex 4.2 - packaged application setup error

See http://screencast.com/t/2OPt7JrSjaMQ

The upgade of 4.0 to 4.2 went well, existing applications work, Builder works very well. But any of the bundled applications install, each of them fail with this error. Is there some step post-upgrade to fill to make it work?

In addition, it does not appear as we can select the id of the application during the installation of these applications! Our environment has a convention of sorts, application ID. Is there a way to bypass the app id?

Thank you

In my view, there is a patch 4.2 APEX that will help the problem: cannot install sample master retail (packaged Application) & Re: error while installing a packaged application

Thank you

Tony Miller
Ruckersville, WILL

Tags: Database

Similar Questions

  • BlackBerry World: "application setup error".

    I made a simple program called "Custom dice. When I launch from the NDK BlackBerry on my Dev Alpha, it works fine. However, when I try to install my application on BlackBerry World, I get this rather vague error message: "application setup error". Is attached a screenshot of this error. I have absolutely no idea what could cause this error. Someone has any advice how to solve this problem, what I could do to find the cause of this error? Thank you!

    I can confirm that the application now installs fine. What gives some help apparently contributed time

  • GnuCash incompatible application setup error

    Hi, I use windons 7 and downloaded gnucash twice. the two times when you run the installer, error message, "damaged Setup file. also led the compatibility test, error message "application incompatibility.

    Please be so kind and help me through this.
    Thank you

    Have you tried right clicking on the shortcut to the program or the .exe and select "Run As Administrator"?  Perform, even if your user name is an administrator.

    Try right click on the actual Setup.exe and choosing the option "Run As Administrator"?  Perform, even if your user name is an administrator.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    FAQ
    http://wiki.GnuCash.org/wiki/FAQ

    http://wiki.GnuCash.org/wiki/Windows

    http://www.Google.com.au/search?q=gnucas+Windows+7&SourceID=IE7&RLS=com.Microsoft:-to THE: IE-address & ie = & oe = & redir_esc = & ei = OtNxUP3yGoqZiAe2p4C4CA

    Make older programs in this version of Windows (Windows 7)
    http://Windows.Microsoft.com/en-us/Windows7/make-older-programs-run-in-this-version-of-Windows

    Help with Windows 7 compatibility issues
    http://Windows.Microsoft.com/en-us/Windows7/help/compatibility

    Windows 7 Compatibility Center
    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/default.aspx

  • CC desktop application setup error

    My CC Desktop App installation keeps smoking to halfway through the process. I can download the application from the Adobe website and open the installer, but the app just stops unexpectedly installing and disappears before it's over. Help, please. Adobe Creative Cloud

    Please read https://forums.adobe.com/thread/1499014

    -try some steps such as changing browsers and disable your firewall

    -also clear the cache of your browser if you start with a fresh browser

    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip.

    http://helpx.Adobe.com/creative-cloud/KB/failed-install-creative-cloud-desktop.html

    or

    A chat session where an agent can remotely look inside your computer can help

    Cloud creative support chat (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • 43 creative cloud desktop application setup error

    10.10.5 Mac

    Creative cloud had stopped working, showed the blank plate.  Followed the instructions to uninstall Creative Cloud App to allow new facilities.  But impossible to get a new installation as guard give the error code: 43

    Screen Shot 2016-03-04 at 13.00.24.png

    No running program Adobe account, tried tried to install in Admin restarts all give the same error.

    Already spent a day trying to get this to work, as the fonts does now as creative cloud App takes care of them.

    Contact adobe during the time pst support by clicking here and, when available, click on "still need help," http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Packaged application locked

    Hello

    I downloaded 2 apex.oraclecorp.com packaged applications, but both demand appears to be locked, there at - it a particular reason, why he is locked

    Any help will be appreciated.

    Thank you

    R

    Hello

    It's the internet public forum

    Most of us do not know anything about Oracle internal websites like apex.oraclecorp.com.

    Kind regards

    Jari

  • my computer will not install itunes 10.5, it tells me "Setup has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2330.

    original title: Itunes problem

    my computer will not install itunes 10.5, it tells me "Setup has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2330. "What should I do?

    Contact the manufacturer (Apple) of the application (iTunes) you are having problems with.

    Uninstall all previous versions, try to download (re-record not running) and then do a right click on it and RUN AS ADMINISTRATOR.

    (Vista 32-bit or 64-bit)?

  • error when installing a packaged application

    Hello

    I get the following error when trying to install the application "Sample Master Detail" in my account to oracle apex on the web. All other install without problem. What could be?

    Thank you
    Juan


    Execution of the statement was not successful. ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated

    declare
    h varchar2 (32767): = null;

    Start

    h : = h || "Help";

    () wwv_flow_api.create_message
    P_ID = > 2456294651379654494 + wwv_flow_api.g_id_offset,
    p_flow_id = > wwv_flow.g_flow_id,
    p_name = > 'HELP. "
    p_message_language = > 'fr ',.
    p_message_text = > h);
    null;

    end;

    ORA-00001: unique constraint (APEX_040200.WWV_FLOW_MESSAGES_IDX1) violated

    Hi Jozef,

    Just to let you know, the issue of the installation of packaged application on apex.oracle.com example dialog box has now been resolved.

    My apologies for any inconvenience that the issue may have caused.

    Kind regards
    Hilary

  • Error installing support OLL packaged Application objects

    Hello

    I am installing OLL packaged Application | http://www.Oracle.com/WebFolder/technetwork/tutorials/OBE/DB/Apex/R41/inst_pkgapp/inst_pkgapp.htm#top

    but during the installation of supported objects, I got error when executing code in 'create_package_body '.
    Error on line 274: PLS-00201: identifier 'UTL_TCP' must be declared
    create or replace package body eba_oll_log
    as
    
    g_start_time    number;
    
    
    procedure log_init
    is
    begin
        g_start_time := dbms_utility.get_time;
    end log_init;
    
    
    
    procedure log_page_view
    is
    begin
    
       insert into eba_oll_page_views
          ( APEX_USER,
            PAGE_ID,
            PAGE_NAME,
            VIEW_DATE,
            TS, 
            ELAPSED_TIME,
            IP_ADDRESS,
            AGENT,
            APEX_SESSION_ID,
            CONTENT_ID,
            CONTENT_TITLE )
       values
          ( v('APP_USER'),
            v('APP_PAGE_ID'),
            wwv_flow.g_step_title,
            trunc(sysdate,'DD'),
            systimestamp, 
            (dbms_utility.get_time-g_start_time)*(.01), 
            owa_util.get_cgi_env('REMOTE_ADDR'), 
            owa_util.get_cgi_env('HTTP_USER_AGENT'), 
            v('APP_SESSION'),
            case when v('APP_PAGE_ID') = 24
                 then v('P24_CONTENT_ID')
                 else null
                 end,
            case when v('APP_PAGE_ID') = 24
                 then v('P24_CONTENT_TITLE')
                 else null
                 end );
    
       if v('APP_PAGE_ID') = 24 then
    
          insert into eba_oll_content_views
             ( APEX_USER,
               VIEW_DATE,
               TS, 
               IP_ADDRESS,
               AGENT,
               APEX_SESSION_ID,
               CONTENT_ID,
               CONTENT_TITLE,
               NOTE )
          values
             ( v('APP_USER'),
               trunc(sysdate,'DD'),
               systimestamp, 
               owa_util.get_cgi_env('REMOTE_ADDR'), 
               owa_util.get_cgi_env('HTTP_USER_AGENT'), 
               v('APP_SESSION'),
               v('P24_CONTENT_ID'),
               v('P24_CONTENT_TITLE'),
               'Viewed' );
    
       end if;
    
       commit;
    
    end log_page_view;
    
    
    
    procedure log_content_click
    is
    begin
    
       insert into eba_oll_content_views
          ( APEX_USER,
            VIEW_DATE,
            TS, 
            IP_ADDRESS,
            AGENT,
            APEX_SESSION_ID,
            CONTENT_ID,
            CONTENT_TITLE,
            NOTE )
       values
          ( v('APP_USER'),
            trunc(sysdate,'DD'),
            systimestamp, 
            owa_util.get_cgi_env('REMOTE_ADDR'), 
            owa_util.get_cgi_env('HTTP_USER_AGENT'), 
            v('APP_SESSION'),
            v('P24_CONTENT_ID'),
            v('P24_CONTENT_TITLE'),
            'Launched' );
    
       commit;
    
    end log_content_click;
    
    
    end eba_oll_log;
    /
    
    
    create or replace package body eba_oll_api
    as
    
    
    function gen_id 
       return number
    is
       l_id  number;
    begin
       select to_number(sys_guid(), 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX')
         into l_id
         from dual;
    
       return l_id;
    end gen_id;
    
    
    function eba_oll_tags_cleaner (
        p_tags  in varchar2,
        p_case  in varchar2 default 'U' ) return varchar2
    is
        type tags is table of varchar2(255) index by varchar2(255);
        l_tags_a        tags;
        l_tag           varchar2(255);
        l_tags          apex_application_global.vc_arr2;
        l_tags_string   varchar2(32767);
        i               integer;
    begin
    
        l_tags := apex_util.string_to_table(p_tags,',');
    
        for i in 1..l_tags.count loop
            --remove all whitespace, including tabs, spaces, line feeds and carraige returns with a single space
            l_tag := substr(trim(regexp_replace(l_tags(i),'[[:space:]]{1,}',' ')),1,255);
    
            if l_tag is not null and l_tag != ' ' then
                if p_case = 'U' then
                    l_tag := upper(l_tag);
                elsif p_case = 'L' then
                    l_tag := lower(l_tag);
                end if;
                --add it to the associative array, if it is a duplicate, it will just be replaced
                l_tags_a(l_tag) := l_tag;
            end if;
        end loop;
    
        l_tag := null;
    
        l_tag := l_tags_a.first;
    
        while l_tag is not null loop
            l_tags_string := l_tags_string||l_tag;
            if l_tag != l_tags_a.last then
                l_tags_string := l_tags_string||', ';
            end if;
            l_tag := l_tags_a.next(l_tag);
        end loop;
    
        return substr(l_tags_string,1,4000);
    
    end eba_oll_tags_cleaner;
    
    
    procedure eba_oll_tag_sync (
        p_new_tags          in varchar2,
        p_old_tags          in varchar2,
        p_content_type      in varchar2,
        p_content_id        in number )
    as
        type tags is table of varchar2(255) index by varchar2(255);
        l_new_tags_a    tags;
        l_old_tags_a    tags;
        l_new_tags      apex_application_global.vc_arr2;
        l_old_tags      apex_application_global.vc_arr2;
        l_merge_tags    apex_application_global.vc_arr2;
        l_dummy_tag     varchar2(255);
        i               integer;
    begin
    
        l_old_tags := apex_util.string_to_table(p_old_tags,', ');
        l_new_tags := apex_util.string_to_table(p_new_tags,', ');
    
        if l_old_tags.count > 0 then --do inserts and deletes
    
            --build the associative arrays
            for i in 1..l_old_tags.count loop
                l_old_tags_a(l_old_tags(i)) := l_old_tags(i);
            end loop;
    
            for i in 1..l_new_tags.count loop
                l_new_tags_a(l_new_tags(i)) := l_new_tags(i);
            end loop;
    
            --do the inserts
            for i in 1..l_new_tags.count loop
                begin
                    l_dummy_tag := l_old_tags_a(l_new_tags(i));
                exception when no_data_found then
                    insert into eba_oll_tags (tag, content_id, content_type )
                        values (l_new_tags(i), p_content_id, p_content_type );
                    l_merge_tags(l_merge_tags.count + 1) := l_new_tags(i);
                end;
            end loop;
    
            --do the deletes
            for i in 1..l_old_tags.count loop
                begin
                    l_dummy_tag := l_new_tags_a(l_old_tags(i));
                exception when no_data_found then
                    delete from eba_oll_tags where content_id = p_content_id and tag = l_old_tags(i);
                    l_merge_tags(l_merge_tags.count + 1) := l_old_tags(i);
                end;
            end loop;
        else --just do inserts
            for i in 1..l_new_tags.count loop
                insert into eba_oll_tags (tag, content_id, content_type )
                    values (l_new_tags(i), p_content_id, p_content_type );
                l_merge_tags(l_merge_tags.count + 1) := l_new_tags(i);
            end loop;
        end if;
    
        for i in 1..l_merge_tags.count loop
            merge into eba_oll_tags_type_sum s
            using (select count(*) tag_count
                     from eba_oll_tags
                    where tag = l_merge_tags(i) and content_type = p_content_type ) t
               on (s.tag = l_merge_tags(i) and s.content_type = p_content_type )
             when not matched then insert (tag, content_type, tag_count)
                                   values (l_merge_tags(i), p_content_type, t.tag_count)
             when matched then update set s.tag_count = t.tag_count;
    
            merge into eba_oll_tags_sum s
            using (select sum(tag_count) tag_count
                     from eba_oll_tags_type_sum
                    where tag = l_merge_tags(i) ) t
               on (s.tag = l_merge_tags(i) )
             when not matched then insert (tag, tag_count)
                                   values (l_merge_tags(i), t.tag_count)
             when matched then update set s.tag_count = t.tag_count;
        end loop;
    
    end eba_oll_tag_sync;
    
    procedure render_tag_cloud (
       p_selection          in varchar2 default null,
       p_app_id             in number,
       p_session_id         in number,
       p_min_nbr_tags       in number default 1,
       p_max                in number default 100,
       p_limit              in number default 10000,
       p_link_to_page       in varchar2 default '2',
       p_tag_item_filter    in varchar2 default 'P2_TAGS',
       p_clear_cache        in varchar2 default '2,CIR,RIR',
       p_more_page          in varchar2 default '62' )
    as
       l_printed_records    number := 0;
       l_available_records  number := 20;
       l_max                number;
       l_min                number;
    
       l_class_size         number;
       l_class              varchar2(30);
    
       type l_tagtype is table of varchar2(2000);
       l_tags l_tagtype;
    
       type l_numtype is table of number;
       l_cnts l_numtype;
    
       l_size number;
       l_total number :=0;
    
       l_buffer varchar2(32676);   
    
       CURSOR c_all_tags
       IS
           select tag, c from (
           select t.tag, count(*) c
             from eba_oll_content c,
                  eba_oll_tags t
            where c.content_id = t.content_id
              and c.display_yn = 'Y'
              and (p_selection is null or
                   (p_selection is not null and
                   (   (substr(p_selection,1,1) = 'R' and
                        substr(p_selection,2) in (select release_id
                                                    from eba_oll_content_products cp
                                                   where cp.content_id = c.content_id))
                    or (substr(p_selection,1,1) = 'C' and
                        substr(p_selection,2) in (select product_id
                                                    from eba_oll_content_products cp
                                                   where cp.content_id = c.content_id))
                    or (substr(p_selection,1,1) = 'P' and
                        (substr(p_selection,2) in (select product_id
                                                     from eba_oll_content_products cp
                                                    where cp.content_id = c.content_id) or
                         substr(p_selection,2) in (select p.parent_product_id
                                                     from eba_oll_content_products cp,
                                                          eba_oll_products p
                                                    where cp.content_id = c.content_id
                                                      and cp.product_id = p.product_id)))
                    or (substr(p_selection,1,1) = 'G' and
                        (substr(p_selection,2) in (select pg.group_id
                                                     from eba_oll_product_groupings pg,
                                                          eba_oll_content_products cp
                                                    where pg.product_id = cp.product_id
                                                      and cp.content_id = c.content_id) or
                         substr(p_selection,2) in (select pg.group_id
                                                     from eba_oll_product_groupings pg,
                                                          eba_oll_products p,
                                                          eba_oll_content_products cp
                                                    where pg.product_id = p.parent_product_id
                                                      and p.product_id = cp.product_id
                                                      and cp.content_id = c.content_id)))
                   )))
            group by tag
           ) x where rownum < p_limit
                 and c >= p_min_nbr_tags
            order by upper(tag) ;
    
    begin
    
       -------------------------
       -- Fetch tags into arrays
       --
       open c_all_tags;
          loop
              fetch c_all_tags bulk collect into l_tags,l_cnts limit p_limit;
              exit;
          end loop;
       close c_all_tags;
    
       l_available_records := l_tags.count;
    
    
       -----------------------------------------------
       -- Determine total count and maximum tag counts
       --
       l_max := 0;
       l_min := 1000;
       FOR i in l_cnts.first..l_cnts.last loop
          l_total := l_total + l_cnts(i);
          if l_cnts(i) > l_max then
             l_max := l_cnts(i);
          end if;
          if l_cnts(i) < l_min then
             l_min := l_cnts(i);
          end if;
       end loop;
       if l_max = 0 then l_max := 1; end if;
    
    
       l_class_size := round((l_max-l_min)/6);
    
       ------------------------
       -- Generate tag cloud --
       --
       
       sys.htp.prn('<div class="tagCloud"><ul>');
    
       for i in l_tags.first..l_tags.last loop
           l_printed_records := l_printed_records + 1;
    
           if l_cnts(i) < l_min + l_class_size then
              l_class := 'size1';
           elsif l_cnts(i) < l_min + (l_class_size*2) then
              l_class := 'size2';
           elsif l_cnts(i) < l_min + (l_class_size*3) then
              l_class := 'size3';
           elsif l_cnts(i) < l_min + (l_class_size*4) then
              l_class := 'size4';
           elsif l_cnts(i) < l_min + (l_class_size*5) then
              l_class := 'size5';
           else l_class := 'size6';
           end if;      
           
           l_buffer := '<li><a class="'||l_class||'" href="'||
                  'f?p='||p_app_id||':'||p_link_to_page||':'||p_session_id||':::'||p_clear_cache||':'||
                  p_tag_item_filter||':'||htf.escape_sc(l_tags(i))||'">'||
                  htf.escape_sc(l_tags(i)) || '<span>' || l_cnts(i) || '</span></a></li>';
    
           sys.htp.prn(l_buffer);
    
           l_buffer := '';
    
           if  l_printed_records > p_max then
               exit;
           end if;
       end loop;
    
       sys.htp.prn('</ul></div>');
    
    
       -- print if there's more
       if l_tags.count - l_printed_records != 0 then
               htp.prn('<p><a href="f?p='||p_app_id||':'||htf.escape_sc(p_more_page)||
                     ':'||p_session_id||':::'||htf.escape_sc(p_more_page)||'">View all tags</a></p>');
       end if;
    
    
       exception when others then
          sys.htp.prn('<p>No tags found.</p>');
    end render_tag_cloud; 
    
    
    procedure email_when_feedback (
       p_feedback_id  in  number,
       p_host_url     in  varchar2,
       p_app_id       in  number )
    is
       l_body       clob;
       l_body_html  clob;
    begin
    
    for c1 in (
       select f.feedback_comment, f.feedback_by,
              c.title, nvl(ct.feedback_contacts,'[email protected]') email
         from eba_oll_content_feedback f,
              eba_oll_content c,
              eba_oll_team ct
        where f.id = p_feedback_id
          and f.content_id = c.content_id
          and c.team_id = ct.team_id (+) )
    loop
    
       l_body := 'You have received feedback for a piece of content you own in the Oracle Learning Library (OLL) Application.
    
    Content: '|| c1.title || utl_tcp.crlf || '
    Feedback: '|| c1.feedback_comment || utl_tcp.crlf || '
    Left by: '|| lower(c1.feedback_by) ||'
    
    You can respond via the OLL Application, '||p_host_url||'f?p='||p_app_id||':47:::NO::P47_ID:' || p_feedback_id || '.';
    
    
       l_body_html := '<div style="border: 1px solid #DDD; background-color: #F8F8F8; width: 460px; margin: 0 auto; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 20px;">
    <p style="font: bold 12px/16px Arial, sans-serif; margin: 0 0 10px 0; padding: 0;">
    You have received feedback for a piece of content you own in the Oracle Learning Library (OLL) Application.
    </p>
    <table style="width: 100%;" cellspacing="0" cellpadding="0" border="0">
    <tr>' || utl_tcp.crlf || '
    <td style="font: bold 12px/16px Arial, sans-serif; color: #666; padding: 0 10px 10px 0; vertical-align: top;">Content</td>
    <td style="font: normal 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;"><a href="#" style="color: #000">'||c1.title||'</a></td>
    </tr>
    <tr>' || utl_tcp.crlf || '
    <td style="font: bold 12px/16px Arial, sans-serif; color: #666; padding: 0 10px 10px 0; vertical-align: top;">Feedback</td>
    <td style="font: normal 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;">'||replace(c1.feedback_comment,CHR(10),'<br/>')||'</td>
    </tr>
    <tr>' || utl_tcp.crlf || '
    <td style="font: bold 12px/16px Arial, sans-serif; color: #666; padding: 0 10px 10px 0; vertical-align: top;">Left by</td>
    <td style="font: bold 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;">'||lower(c1.feedback_by)||'</td>
    </tr>
    <tr>' || utl_tcp.crlf || '
    <td colspan="2" style="text-align: center; font: normal 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;">
    <a href="'||p_host_url||'f?p='||p_app_id||':47:::NO::P47_ID:' || p_feedback_id ||'" style="display: block; padding: 10px; background-color: #EEE; font: bold 16px/16px Arial, sans-serif; color: #444">Respond to this Feedback</a>
    </td>
    </tr>
    </table>
    </div>';
    
       apex_mail.send (
          p_to        => c1.email,
          p_from      => '[email protected]',
          p_subj      => 'OLL - New Feedback for your team',
          p_body      => l_body,
          p_body_html => l_body_html );
    
    end loop;
    
    end email_when_feedback;
    
    
    
    procedure email_when_response (
       p_feedback_id  in  number,
       p_host_url     in  varchar2,
       p_app_id       in  number )
    is
       l_body       clob;
       l_body_html  clob;
    begin
    
    for c1 in (
       select f.feedback_comment, f.feedback_by, f.response, c.title
         from eba_oll_content_feedback f,
              eba_oll_content c
        where f.id = p_feedback_id
          and f.content_id = c.content_id )
    loop
    
       l_body := 'You have received a response to your feedback left in the Oracle Learning Library (OLL) Application.
    
    Content: '|| c1.title || '
    Feedback: '|| c1.feedback_comment || '
    Response: '|| c1.response || '
    
    You can also view this response via the OLL Application, '||p_host_url||'f?p='||p_app_id||':60:::NO::IR_ID:' || p_feedback_id || '.';
    
    
          l_body_html := '<div style="border: 1px solid #DDD; background-color: #F8F8F8; width: 460px; margin: 0 auto; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 20px;">
    <p style="font: bold 12px/16px Arial, sans-serif; margin: 0 0 10px 0; padding: 0;">
    You have received a response to your feedback left in the Oracle Learning Library (OLL) Application.
    </p>
    <table style="width: 100%;" cellspacing="0" cellpadding="0" border="0">
    <tr>' || utl_tcp.crlf || '
    <td style="font: bold 12px/16px Arial, sans-serif; color: #666; padding: 0 10px 10px 0; vertical-align: top;">Content</td>
    <td style="font: normal 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;"><a href="#" style="color: #000">'||c1.title||'</a></td>
    </tr>
    <tr>' || utl_tcp.crlf || '
    <td style="font: bold 12px/16px Arial, sans-serif; color: #666; padding: 0 10px 10px 0; vertical-align: top;">Feedback</td>
    <td style="font: normal 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;">'||replace(c1.feedback_comment,CHR(10),'<br/>')||'</td>
    </tr>
    <tr>' || utl_tcp.crlf || '
    <td style="font: bold 12px/16px Arial, sans-serif; color: #666; padding: 0 10px 10px 0; vertical-align: top;">Response</td>
    <td style="font: bold 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;">'||replace(c1.response,CHR(10),'<br/>')||'</td>
    </tr>
    <tr>' || utl_tcp.crlf || '
    <td colspan="2" style="text-align: center; font: normal 12px/16px Arial, sans-serif; padding: 0 10px 10px 0; vertical-align: top;">
    <a href="'||p_host_url||'f?p='||p_app_id||':60:::NO::IR_ID:' || p_feedback_id ||'" style="display: block; padding: 10px; background-color: #EEE; font: bold 16px/16px Arial, sans-serif; color: #444">View Response in OLL Application</a>
    </td>
    </tr>
    </table>
    </div>';
    
       apex_mail.send (
          p_to        => c1.feedback_by,
          p_from      => '[email protected]',
          p_subj      => 'Oracle Learning Library - Response to your Feedback',
          p_body      => l_body,
          p_body_html => l_body_html ); 
    
    end loop;
    
    end email_when_response;
    
    
    
    end eba_oll_api;
    /
    Error on line 274: PLS-00201: identifier 'UTL_TCP' must be declared

    Published by: Fateh January 13, 2012 07:32

    Fateh,

    It would seem that your schema of Apex/user doesn't have access to, or otherwise know the utl_tcp Oracle package. Try running it in your workshop of Apex SQL > SQL commands.

    desc utl_tcp
    

    If you do not get a description of the utl_tcp package then you will know that your Apex selected scheme lacks the permissions to run this package. Assuming that this is the case, then you will need someone with the correct privileges to run:

    grant execute on utl_tcp to [your_schema_name]
    

    Hope that helps.

    Earl

  • APEX packaged applications, it is possible to edit the models on the universal theme of the APEX 5. How can I enable editing of model on my applications?

    ..

    716769 wrote:

    Please update your forum profile with a recognizable username instead of "716769": Video tutorial how to change username available

    APEX packaged applications, it is possible to edit the models on the universal theme of the APEX 5. How can I enable editing of model on my applications?

    APEX 5.0, application themes are announced to a default theme. As a result, the theme templates are locked and cannot be changed. To change the templates, unsubscribe the theme of the master.

  • APEX packaged Applications

    Hello ladies and gentlemen:

    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Beta

    Request Express 4.0.2.00.08

    Using the version above the APEX, how can I have access to bundled applications that are available for users of Application Express 4.2.4.00.08?

    Is this possible?  I'm looking for a simple tracker issue or project.  Yes, I can build, but I was curious to see if I can download and install applications on my version of the APEX.

    Thank you for your time and help!

    AquaNX4 wrote:

    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Beta

    Request Express 4.0.2.00.08

    Using the version above the APEX, how can I have access to bundled applications that are available for users of Application Express 4.2.4.00.08?

    Is this possible?  I'm looking for a simple tracker issue or project.  Yes, I can build, but I was curious to see if I can download and install applications on my version of the APEX.

    No, you can't. Cannot import APEX applications in a version of APEX older than what they have been exported from.

    To run 4.2 apps, you must:

    • Replace the database XE beta with the production version.
    • Upgrade the integrated version of the APEX to the last patch 4.2.

    If you want to try the latest packaged applications, get a workspace on the apex.oracle.com and install there.

  • Apex 4.2.2 lack a packaged application

    Hi all

    I've updated to 4.2.2 apex. and I was wondering if the previous announcement that asset manager packaged application would be included in this version has changed.  I have made a mistake in my upgrade,

    "Also I Googled it and I come back with several presentations on".
    What's new in 4.2.2"which include the Asset Manager.

    For example:

    www.Oracle.com/.../Developer.../apex/... /apex- 42-new-features-1867076...

    This blog shows including a plenthora of apps I do not see under the packaged applications
    Thanks for an overview
    Ministry of education

    Hi Moe,

    APEX 4.2.2 is not an application packed - the application of the "Asset Manager" package was not scheduled for yet.  Although this application name packed received game slides of Marc, he has not yet been available.  Please note the slide in the sphere of security, slide 3, in this slide deck, which essentially provides that the information contained in the slide deck are not a commitment to deliver.

    All the packaged applications that are available in your case are listed under the tab "packaged Applications. During an upgrade process, any new application packaged will be added to this list.  You don't need to do all the extra steps during an upgrade.  But "Asset Manager" is not yet available, you may find it useful to examine the applications available, where you can find one that meets your requirements.

    I hope this helps.

    Kind regards

    Hilary

  • I can't upgrade to Photoshop CC 2014, I get a Setup error: DF024: unable to preserve the original file to "/ Applications / Adobe Photoshop 2014/Adobe Photoshop 2014.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0 CC CC" (

    I can't upgrade to Photoshop CC 2014

    I get a Setup error: DF024: unable to preserve the original file to "/ Applications / Adobe Photoshop 2014/Adobe Photoshop 2014.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0 CC CC" (Seq 1120)

    A chat session where an agent can remotely look inside your computer can help

    Cloud creative support chat (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • the device has encountered an unexpected error. Setup error: application verification failed

    the device has encountered an unexpected error. Setup error: application verification failed

    I received this message over and over again when you try to publish my iOS for the app store app (I use Flash cc AIR 3.9.1.1080 for iOS and my settings are: "unit test mode interprets", as my application uses several sovereign wealth funds).

    I did everything from scratch, as recommended on the other sections forums: new app of my developer apple ID account, new Distribution certificates, new profiles of commissioning of the Distribution and nothing works.

    I can install my app on my iPad if I use certificate and Provisioning profile development and everything seems OK. But as soon as I use the Distribution certificate and Provisioning profile receive the same message:

    the device has encountered an unexpected error. Setup error: application verification failed

    I've done everything since the beginning, over and over and nothing works. Am I the only one having this problem on Flash cc?

    Hi sinious. Thanks for the reply. I'm on every aspect that you point out. I used 'Explicit ID App', I used the certificate with the appropriate PP. I got the cert on my mac and I was exporting with 'Keychain Access '. Finally, I found that I could generate and export a 'Distribution iOS signing authority' on Xcode. When I did, things worked again! Thank you.

  • Availability of packaged Applications Oracle Apex

    Nobody knows when the packaged Applications Oracle Apex will be available again to the page dedicated to the
    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/packaged-apps-090453.html says simply:
    "Previous applications packaged and code examples have been removed and new applications are being developed."

    I could really do with a copy of the application to the time sheet to use as a base, still an old version of it and not really care too much about all the bugs reported in it.
    If anyone knows where I can get a copy, I'd appreciate it.

    Why was it necessary to remove the old packaged Applications, why not let them available until new ones have been developed.

    MILIN
    Send your email address in texas. Apex. Developer @ gmail. com and I can send along a copy of the application to the timesheet...

    Thank you

    Tony Miller
    Webster, TX

    Time passes fast like the wind, but the flies from fruits such as bananas.

    If you answer this question, please mark the thread as closed and give points where won...

Maybe you are looking for