APEX version

Hello

How can I automatically display the real version of an application in APEX?

I inserted the Version number in the application properties, and this number must be displayed on board lower right of the screen.

Please help me

Concerning

Siegwin

Use the #APP_VERSION substitution string # in your page template.

Thank you

Tony Miller
Software LuvMuffin
Ruckersville, WILL

Tags: Database

Similar Questions

  • Need to report dynamic APEX version 4.2

    Hi all

    Can someone tell me how to get the report assumes that FIN_0112_AP_outstanding_Analysis in the tab of production in APEX Version tab.

    As you can see there are a lot of report to select the report in the screenshot of 1st and 2nd screenshot we have subtab defined in the output so parent tab regardless of the report that I will select in home page, it will go to the special subtab now my requirement, it's that I don't want to see all the subtab report so whatever the report I will select in home page indicating the sub-tab enough to show.

    for example: if I select report = Homepage FIN_0112_AP_outstanding_Analysis then this tab is enough to display in the output tab of the mother and all the other tab need to hide.

    Report_Selection.jpg

    Parent_Child_Tab_Report.jpg

    LnTInfotech wrote:

    It is true that we must control the sub-tab so that what ever the report I will select in home page that report is enough to show in the sub-tab. But I've never used the expression so could you please let me know how I can use the value of element in the Expression 1 = Expression 2 condition.

    as I P1_REPORT_SELECTION parameter in the homepage and the report_name column on the page of IR report. I would like to know how can I use expression so that home page report show only this report subtab.

    Do you understand the concept of the use of conditions to control the rendering and processing of base APEX?

    1. change each tab.

    2. go in the Conditions of the definition of the tab section.

    3. set the Status Type of point value / Expression 1 column = Expression 2.

    4. the value Expression 1 P1_REPORT_SELECTION.

    5. set 2 Expression of the value of P1_REPORT_SELECTION LOV for the tab.

  • 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

  • Identified a bug during IR CSV download Apex version 5.0.

    Hi Joel,

    Identified a bug during IR CSV download, Apex version 5.0.

    It produces duplicate records in the generated file.

    I ask the men who run this simulation, namely if occurs in other environments and Oracle can create a patch.

    This is a critical issue.

    I created applications with just a single page of IR-related themes

    42 5.0 compatibility mode

    Globalization

    Lang-pt-br

    Date DD-MM-YYYY

    DD-MM-YYYY HH24 timestamp

    DD-MM-YYYY HH24 TZR time zone timestamp

    The query that is used in the interactive report (no filter):

    Select * from TAB_TEST

    Environment:

    Apex 5.0

    Oracle 11g

    Oracle Linux 6

    Script:

    --------------------------------------------------------------------------

    CREATE table ("TAB_TEST"

    The "ID" NUMBER

    VARCHAR2 (200) "TEXT_A."

    VARCHAR2 (200) "TEXT_B."

    VARCHAR2 (200) "TEXT_C."

    NUMBER OF "NUM_A."

    NUMBER OF "NUM_B."

    DATE OF THE 'DATE_A ',.

    TIMESTAMP OF the "DTIME_A."

    primary key for constraint 'TAB_TEST_PK' ('ID')

    )

    /

    CREATE sequences "TAB_TEST_SEQ."

    /

    CREATE TRIGGER 'BI_TAB_TEST '.

    Before Insert on 'TAB_TEST.

    for each line

    Start

    If: NEW. ' ' ID ' is null then

    Select 'TAB_TEST_SEQ'.nextval in: NEW. "" Identity card "of sys.dual;

    end if;

    end;

    /

    Start

    for x in 1... 1000

    loop

    insert into values TAB_TEST (TEXT_A, TEXT_B, TEXT_C, NUM_A, NUM_B, DATE_A, DTIME_A)

    ("TEXT_A" | x, "TEXT_B" | x, 'TEXT_C': x, x * x 100, * 200, sysdate, systimestamp);

    end loop;

    commit;

    end;

    Hi Marcos,

    can you please provide your version of the database accurate. Using Oracle XE or 11 GR 1 matter?

    Concerning

    Patrick

    Member of the APEX development team

  • 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.

  • 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.

  • 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

  • APEX Version 4 brilliant but has some issues

    Hello.

    I use APEX version 4 and think it's a big improvement over version 3 which was still a good product. My problem is with the models. No. 12 is my favorite, but the login page does not appear correctly, the password field is always larger than the user field in Internet Explorer, Firefox is fine. Without another element of page beside it, it takes up a large part of the screen.

    In addition, when you select a text, as opposed to a text field box you get a different font. In fact you get also the different font sizes on the same page.

    Maybe it's my lack of knowledge on the CCS and models, but I think other people can also have problems in this area. Someone injured have problems with new models? Version 3 templates were very good.


    Kind regards

    Steve W

    Hi Steve,.

    For fields of text being of different sizes in Internet Explorer, the issue seems to be caused by the way Internet Explorer renders the password entry fields. In the HTML code, the user name and password entry fields have the same size (40).

    If you want to force Internet Explorer to use the same width for the username and password fields, you can add the CSS in your login page header:

    Now for the question of different fonts for text fields text boxes; the default text boxes use fixed-width fonts (and the police is set by default for e-mail). If you want to change this behavior and make the text boxes have the same font as the other text fields, you can add the CSS in your style sheet:

    TextArea {make: 12px/14px Arial, without serif! important ;}}

    I hope that these fixes will do for you! Please let me know if it worked, or if you have any additional questions! :)

    Lyna

  • Different APEX versions after upgrade 12 c

    Before upgrading to 12.1.0.1. to 12.1.0.2, APEX received 4.2.6.00.03.  After that upgrade of the APEX is 4.2.6.00.0.  Make the 4.2.6 Group of fixes to go back to 4.2.6.00.03?

    Hi Bething,

    Is it typo?  Are you saying the version are listed as: 4.2.6.00.0

    Joel

  • 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

  • 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.

  • Change the color of line in an interactive report in version 4.2 # Apex

    Hi team,

    I have done following things in my interactive report to reflect changes in color, but these changes do not appear. Could you please help where I'm missing.

    Apex Version 4.2 #.

    Theme-100 light blue

    1. to light under the screen if active_flag is "N", then the entire line, I would like to show in a different color.

    2. then create a dynamic action like this

    Name: Give the appropriate name

    Event: After refresh

    Selection type: region

    Region: select your region classic report

    Condition: No strings attached

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code

    $('td[headers="Active_Flag"]').each(function() {  
      if ( $(this).text() === 'N' ) {  
        $(this).closest('tr').find('td').css({"background-color":"#FFFF99"});
      } else if ( $(this).text() === 'Y' ) {  
        $(this).closest('tr').find('td').css({"background-color":"#EEA196"});
      } else {  
        $(this).closest('tr').find('td').css({"background-color":"#C6EA91"});
      }  
    });
    

    But it does not reflect anything, you can offer me if I wrong anywhere.

    Kind regards

    Sruthitamiri

    Sruthi Tamiri wrote:

    I have done following things in my interactive report to reflect changes in color, but these changes do not appear. Could you please help where I'm missing.

    Apex Version 4.2 #.

    Theme-100 light blue

    1. to light under the screen if active_flag is "N", then the entire line, I would like to show in a different color.

    2. then create a dynamic action like this

    Name: Give the appropriate name

    Event: After refresh

    Selection type: region

    Region: select your region classic report

    Condition: No strings attached

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code

    1. {$('td[headers="Active_Flag"]').each (function ()}
    2. If ($(this) () .text = ' don't) {}
    3. $(this) .find ('td').css({"background-color":"#FFFF99"});).closest('tr')
    4. } ElseIf ($(this) () .text = 'Y') {}
    5. $(this) .find ('td').css({"background-color":"#EEA196"});).closest('tr')
    6. } else {}
    7. $(this) .find ('td').css({"background-color":"#C6EA91"});).closest('tr')
    8. }
    9. });

    But it does not reflect anything, you can offer me if I wrong anywhere.

    Interactive report region that model is set to Model No.? If so, that means that is missing an ID attribute that is required to bind a dynamic action after refreshing the report. Use a region template that contains id="#REGION_STATIC_ID#" , as the region without buttons or title.

    The number of standard theme for the theme of blue light is 15. Have numbered it 100 would indicate that it has been customized, exported and re-imported. In an application updated through previous versions of APEX, it can actually be an older version of this theme earlier at APEX 4.x, when a number of models in legacy issues, missing this attribute altogether.

  • Help with Apex 4.2 and 6.2 Anychart full version

    Help!

    I'm working on Apex version 4.25.00.08

    We bought and installed the full licensed version of Anychart 6.2.0

    I can resolve the path very well through the browser to the full version license (which is an alias of our DBA as ac6)

    http://server:port/AC6/SWF/AnyChart.swf

    The same with the standard oracle install (which for some reason we have a path #IMAGE_PREFIX # slightly different from the norm, but again this works very well, I see the SWF file)

    http://server:port/sma_images/Flashchart/anychart_6/SWF/OracleAnyChart.swf

    So I think I'm all set in this regard.

    But I fight to point my Apex regions full version and would be really grateful for the help.

    This day-

    I took the Anychart xml sample and used it to create a region before as an anonymous block PLSQL process called get_p19data

    Loading - before regions / once per visit (default) Page

    declare

    l_xml varchar2 (32767).

    Start

    l_xml: =.

    ' <? XML version = "1.0" encoding = "UTF-8"? >

    < anychart >

    < graphics >

    < graphic plot_type = "CategorizedHorizontal" >

    < data >

    < name of series = 'Year 2003' type = 'bar' >

    < point name = "Department stores" y = "637166" / >

    < point name = "Discounters" y = "721630" / >

    < point name = "stores specialized mens / Womens" y = "148662" / >

    < point name = 'Juvenile specialty stores' y = "78662" / >

    < point name = "all the other exits" y = "90000" / >

    < / series >

    < / data >

    < chart_settings >

    < title >

    < text > sales of ACME Corp. < / text >

    < /title >

    < axes >

    < y_axis >

    < title >

    sales < text > < / text >

    < /title >

    < / y_axis >

    < x_axis >

    < labels alignment = "External" / >

    < title >

    Retail Channel < text > < / text >

    < /title >

    < / x_axis >

    < / axis >

    < / chart_settings >

    < / chart >

    < / charts >

    < / anychart >

    ';

    : P19_DATA1: = l_xml;

    end;

    Then I created a Page called P19_DATA1 element

    his hidden, protected value NO, Source used only when the current value in session state is null, Expression of Source of Type PLSQL

    I then created a chart called TESTXML1 area, removed the series and changed to XML part custom, in the removed and replaced with - custom xml part

    & P19_DATA1.

    Presents all the works and the graph makes it absolutely perfect, so my page process seems ok and is spewing some valid XML for anychart to return.

    I saw this forum last post

    https://community.Oracle.com/thread/2468200

    I thought I could use the same process above to generate XML, but change the path of the region / swf via dynamic action.

    So I copied the Javascript code in the post on the forum and changed to suit my name of the item page etc. I tried pointing to both the standard Anychart for Apex path and the path for

    our full licensed

    So I created a second graphic region called

    TESTXML2

    and added a dynamic action called TESTSWF

    change event

    Region selection type

    No Condition on the status

    Action to execute JavaScript Code

    Fires when the outcome of the event is set to TRUE

    Fire on the loading of the page

    Code

    table = new AnyChart('#IMAGE_PREFIX#flashchart/anychart_6/swf/OracleAnyChart.swf','#IMAGE_PREFIX#/flashchart/anychart_6/swf/Preloader.swf ');

    Chart.Width = 800;

    Chart.Height = 500;

    chart.setXMLFile (' #OWNER #.) GET_DASHBOARD_XML_PRC? p_param1 = Full');

    chart.setData ($v ('P19_DATA1')); Chart.Write ('chartDiv');

    Selection Type region

    TESTXML2 region

    But nothing makes chartwise, with the normal path of the Oracle, or the full path to the license version.  I just get a blank space. There is a component in this space Anychart flash (I can right click on it etc), but no graphic is displayed.

    Any ideas what I am doing wrong?

    Alternatively, if you have another way to achieve and can point me to an example that would be great. Unfortunately I keep finding old messages that might help, but

    the examples cited to look like to no longer exist.

    Thank you very much

    Neil

    Kiran, FYI, finally got it working, using this position and another one of your very useful answers

    How do the db oracle procedure in Anychart setXMLFile?

    So, if its useful to someone else, here's what I did.

    (Keep in mind that our path to the full version of anychart is an ac6 alias that is... 6.2.0.anychart/binaries/)

    Create a blank page.

    In the attributes of the homepage in FILEUrls

    /AC6/js/AnyChart.js

    I took the Anychart xml sample and used it to create a region before as an anonymous block PLSQL process called get_p19data

    Loading - before regions / once per visit (default) Page

    declare

    l_xml varchar2 (32767).

    Start

    l_xml: =.

    '

    <p class="reply"> <p class="reply"><text>Sales of ACME Corp.</text></p> <p class="reply">

    <p class="reply"> <p class="reply"><text>Sales</text></p> <p class="reply">

    <p class="reply"> <p class="reply"><text>Retail channel</text></p> <p class="reply">

    ';

    : P19_DATA1: = l_xml;

    end;

    Then I created a Page called P19_DATA1 element

    its value hidden, protected YES, current Source used only when value in session state is null, Expression of Source of Type PLSQL

    Then I created an HTML region called TESTXML, with the source of the region of

    Adds a dynamic action in the area called TESTSWF

    change event

    Region selection type

    No Condition on the status

    Action to execute JavaScript Code

    Fires when the outcome of the event is set to TRUE

    Fire on the loading of the page

    Code

    Table = new AnyChart ('/ ac6/swf/AnyChart.swf ',' / ac6/swf/Preloader.swf');

    Chart.Width = 800;

    Chart.Height = 500;

    Chart.setData ($v ('P19_DATA1'));

    Chart.Write ('chartDiv');

    Selection Type region

    Region TESTXML

    and she's displayed a chart using our special custom path to the full version of AnyChart

    Thanks again for your help.

  • Save before exit Skillbuilders (version 3.0.1 for APEX 4.0): problem with some element of list in the form Manager

    Hello

    I have a problem with the plugin save before exit that I downloaded from Skillbuilders. As I use Oracle APEX version 4.0.2 and Oracle 10 g r2 database; so I downloaded one that says "Save before release (version 3.0.1 for APEX 4.0)" skillbuilders and follow-up of their documentation to import the plugin and use it.

    My problem is that even if I do not make any changes to data in the form and go to another tab. the alert message always appears, and by the way, I have an element of list manager on my form and it gets highlighted. So, even if I make the changes or do not change; still, the alert message is displayed and highlights the element of list manager. I think maybe the problem is to have a crèche in the form list item. I have reproduced the same problem in my personal workspace. Here are the details.

    http://Apex.Oracle.com/pls/Apex/f?p=55129

    Details of the workspace

    Name of the workspace: raghu_workspace

    username: orton607

    password: orton123

    App # 55129

    Page: 2 - has the element of list manager.

    Page 3 - works fine without the element of list manager

    Please help with possible suggestions.

    Thank you

    Orton

    Orton,

    I have connected to the workspace you and added a replacement JS file that corrects this error.

    If please, give it a whirl and let me know if you find other problems with it.

    It is to the 3.0.2 version of the plugin and I do not know if this even fix will work for your local Apex version earlier.

    When you are ready to go to the APEX 4.0.2 Please contact me directly for assistance. In the meantime, I'll work on the creation of a patch for this kind of new downloads of the plugin will contain this change.

    Greg

    [email protected]

  • Where can I get documentation for an earlier version of the APEX?

    We currently use APEX version 3.0.1.00.08, where I can get documentation for this version of?

    I can't only to find documentation for version 3.2.

    Archive of the previous version

Maybe you are looking for

  • Low volume of C650 Satellite

    I had a Satellite C650 for a few years and the volume was still low on some youtube films.I turned in the control panel / its maximum amount, but still having trouble hearing, it is because it is incorrectly registered or failure with my soundcard? A

  • Where can I find touch pad drivers for Satellite A300?

    Where can I find drivers for Toshiba A300 Touchpad? Help, please.

  • Cannot add the Google account for iPad

    Hi guys,. Had an iPad since the beginning of January and I have tried since getting my Google account to sync on my Ipad, I want my Contacts and calendars. When I use the settings app to add it, it shows me the page where I choose "Mail", "calendars"

  • What to do if the Java doe not install

    I'm not able to install Java6 update 31 in Vista. I deleted all the old versions, cleaned the system, ran the scan and various controls. Nothing works. I also tried to do it manually and the system always send the message that it can not install and

  • Login questions/subscription not found

    Hi all.  While I'm charged for a monthly subscription, my account claims that I do not have.  It is not a question of connection problems.  I am at a loss as to who apply for the resolution!Help, please.  -Thank you, Maria