Confirming the APEX version

Hi - We were on APEX 3.0.1. Our DBA just installed 3.2 APEX. However, when I connect to our development environment.
info-line at the bottom right always shows 3.0.1.00.06 Express demand, and on request Express, the info is product Build: 3.0.1.00.07
Compatibility of the schema: 2007.05.25 last time DDL: 2008-10-01 13:37:44 (I don't know why these versions differ slightly.)
This version information is always accurate, or is there another way, I can confirm the version? The upgrade are automatically reflected in / available in the development environment, or is there another step that needs to happen?


Thank you
Carol

Carol,

Don't worry, this happened to many people including me. It is being upgraded, but the information bar keep showing the old version.

Here is a simple way to check:

In your sql Studio, run the following: select version_no in the apex_release;

Hope this helps,
Sam K

Please reward useful answers with correct or useful marking ;)

Published by: Sam_Khalaf on September 8, 2009 16:50

Tags: Database

Similar Questions

  • In the Apex version control

    We are fairly new to apex, and we plan to create a broad application using the latest version of the Apex.  We plan to use Subversion (SVN) version control tool.

    We have 3 scenes like

    -Development

    -Staging

    -Production

    Our plan is to use the same id of the workspace, the application id and the ID of page in all environments, so that we can apply individual for the pages of the application changes after the initial version is deployed in all 3 environments.

    The workflow will be development in the development-> Testing environment in staging-> deploy to Production

    What is a good way to make the Apex version control?   Is there any other better practical approach that we can use?

    Thanks in advance

    Hi Dragonia,

    Start with, you're in the right direction! The first (step 1) for control of current version of APEX is to have cloned DB systems for DEV/TEST/PROD. This ensures internal APEX IDs are the same in all settings and it will help us to detect only valid changes.

    Step 2: export the individual components of the APEX in sql files. Add them to version control.

    To export individual components of APEX in the form of sql files, you can use the Java utilities provided by APEX. These classes are under the folder path below APEX zip

    \apex\utilities\oracle\apex

    APEXExport.class - use this utility to export specified from the specified workspace APEX and DB application

    APEXExportSplitter.class - use this utility for dividing bulk single apex sql file into individual sql files (generates an sql for APEX component)

    Step 3: when changes are made, rerun the utility of separator and validate the svn changes (you can only commit files sql for components respective apex which you have changed)

    Step 4: build patches script to migrate following environment changes (the hard part!)

    There is no easy way to do this by their SUMMIT. You must take all the files of sql that you changed, and you must prepare an installation script to run all of these sql files. When you run apex splitter, it gives you all the parts of apex with a well organized with install.sql file folder structure. You can see this install.sql file to prepare your own patches script.

    Another difficult point is - some components of the APEX should be deleted before re-creating them. For example if you changed the page 10 and you want to export the following environment changes, then install.sql sample will be as below

    -- install.sql
    @application/init.sql
    @application/set_environment.sql
    @application/delete_pages.sql
    @application/pages/page_00010.sql
    @application/end_environment.sql
    

    And the contents of delete_pages.sql will be as follows

    -- delete_pages.sql
    SET DEFINE OFF 
    
    BEGIN
        wwv_flow_api.g_mode := 'REPLACE';
    END;
    /
    
    BEGIN
        wwv_flow_api.remove_page (p_flow_id=>101, p_page_id=>10);
    END;
    /
    

    And this isn't the end of the story. Some of the changes to shared component can be directly applied to the next environment using sql scripts generated by splitter apex (such as models, methods of application), but some of the shared components cannot be. We must first remove and then we have to recreate it using files sql generated via a dispatcher of the apex. And we need to go through the undocumented internal APEX wwv_flow_api care to know what procedure we use to remove that shared component package.

    Also when delete us a page, then all registered users reports public and private will be lost. So before you move your changes to Production, you should export user reports public/private and you should re - install Production DB after the installation of pages.

    To summarize, apex version control applications is not hard, but preparation 'delta script or patch' is very difficult.

    Hi joelkallman-Oracle, I do remember that you promised to publish a white paper ticket or a blog on this topic. It is already published. If so, can you please share the details. Thanks a lot for your wonderful support in advance.

    Kind regards

    Hari

  • Multiple instances of the APEX version share the same House of Oracle?

    Hello

    I'm working on the database oracle 11.2.0.2

    I have 2 instances DEV and PROD sharing the same oracle home.

    For the moment, the apex version is identical to 2 instances (4.2.1.00.08) and installed together with the embedded PL/SQL gateway.

    is there a potential problem for upgrade only version apex for the dev to 4.2.6 instance?

    concerning

    JM

    jmniard wrote:

    I'm working on the database oracle 11.2.0.2

    I have 2 instances DEV and PROD sharing the same oracle home.

    For the moment, the apex version is identical to 2 instances (4.2.1.00.08) and installed together with the embedded PL/SQL gateway.

    is there a potential problem for upgrade only version apex for the dev to 4.2.6 instance?

    An instance of the APEX using EPG exists entirely within the database once it is installed. External dependencies only would be on the scripts of utility provided with the installation media. Extract the installation files to the version files in a subfolder of the APEX of the ORACLE_HOME (apex/4.2.1, apex/4.2.6 etc.), to ensure you have access to the 4.2.1 and 4.2.6 install files so that should need you to execute a utility script (apxchpwd.sql for example) that you are running the correct for the involved database version.

  • How to upgrade the APEX version on 10gXE

    I'm working on a database of 10gXE (express edition Release 2) and I see that APEX (application specific) different (certainly seems more) than to the APEX. 4.1 which should be the last (and I tested on turbidity to http://apex.oracle.com/i/index.html).
    My question is this: is it possible to upgrade the APEX version on my 10gXE of the database?
    Http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html, I read that for the installation I have do I run the installation script Application Express, apexins.sql. It works for the upgrade as well, or not? I have only to upgrade the version and not completely install APEX
    Thank you!

    Watch this video for a general idea of what you are doing... http://www.mandsconsulting.com/upgrading-to-apex-4-on-oracle-xe-and-windows

    Then follow these steps... http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html

  • Oracle 11g and the APEX version

    Hello

    My understanding is that APEX 4.0 comes by default with Oracle 11 g. recently, we have the oracle 10 g updated to 11g and our admin has mentioned that APEX verision shows APEX 3.2.1...

    Please advice...

    Thank you

    No, you'll need to download and install 4.0.2 assuming you want the most recent apex.

  • Have a new 6 but cannot get it to sync with iTunes on my Mac. The two systems have system updates (and both confirm). How can I update iTunes on my phone when he said the latest version?

    Have a new 6s, but cannot get it to sync with iTunes on my Mac. Both systems have system updates (and confirm the latest version). How can I update iTunes on my phone when he said the latest version?

    The message to update iTunes refers to iTunes on your Mac - is your Mac on a high enough version of Mac OS X to support the required iTunes version? If this isn't the case, then your Mac can be changed?

  • Construction of a theme of Ext JS in the APEX (Chapter 3)

    Hello

    I bought book by Marc "Oracle Application Express 4.0 with Ext JS. I was confused by the last part of the chapter of book 3, who taught me how to move the #FORM_OPEN # just after the BODY tag and #FORM_CLOSE # just before the tag /BODY. I replaced the reference to the "ex3-1-local - viewport.js" by the file "ex3-1-custom - viewport.js", then the display window has become bad. If someone could clarify how "to ensure that the input elements remain always with the form" as described in the book? What should I exactly do to achieve this?

    Also, I tried to download Ext JS 4.0.0 and disappeared from the part of the footer of the viewport. Then, I turned it to ext - 3.3.1.

    Thank you.
    Andy

    < pre >
    < html >
    < head >
    < title > #TITLE # < /title >
    < link rel = "icon" href = "" #IMAGE_PREFIX #favicon.ico "type =" image/x-icon">"
    < link rel = "shortcut icon" href = "" #IMAGE_PREFIX #favicon.ico "type =" image/x-icon">"
    #HEAD #.

    <!-css-> includes
    < link rel = "stylesheet" type = "text/css" href = "& EXTJS_HOME.resources/css/ext-all.css" >
    < link rel = "stylesheet" type = "text/css" href = "& CUSTOM_PATH.ex3 - 1-local - viewport.css" >

    <!-js includes->
    < script type = "text/javascript" src = "& EXTJS_HOME.adapter/ext/ext-base.js" > < / script >
    < script type = "text/javascript" src = "& EXTJS_HOME.ext all.js" > < / script >
    < script type = "text/javascript" src = "& CUSTOM_PATH.ex3 - 1-custom - viewport.js" > < / script >
    < / head >
    < body >
    #FORM_OPEN #.

    < div id = "app-North-Panel" >
    < div id = "app-logo" >#LOGO #< / div >
    < div id = 'app-navigation-bar' >
    #NAVIGATION_BAR # #CUSTOMIZE # & APP_USER.
    < / div >
    #REGION_POSITION_01 #.
    < / div >
    < div id = 'app-West-Panel' > #REGION_POSITION_02 # < / div >
    < div id = "app-Center-Panel" >
    < div id = 'app-messages' >
    #GLOBAL_NOTIFICATION # SUCCESS_MESSAGE # NOTIFICATION_MESSAGE #.
    < / div >
    < div id = "app-content" > #BOX_BODY # < / div >
    < / div >
    < div id = 'app-East-Panel' > #REGION_POSITION_03 # < / div >
    < div id = "app-South-panel" > the footer content go here < / div >

    #FORM_CLOSE #.
    < / body >
    < / html >
    < / pre >

    Hi Andy

    My application is at home, so I tested the stand-alone version using the following steps:

    1. copy the chapter03\ex3-2-local - viewport.html as chapter03\custom - viewport.html and edit the new version.
    2 change the name of the script to ex3-1-local - viewport.js to ex3-1-custom - viewport.js
    3 Replace #FORM_OPEN # with

    , move it to immediately after thetag.
    4 replace #FORM_CLOSE # with
    , moving just before the tag.
    5. replace #REGION_POSITION_03 # with an html element, for example < div > Mark was here. < / div >

    Run which appears correctly for me.

    This confirms the standalone version works, just undo steps 3 to 5, move the #FORM_OPEN #, #FORM_CLOSE # beside the body tags tags.
    Then transfer this into your page template.

    I hope this helps.

    Mark
    Demo: http://apex.oracle.com/pls/otn/f?p=200801 |
    blog: http://oracleinsights.blogspot.com.
    Book: Oracle Application Express 4.0 with Ext JS

  • Install the APEX 3.0.1 on RDBMS 11 GR 2

    Hi all

    I was wondering if it is possible to install version 3.0.1 on oracle database version-11.2.0.3 APEX?
    We currently have a database 10g with APEX 3.0.1 installed. We must now upgrade project
    to install the latest version of the database. Unfortunately, we do not have enough time to migrate the
    Application of the APEX. This is why the APEX version should stay the same.

    If someone experiences with APEX 3.0.1 and RDBMS 11.2?
    (I searched the oracle documentation, but could not find anything useful.)

    Thank you
    Joe

    Joe,

    (1) the minimum version of the APEX, which can be used with GR 11, 2 DB is APEX 3.2.1. I know that this is not documented anywhere, but he had made 11 GR 2-specific problems so this SUMMIT could work in DB 11 GR 2. This minimum version is 3.2.1 APEX.

    (2) I don't think that there is a way you can avoid the update of the APEX. When you upgrade your version of the database, the DBUA will focus on what version of APEX you. And if the latest version is less than 3.2,1 APEX, APEX and then will be upgraded as well.

    My opinion - and it's probably not what you want to hear, but if you can't avoid the upgrade of the APEX, then you can consider as well the upgrade from 4.1.1 APEX before the DB Upgrade (to avoid too much change at the same time).

    I hope this helps.

    Joel

  • Trigger the error but only in the Apex

    I have a trigger with the following insert statement:

    insert into oe_headers_iface_all (order_source_id, orig_sys_document_ref, order_type_id, created_by, creation_date, last_updated_by, last_update_date, sold_from_org_id, sold_to_org_id, operation_code, booked_flag)
    values (1023, 'TEST', 1116, sysdate, 0, 0, sysdate, 225,65372, 'INSERT', ' don't);

    This trigger works well outside the Apex; It is not a mistake and inserts values into this table. But when I insert a record in my table by Apex, I get the following error:


    ORA-01722: invalid number ORA-06512: at the 'APPS '. RMA_TRACKER_T1', line 144 ORA-04088: error during execution of trigger ' APPS. RMA_TRACKER_T1'

    If I comment that insert statement it runs in the Apex and does not error.

    Any idea about what could be done Apex so angry with this insert statement? It says "invalid number" but I checked the fields again and again, and like I said if I just run this statement myself or insert a record in my table manually it works and does not work error, so Apex seems to be lying to me. In addition, the Apex version is 4.0.1.00.03.

    Published by: Cydonia on May 25, 2011 15:54

    Hello

    Oracle order management interface have a few important columns requiring registrant in the tables of the interface,

    OE_HEADERS_IFACE_ALL:
    ORIG_SYS_DOCUMENT_REF
    ORDER_SOURCE
    CONVERSION_RATE
    ORG_ID
    ORDER_TYPE_ID
    PRICE_LIST
    SOLD_FROM_ORG_ID
    SOLD_TO_ORG_ID
    SHIP_TO_ORG_ID
    SHIP_FROM_ORG_ID
    CLIENT_NAME
    INVOICE_TO_ORG_ID
    OPERATION_CODE

    I have this Inserts instructions and work very well for me...

    Insert in Ontario. OE_HEADERS_IFACE_ALL
    (
    CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY.
    ORIG_SYS_DOCUMENT_REF, ORDER_SOURCE_ID, ORDER_CATEGORY, ORDERED_DATE.
    ORG_ID, sold_from_org_id, ORDER_TYPE_ID, SALESREP_ID, CUSTOMER_PO_NUMBER,
    CUSTOMER_id, sold_to_org_id, BOOKED_FLAG)
    Values
    (Sysdate, Sysdate, P_USER_ID P_USER_ID, vReq_num, SOURCE_OM, 'ORDER', Sysdate,
    P_Org_ID, P_Org_ID, 1027, vSales, vPo_num, ii. CUSTOMER_ID, i.CUSTOMER_ID,
    'N' );
    ----

    It is to command lines
    ---
    Insert into Ontario. OE_LINES_IFACE_ALL
    (ORDER_SOURCE_ID, ORIG_SYS_DOCUMENT_REF, ORIG_SYS_LINE_REF, ORG_ID, LINE_NUMBER, INVENTORY_ITEM, ORDERED_QUANTITY, UNIT_SELLING_PRICE, UNIT_LIST_PRICE, PAYMENT_TERM_ID,
    CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, ORDER_QUANTITY_UOM, CREATED_BY
    ATTRIBUT1, ATTRIBUT2, ATTRIBUT3, CALCULATE_PRICE_FLAG, SCHEDULE_SHIP_DATE)
    Values
    (SOURCE_OM, vReq_num, vlinea, p_Org_ID, vlinea, j.upc, j.ORDER_FORM, ((j.costo / 0.95), 2),)
    Tower of ((j.costo / 0.95), 2), 1003, P_USER_ID, P_USER_ID, Sysdate, Sysdate, one ', j.costo, 5% ', j.costo,
    ' N ", j.NEED_BY_DATE);

    Mortus-

  • Migration to the public website of the Apex - keeping in the Google rankings / links

    Hello

    We have developed and application of Apex that will replace the exsiting customer non-Apex Web site. The customer is concerned about the impact this will have on their Google rankings and links from the Google search results.

    For example, the current site of the non-Apex has a 'Contact us', page whose URL is www.mycustomer.com/contact_us.asp. Googling 'my client contact us' will show this link search results. The Apex of this page version URL will be something like www.mycustomer.com/pls/apex/f?p=app:contact_us.

    Thus, when the client performs a migration towards the Apex version, links to Google search results will be more valid. How should we go about the redirection of invalid links from Google for the new Member States?

    Thank you

    Andrew.

    Hi André,.

    If you happen to be running apache as your Web server instead of the integrated bridge, you could look at using the mod_rewrite module and guidelines in your virtual host containers so that the elders the URL of the page is a redirect in the appropriate in your apex application page. By practice that google will gradually update their links to your site visitors to directly access your apex pages, as he was transferring the page rank of the original page to your new page apex. You can also check the id of the session extraordinary '0' for the simplification of the URL.

    Alternatively, you can edit existing pages site do a 301 redirect to the new pages in their treatment of header - not enough and also means that you have to run at the old site.

    See you soon,.

    Mike

  • dates of 24 hours in the apex

    Newbie question:

    I'm having a hard time getting any time after 13:00 inserted in a TIMESTAMP field.

    I have a table named TRUCK with a column of timestamp TIME_IN. I've had APEX generate a form on TRUCK and TIME_IN is presented as a DATE in format DD-MON-RR HH24:MM PICKER.

    1. when I leave such TIME_IN generated on the shape of the APEX, I get this error when entering the time > = 13:00

    ORA-01849: time must be between 1 and 12

    2. when I use this calculation to modify the value of TIME_IN as follows after submit

    TO_CHAR (TO_TIMESTAMP (: P15_TIME_IN, 'DD-MON-RR HH24'), ' DD-MON-RR HH: MI AM ")

    I get this error:

    ORA-01858: a non-digit character was found here where was waiting for a digital

    3. Finally, when I omit the 'AM' in the format mask, I have no errors but any time after that 13:00 are incorrect - they are reduced to 12 hours
    (I mean that when I create a new record, after selecting 23:15 on the date picker, the time 11:15 is inserted in the table):

    Can anyone help?

    BTW this is APEX 2, the version that comes with Oracle XE for Windows.


    Thank you
    Peter Kopke
    [email protected]
    .

    Hello

    > It's BTW of APEX 2, the version that comes with Oracle XE for Windows.

    TIMESTAMP support was added in version 2.2, so in the last version you use (2.1) it is not supported.

    You must upgrade the APEX version you use, and the following should help you - http://www.oracle.com/technology/products/database/application_express/html/why_upgrade_xe.html

    Kind regards
    Arie.

  • I updated to Firefox 8.01 and confirmed that it is the current version. However, both Google and Firefox do not recognize my current verision - these sites indicate that my version is 3.5.7. Why?

    I've updated (more than once) to Firefox Version 8.01. When I check the Firefox Help: About, it confirms the version number and indicates that it is the current version. Google, however, when I try to use G-Mail or + Google, gives me a message that my version of Firefox is no longer supported (and provides a link to download the current version). In addition, Firefox itself, when I tried to use the help: menu option to submit your comments, indicates that I can't use this option until I first updated to the current version. Apparently, even though I've updated, there are some markers or indicator, which is not updated since a previous version to indicate which version of this browser Web sites is running on my computer. I would like to get this resolved, because it prevents me from doing a few things I want to do. Furthermore, I just watched the dialog below, following the comment "we have made some assumptions about your current browser...". ', also indicates that my current version is the 3.5.7.

    You have a pref general.useragent.override that identifies you as Firefox/3.5.7

    • Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; RV:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

    See:

  • The AUDIT command in, oracle apex (version 4.2.5.00.08), error "ORA-00911: invalid character '.

    I am trying to run

    "AUDIT INSERT, UPDATE, DELETE on emp BY ACCESS WHENEVER SUCCESSFUL;"

    in "SQL commands" on oracle-apex (version 4.2.5.00.08).

    I get the error message ' ORA-00911: invalid character '.

    Can someone tell me the solution for this?

    Apex environment we need to set the database AUDIT_TRAIL to TRUE for the control

    "AUDIT INSERT, UPDATE, DELETE on emp BY ACCESS WHENEVER SUCCESSFUL;"  to work.

    By their Summit, to be able to change the setting of database AUDIT_TRAIL we have to log-in as a DBA from the link "SQL workshop--> utilities--> on the database.

  • Version of the APEX 5 Interface/Look

    Hi friends,

    I checked the apex 5 early adapter. The interface is quite different because I work on previous versions. It is very difficult to work on version 5 due to the interface. Can I change the interface as version 4.1 or 4.2? Help, please

    Kind regards

    Dear Sir.

    Thanks for your reply. As I mentioned earlier the Page/interface Designer is quite different that cause difficulties for users of the older version. I think 4.2 interface should not be eliminated so that the developer can easily work side by side could work on the new version of the eye After some time, they will be familiar with the new.

    How can I change the view of the component if it is available in version 5?

    Kind regards

  • Confirm the dynamic action does not not as expected in the APEX 4.2.5

    This looks like a bug in APEX 4.2.5.  I have a page with a "Cancel" button that redirects to another page.  There is a dynamic action that fires on the button with a confirmation action and the text ' are you sure?  However, if the user selects OK or cancel in the confirmation dialog box makes no difference - the redirect is always performed.

    I found this question after the migration of a page that worked to 4.1.1-to-4.2.5.00.88 APEX and were also able to replicate on apex.oracle.com here:

    https://Apex.Oracle.com/pls/Apex/f?p=19896:2

    (Press the Cancel button in the top right of the page redirects to page 1, regardless of the user's response to confirm the popup.)

    I don't need someone to suggest the alternative code, I know how to build my own confirmation processing.  I want to just raise this as a bug as possible and see if there is a solution to make the dynamic action works as it should.

    NB I found this in the patch notes for 4.2.5.00.88 on a fix for a similar problem:

    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/Apex-425-patch-set-notes-2186274.html

    15984978

    Dynamic action front-Submit with a confirmation message does not

    Hi Tony,.

    I think the problem is that the action of the button is defined as 'Redirect page in this Application', but it must always be "defined by the dynamic Action" as soon as you have set dynamic actions 'click' to a button. Normally, which is automatically changed as soon as you create your first dynamic action of a button, and I just confirmed by creating a test button in your application that has been defined as «Redirect...» ». After that I created a dynamic action the action of the button is set to "defined by the dynamic Action.

    Is it possible that you have modified the action of the back button to «Reorient...» » ? The question why «redirect...» "does not work, it's that we cannot guarantee in what order the browser will process click on events defined with onclick in the tag button itself and those events attached as a click event handlers. This is why it is necessary that everything is defined as dynamic actions. Only in this case you will be able to cancel the treatment.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

    Post edited by: Patrick Wolf

Maybe you are looking for

  • HTC hd7 Skype app to crash

    So, I had a problem with VoIP applications in general, but I want to get this work at least. About a month or two before, I open the Skype application and it crashed about 30 seconds later, then I restarted, same thing, so I just didn't use it for a

  • No internet connection but wireless & modem work. Server DNS - RESOLVED error

    Just in case someone else has this problem... So this morning the home computer wouldn't connect to the internet.  He kept coming with an open internet page of cant and gave a DNS error as a solution.  However, the laptop can connect wireless and int

  • The message could not sent, Server error: 550, error number: 0x800CCC79

    The message could not be sent. The authentication setting are may not be wrong for your e-mail [SMTP] Server outgoing. To resolve this issue, go to help, search for "Troubleshoot Windows Mail" and read the section "I have problems sending e-mail". If

  • Game get unresponsive, a communication error has occurred: Operation Timed out

    A communication error has occurred: "Operation timed out". The Web server may be down, too busy or other problems preventing him from answering. You can try again at a later date. For assistance, contact your network support team. That's what I get w

  • Metadaten objektiv

    SEHR item Damen und Herren,ICH besitze ein Objektiv Tamron AF18-270 mm F/3.5-6.3 DiII VC B003E (Serial No. 155957).Sharps Objektiv really connection in ich mit einer Kamera Canon EOS d 70.Zur Bildverwaltung bzw. Bildbearbeitung really ich Adobe Light