Procedure of APEX 3.1 to 3.1.2 on the Oracle XE database update

Hello

How to make an update of APEX full 3.1 to 3.1.2 on an Oracle XE database with the installation package (which you can normally get to OTN)? I mean the patches from Metalink 7313609 group will not work on a XE database because there is no built-in opatch.

Is it possible the procedure of normal update should I use for this:

@apexins password TEMP SYSAUX SYSAUX is


Thanks in advance,


Tobias

Tobias,

The 3.1.2 patch does not use opatch since it is not patch the Oracle binaries, etc, it's just a SQL script that you run that updates the PLSQL packages, code, etc. inside the database (more than news images, javascript, etc.).

As such, there is no reason that the patch could not be run on XE (assuming that you are allowed to download the patch etc.).

John.
--------------------------------------------
http://Jes.blogs.shellprompt.NET
http://www.apex-evangelists.com

Tags: Database

Similar Questions

  • Oracle Cloud: database update Service to APEX 5

    Hello

    I have a database of Oracle as a Service Instance (version 12 c).

    I would like to day apex version 5.

    I think cloning my PDB and run an APEX upgrade to version 5 on the PDB again.

    Before doing so, I would like to be sure if, for some reason, this procedure is not recommended in a cloud instance DBaaS.

    Thank you for the support,

    Gabriele

    I'll post the steps to upgrade an instance of DBaaS 12 c soon. Will be posted on blogs.oracle.com/dbaas

  • Apex. Submit-> process to run one of the two stored procedures on page

    version: 4.2.5

    page one region: form on the stored procedure

    region of page two: form on the stored procedure

    The region button 'submit' for the region page 2:

    ACTION: Redirect URL

    Run Validations: YES

    Target URL: javascript:apex.submit ('CALL_MY_PROC');

    'Treatments' execute the stored procedure

    Point process: submit now - after calculations and Validations

    Enforcement process: once a Page visit (by default)

    ...

    Conditions

    When you press the button:-no Condition button

    Condition type: request = Expression 1

    Expression 1: REQUEST = CALL_MY_PROC

    The expected behavior is to call the stored procedure in the region on two page without invoking the other stored procedure.  Separation of concerns is desired, this button sends the form this proc, this button argues that form to this proc.  Nor should call each other, so to speak.

    The stored procedure is not called when I click 'Submit' (button from region to region page two).  How can I solve this?

    Thanks in advance for any guidance.

    -abe

    Solution: the status... are not REQUEST =

    -abe

  • Installation procedure for APEX

    Snoussi,


    Hello

    I'm on medication install Application Express 3.2, and then integrate with R12 on Linux.

    I got below forum link.

    How to install the APEX in environment R12

    My understanding for Installation...



    • Step 1: install the Oracle database and perform pre-installation tasks (do you want to install me oracle new House, my client don't want me use existing R12 Oracle oracle home)

    • Step 2: download and install Oracle Application Express

    • Step 3: change the password of the ADMIN account

    • Step 4: restart the process

    • Step 5: Configure Oracle HTTP Server Oracle Application Server 10g (install level AS Infra of 10g (here, I'm confused) here we must install Infra 10 g level to configure Oracle HTTP Server)

    • Step 6: activate Network Services in the Oracle 11 g database (we do not have plans to use 11g DB as of now, so we can skip this installed 11 g we use 10g, AS will be sufficient law)

    • Step 7: security considerations
    • Step 8: the performance of Oracle Application Express in other languages
    • Step 9: on the JOB_QUEUE_PROCESSES management
    • Step 10: on the interference of the PlsqlDatabasePassword parameter
    • Step 11: create a workspace and add users in the Oracle Application Express

    Please let me know your point of view.

    Thank you

    Hi, people,.

    Sorry for the delay in responding. I've been away for nearly three weeks and my backlog is formidable.

    Application Express (APEX, formerly HTMLDB) is fully supported for use with EBS 11i and 12. The only problem is that there are only some generic APEX documentation available for the integration of the tool with the generic Oracle databases. He returns as an exercise for the reader to understand how these measures at an EBS environment.

    The APEX team promises a white paper with steps of integration cookbook specifically for EBS environments. They had a few personnel changes, so this white paper has been delayed several times. It tells me that it is recently restored and ask APEX product management team to provide me with an update on their progress.

    When the white paper is out, I'll be sure to post a blog article about it. As usual, I have firm timetables for this certification yet, but we encourage you to follow or subscribe to my blog to E-Business Suite technology environment (http://blogs.oracle.com/stevenChan) for updates, I'll post as soon as soon as they are available.

    Kind regards
    Steven

  • The procedure entry point ucrtbase.terminate could not be found in the api-ms-win-crt-runtime-l1-1-0.dll dynamic link library

    Running Windows 7 Home premium

    Hi I get this error when I try to add or remove windows features. Before I even tried to change anything, I get this error when I try to access point to add or remove windows features. I just reinstall windows then perhaps it's to do with it?

    ERROR

    The procedure entry point ucrtbase.terminate could not be found in the api-ms-win-crt-runtime-l1-1-0.dll dynamic link library

    If anyone knows what this means or what I have to do to get rid of the error, any help would be accepted with gratitude.

    Best regards Steve

    Hi, I have now discovered what the problem was. It wasn't Office exactly. Rather have just reinstalled windows 7, windows update did not work properly. Virtually no updates had been installed. I had to run the "windows update diagnostic" program from Microsoft support. Once that had solved the problem of update on 180 updates have been installed. Once they have been installed the problem with the error has been resolved. I do not know what update fixed but one of them did.

    Best regards Steve

  • How to manipulate the apex error to avoid lost database updates?

    Hello


    I'm looking for a way to manipulate the user error message hostile apex to avoid lost database updates. It seems that the message to the error handling function is not routed.


    Any ideas?


    THX.

    Gerd

    Hello

    Try the APEX error code. DATA_HAS_CHANGED

    Kind regards

    Jari

  • ORA-20987: APEX - interactive report region does not exist in the application

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query (nPage_id number)

    return varchar2

    as

    l_report apex_ir.t_report;

    l_query varchar2 (32767).

    l_list varchar2 (32767).

    number of nRegion_id;

    number of nIR_id;

    OWA.vc_arr nm;

    VL owa.vc_arr;

    BEGIN

    SELECT region_id

    IN nRegion_id

    Of apex_application_page_regions

    WHERE application_name = "E-BRIL.

    AND page_id = nPage_id

    AND source_type = "interactive report";

    nIR_id: =.

    apex_ir.get_last_viewed_report_id (p_page_id = > nPage_id,)

    p_region_id = > nRegion_id);

    NM (1): = "DUMMY_JUST_TO_SET_UP_OWA_UTIL";

    VL (1): = 'WHATEVER ';

    OWA.init_cgi_env (nm.count, nm, vl);

    l_report: = APEX_IR. () GET_REPORT

    p_page_id = > nPage_id,

    p_region_id = > nRegion_id,

    p_report_id = > 0);

    l_query: = l_report.sql_query;

    because me in 1.l_report.binds.count

    loop

    l_list: = l_list | i||'. '|| l_report. Binds (i) .name | » ='|| l_report. Binds (i) .value;

    end loop;

    Return l_query;

    end;

    /

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    Thanks in advance.

    Reg,

    Chris

    1717220 wrote:

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

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query(nPage_id IN number)
    return varchar2
    as
    l_report  apex_ir.t_report;
    l_query  varchar2(32767);
    l_list  varchar2(32767);
    nRegion_id number;
    nIR_id number;
    nm  owa.vc_arr;
    vl  owa.vc_arr;
    BEGIN 
    
        SELECT region_id
        INTO nRegion_id
        FROM apex_application_page_regions
        WHERE application_name = 'E-BRIL'
          AND page_id = nPage_id
          AND source_type = 'Interactive Report';
    
        nIR_id :=
          apex_ir.get_last_viewed_report_id (p_page_id        => nPage_id,
                                            p_region_id      => nRegion_id);
    
        nm(1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
        vl(1) := 'WHATEVER';
        owa.init_cgi_env( nm.count, nm, vl );
    
        l_report := APEX_IR.GET_REPORT (
                        p_page_id  => nPage_id,
                        p_region_id => nRegion_id,
                        p_report_id => 0); 
    
        l_query := l_report.sql_query;
        for i in 1..l_report.binds.count
        loop
            l_list := l_list||i||'. '||l_report.binds(i).name||'='||l_report.binds(i).value;
        end loop;
    
    return l_query;
    end;
    

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    The '0' in line 31 should be "nIR_id".

    What is the purpose of the lines 24-26?

  • I have 2 separate servers, 2 databases running with 2 packages of the apex. Can I merge them all on a single server/database?

    Hello.

    Currently I have two servers each with an oracle database, each of them is running apex and offers a package that people use to interact with data through Web pages.

    I want to merge these two servers into one to save on costs, which means that 1 Server 1 database... with 2 packets of the apex. Is this possible? I guess I would need to export/import the whole package and to migrate database schema, but I will say a default package a schema and a single default package to another scheme? I don't understand workspaces so maybe that's where the question is rooted.

    Hi Daniel Jakes.

    Daniel Jakes wrote:

    Currently I have two servers each with an oracle database, each of them is running apex and offers a package that people use to interact with data through Web pages.

    I want to merge these two servers into one to save on costs, which means that 1 Server 1 database... with 2 packets of the apex. Is this possible? I guess I would need to export/import the whole package and to migrate database schema, but I will say a default package a schema and a single default package to another scheme? I don't understand workspaces so maybe that's where the question is rooted.

    APEX applications are similar/different?

    You can do the following:

    • Import the schema (data) of base2 in database1.
    • You can associate multiple schemas to a workspace. For example, you can associate the schema imported into your workspace (in database1).

    Reference: https://docs.oracle.com/cd/E59726_01/doc.50/e39151/adm_mg_wrkspc.htm#BABCEBIE

    • Then, you can export the APEX of base2 workspace application and import this request to the workspace from base1.
    • Access the newly imported application. Change the attributes of the Application -> Security-> database Session and define the Schema of the analysis to the newly imported schema.

    Kind regards

    Kiran

  • Mutex in the oracle stored procedure... How to get there?

    Hello

    I have the series of insert/update statements in an oracle stored procedure. The stored procedure is called composite Oracle SOA.

    The procedure works like this:

    a. download a request and checks to see if the file is already in the database. If she's here, we update, elsewhere insert.

    b. that I check for 10 tables and make the necessary inserts/updations.

    But sometimes, when I get the huge volume of transactions in the stored procedure, I see this violation of unique constraint violated due to lack of appropriate controls to ensure that no other parallel forum is trying to update the same record.

    How to do this so that no two execution of stored procedure doesn't work on the same record in the same table?

    Thank you!!

    Hello

    you might consider something like this

    create table t1(
      id number primary key,
      action varchar2(10),
      who varchar2(10)
    )
    ;
    
    declare
      p_id number           := 1;
      p_action varchar2(10) := 'Insert';
      p_who varchar2(9)     := 'Session 1';
      --
      procedure update_t1(p_id number, p_action varchar2, p_who varchar2) is
      begin
        update t1 set action = p_action, who = p_who where id = p_id;
      end;
    begin
      -- try to insert or update row for PK p_id
      merge into t1 d using (
        select
          p_id     id,
          p_action action,
          p_who    who
        from dual
      ) s on (d.id = s.id)
      when matched then
        update set d.action = 'Update', d.who = s.who
      when not matched then
        insert values (s.id, s.action, s.who)
      ;
    exception when dup_val_on_index then
      -- insert is no option, update when lock is released
      update_t1(p_id, 'Update', p_who);
    end;
    /
    
    drop table t1 purge
    ;
    

    Scenario (two sessions trying to insert/updated updated for id 1):

    session 1 inserts ("1" "insert" "Session 1") and the data is not visible to the session 2

    session 2 inserts same id but crashes because of the locking session 1

    validation of the session 1

    session 2 insert fails but who manages updating instead

    session 2 commits, values for the id 1 is now ('1' 'Update' "Session 2")

  • 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 5.0 "session state protection violation" during the change of display only value point in dynamic action.

    The following feature gives us a message "session state protection violation", after we migrated our application from Apex 4.02 to 5.0.

    For example, in apex.oracle.com: https://apex.oracle.com/pls/apex/f?p=50676:1:

    Whenever the value of the input field changes, the URL to test changes. This is done in a dynamic action of 'change' on the version field. The action of the set value changes the value of URL to test.

    When the page is sent to the error message is displayed.

    1. Why do we get this message in Apex 5.0 and not in 4.0.2?

    2. What is the way to do this in the Apex 5.0?

    Thank you

    René

    Just try save session state - no.

  • [Apex 5] Ways to temporarily store data on the page before validate/cancel

    Hi all

    could you tell me what would be the best approach in this situation. I have a report with the dishes. By clicking on a link change with a particular dish or by clicking on create button displays a form where the user can change or provide new data. This is based on a table whose name is as flat (automatic line is used). What is more personal here it is only when creating or editing a user of plate is provided with a list of foods and the list of ingredients associated with this dish. User can click on a food that is automatically displayed on another list with flat real describes. At the moment this report ingredients is based on editable views (2 tables under). What is the point here is that the food choice on a list not the insert to display editable with ingredients by a dynamic Action before the user changes record or cancel.

    I want to reach is temporarily food drive that the user chose and insert it to the editable display only when the page is sent or ignore them if you selected Cancel. What would be the right approach here? I've heard of Collections of the Apex, is it ok here? Or perhaps the best approach would be to collect these data on the frontend (angular for example).

    https://Apex.Oracle.com/pls/Apex/f?p=27355:LOGIN_DESKTOP:16878181180272:

    Demo/demo

    Yes, you could look at using local storage in the browser... but then you must coordinate display and migration to the database...

    For your sake I would lean towards APEX collections...

    Thank you

    Tony Miller

    Software LuvMuffin

    Salt Lake City, UT

  • How to hide the field element of text based on true or false cases in the oracle apex

    Hello

    I have a set of text field in the oracle apex:

    1. Order number
    2. Revision number

    When we open the report, the review must be hidden.

    Only when the user enters the unique order number (order not duplicate numbers), revision number should be visible.

    If he enters the number of duplicate order, the revision number should be hidden.

    Help, please.

    Hi 2932464,

    2932464 wrote:

    Hello

    I have a set of text field in the oracle apex:

    1. Order number
    2. Revision number

    When we open the report, the review must be hidden.

    Only when the user enters the unique order number (order not duplicate numbers), revision number should be visible.

    If he enters the number of duplicate order, the revision number should be hidden.

    Help, please.

    Give you an example of how to do to get there.

    Step 1. Create three elements of the Page

    (1) P1_ORDER_NO - text field

    (2) P1_REVISION_NO - text field

    (3) P1_ENABLE_DISABLE_REVNO - hidden, protected value - no.

    2 create dynamic Actions 3

    (1) disable the revision on the loading of the page number

    Event - loading of the Page

    Action - disable

    Fires when the result of the event is - real

    Selection type - point

    Point - P1_REVISION_NO

    (2) check the number of duplicate order

    Event - change

    Selection type - item (s)

    Article (s) - P1_ORDER_NO

    Condition - is not null

    Action - to execute the PL/SQL Code

    Generate in front of false action - not checked

    Fires when the result of the event is - real

    Fire on page load - disabled

    Stop execution on error - checked

    Wait for the result - verified

    PL/SQL - code

    declare
    l_count number;
    begin
      select count(*) into l_count
        from emp
       where empno = :P1_ORDER_NO;
    
    if l_count > 0 then
      :P1_ENABLE_DISABLE_REVNO := 1;
    else
      :P1_ENABLE_DISABLE_REVNO := 0;
    end if;
    end;
    

    To present the page = P1_ORDER_NO

    Page referred to return = P1_ENABLE_DISABLE_REVNO

    (3) enable and disable the revision number

    Event - change

    Selection type - item (s)

    Article (s) - P1_ENABLE_DISABLE_REVNO

    condition - greater than or equal to

    value - 1

    Action - disable

    Fire on Page Laod - disabled

    Generate the opposite action of false - verified

    Selection type = item (s)

    Article (s) - P1_REVISION_NO

    Hope this helps you,

    Kind regards

    Jitendra

    DER_NO

  • Could not create the link of database of the schema of the ORA/APEX

    Hello

    I tried to create the link of database for my schema oracle on my localhost and it brings me an error "database user has sufficient privileges for the proposed operation.". I don't know what the problem is?

    This pattern of localhost was created for APEX.

    Thank you

    I tried to create the link of database for my schema oracle on my localhost and it brings me an error "database user has sufficient privileges for the proposed operation.". I don't know what the problem is?

    This pattern of localhost was created for APEX.

    What is developer Sql has to do with the problem? This forum is ONLY for sql developer questions.

    If this isn't a problem with Sql developer please mark ANSWERED thread and repost it in the general forum of the database

    Database General Discussions

    The exception is you say the problem: the user you are using to create the DB link doesn't have the necessary privileges to create the DB link type you are trying to create. Privileges are required on the source and target databases.

    When repost you, you will need to provide:

    1. your full 4 DB for DBs source and target text segment

    2. a copy OF the sql * plus (or other) session you use to create the DB link

    3. information on the user that you use to create the link DB - including the privileges that have been granted to this ulser

    4 information on the type of link DB you try to create

  • SSL mutual authentication using the Oracle stored procedure

    Hello

    DB version:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    Is possible to perform mutual authentication SSL uses the Oracle stored procedure?
    I read articles and forums saying that it is not a good approach to call the Web service using the Oracle procedure (and I don't know if it's even possible authentication using procs). But I would like to know if it's possible and how.

    In other is words there a way to incorporate the client certificate information into a procedure that calls a Web service.

    I read the articles to do it in JAVA or .net. But please advice how we can achieve using Oracle procedures.

    Thank you.

    934451 wrote:

    Is possible to perform mutual authentication SSL uses the Oracle stored procedure?

    To learn more. SSL what for?

    Oracle PL/SQL only supports client standard TCP sockets. However, interface for HTTP, Oracle PL/SQL also supports HTTPS - which requires the certificates of authentication of the server to be stored in a portfolio of Oracle web and used during the transmission via HTTPS. See the code example {message identifier: = 1925297} for more details.

    I read articles and forums saying that it is not a good approach to call the Web service using the Oracle procedure (and I don't know if it's even possible authentication using procs).

    Forums and articles written by idiots. For idiots.

    And no, I'm not to embellish my response to this pitch that you met. It is false. It is written by ignorant people who don't know ANYTHING about the use of Oracle and PL/SQL. And feel free to forward my response to these idiots. They find me here if they want to argue...

    As an example of how to call a web service, see {message identifier: = 10158148} and {message: id = 10448611}.

Maybe you are looking for