10g XE (APEX 2.1) - APEX 3.1

I would like to upgrade the APEX from my 10g XE installation (version 2.1.0.00.39) to the new APEX 3.1. I already tried it but failed :/ So I reinstalled XE and would like to give it a new try ;)
I unzipped the apex_3.1.zip to c:\temp\apex
Following the installation guide I will do the following:
===
sqlplus /nolog
connect sys as sysdba
@apexins SYSAUX SYSAUX TEMP /i/
===
From what I've read in the installation guide, the upgrade process is completed after this step (-> chapter 4: "Post-installation Tasks").
Anything else I need to do?
Thanks!

Hi Stefan,
yes, there are a few more steps necessary:
http://www.oracle.com/technology/products/database/application_express/html/3.1_and_xe.html
, especially
2) loading the new images into the XML DB (apxldimg.sql)
and
3) changing the password for the ADMIN user (apxxepwd.sql)
Also, I would install the owa_util patch, it upgrades the toolkit to 10.1.2.0.6.
http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/pre_require.htm#BABGBJJD
(2.7 PL/SQL Web Toolkit)
After that you would also have to install APEX for your language, e.g. for German:
-- Frontend auf Deutsch installieren
set NLS_LANG=GERMAN_GERMANY.AL32UTF8
cd builder
cd de
sqlplus / as sysdba
ALTER SESSION SET CURRENT_SCHEMA = FLOWS_030100;
@load_de.sqlRegards,
~Dietmar.

Similar Messages

  • APEX Listener with APEX 3.0 on 11gR2

    Yes, I am crazy.
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.
    The APEX listener appears to be more than just a Java PL/SQL gateway.
    Is there a minimum version of APEX the APEX Listener supports?
    Interested in pointers!
    Rob

    Hi Rob,
    Yes, I am crazy.Why would that be? ;)
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.APEX 3.0 is supprted by EPG. See the [url http://docs.oracle.com/cd/B32472_01/doc/install.300/b32468/post_inst.htm#CHDBEJDA]APEX 3.0 Installation Guide for details.
    APEX Listener is capable of hosting APEX 3.0 as well, though APEX 3.0 wasn't supported anymore when APEX Listener was initially released. The current APEX release at that time was 4.0, so this would be the first version to be known as really stable, whereas you won't get any support for older releases anymore. From personal experience I know that there are now issues with APEX 3.1 and APEX Listener, so it'll probably also work with 3.0.
    Concerning your database release, the minimum for APEX Listener is 10.2.0.3, so you're definetly safe on that part, though I'd recommend to upgrade as regular support for 10.2 databases ended.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.This indicates that your APEX would actually be a 3.1 and you should update you images directory.
    The APEX listener appears to be more than just a Java PL/SQL gateway.It is, but this has nothing to do with your 3.1 JS files, if this is why you stated this.
    Is there a minimum version of APEX the APEX Listener supports?As mentioned above, 4.0 would be a safe approach, but 3.1 will definetly work, 3.0 probably will as well. I'd recommend you find out which APEX version is actually installed on your database before you consider any upgrade operations. Run the following query as privileged user:
    SELECT comp_name, version, status
      FROM dba_registry
    WHERE comp_id = 'APEX';-Udo

  • Apex Listener and Apex .3.2.1

    Does Apex Listener work with Apex 3.2.1? May be I missed it, I can't find any info in the document.

    Short question, short answer: It does.
    The documentation for the APEX Listener doesn't refer to any special APEX version. The fact that the APEX documents only name the APEX Listener from APEX 4.0 onwards is due to the APEX Listener not being available before that release.
    We have it running with APEX instances from 3.1 onwards, but I assume you could use it even for older versions.
    -Udo

  • Can I use my APEX application without APEX?

    Can I use my APEX application without APEX?
    Kostya

    Hi Kostya,
    Any chance you can elaborate a bit more on what you are trying to do? By definition, you cannot run an APEX application, outside of APEX, but it is only HTML and Javascript at the end of the day, with some clever logic behind it. No reason why you couldn't create your own HTML pages that perform similar tasks.
    Hope this helps,
    Cj

  • APEX vs. APEX studio

    My apologies, I am new to APEX.
    (1) Is there a difference in functionality between APEX studio and APEX? If so, any summary of differences is appreciated.
    (2) If different, will examples on OTN APEX Studio run in APEX 3.0 envrionment?
    Thanks,
    Barry

    Hi Barry,
    the OTN APEX Studio is an APEX application with the purpose to provide useful tips and tricks for APEX.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Apex 4: Upgrading Apex within Oracle XE

    Hi,
    This post is directed to Apex team .
    Is it possible that instructions to upgrade Apex to XE found from below link is updated to include step to upgrade OWA_UTIL ?
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    Regards,
    Jari

    Hi,
    i am using APEX 4 on apex.oraclecorp.com and was hoping to install XE and APEX 4 on my laptop for easier development purposes.
    I installed XE and the APEX 2.1 that comes with it login nicely and i can use it.
    I then tried to upgrade the APEX to APEX 4.
    Used the following steps for the upgrade
    1. sqlplus system/password as sysdba
    2. @apexins SYSAUX SYSAUX TEMP /i/
    3. @apxldimg.sql D:\util\oraclexe
    4. @apxxepwd.sql password
    I went back to the XE login page, it has the upgraded look and i tried to login but nothing happens!
    I tried changing the password again using @apxchpwd
    I then tried to login via http://localhost:8080/apex/apex_admin and the XE login page
    Did i do something wrong?
    Pls Advise and thanks in advance for any help.
    NOTE : found the error, i didnt use the correct image directory.
    Regards
    Kian Chye
    Edited by: Seow Kian Chye on Nov 1, 2010 6:14 PM

  • Deb Squeeze 32bit 10g XE install, but no APEX

    I have a Debian Squeeze system. I downloaded and installed the debian (stable) distribution of the Oracle 10g XE database from the Oracle download page (behind the archived versions tab). So, Oracle is running. But I can't access the homepage.
    I'm confused by several things:
    Is Tomcat required to run apex? -- "well known" port 8080 is the same port that the apex listener defaults to - Also the APEX listener supplied as a separate product from Oracle is a war file.
    Is the Oracle 10g XE, Homepage (accessed at http://localhost:8080/apex) the same as the apex_listener and apex engine found separately on the Oracle download page?
    (the engine is aka Oracle APEX standalone product currently on release 4.1
    the APEX listener is on version 1.1.3)
    There are no war files in the Linux, deb or rpm downloads for 10g, XE from Oracle. The DatabaseHomePage.sh script indicates that apex is war. Is it?
    I edited the script (as it appeared in the deb file) - it had a MS (Windows) variable in it:
    #!/bin/sh
    # DatabaseHomePage.sh - part of deb package.
    for i in firefox mozilla konqueror ; do
    if test -x "/usr/bin/$i"; then
    # /usr/bin/$i http://127.0.0.1:%httpport%/apex
    /usr/bin/$i http://127.0.0.1:8080/apex
    exit $?
    fi
    done
    Should there be something called apex in the deb download?
    thanks in advance.

    Hi Jari,
    Is it OK to have Tomcat installed and using port 8080 and have apex also being served on port 8080?
    I can connect from the command line to my localhost sid (XE), and I can also connect via sqldeveloper.
    So, I confident that the oracle for Debain (for 32 bit) systems from the Oracle website installs and works properly. What I can't get working is APEX.
    The listener port for XE was set to port 1523, so as to not interfer with another instance that on port 1521.
    The http port that I originally put sid XE on during installation (during the "oracle_xe configure" exercise) was 80. What I expected would happen would be that Oracle would put an apex.html file in my /var/www directory that would kick off apex, but there was nothing. Now I sort of understand that Oracle apex is part of the database, and it is an http connection from the db to the browser - I think !!??
    I guess it goes through Apache also?
    The way I think my Oracle instance is set up is to serve http via URL:"http:/localhost:80/apex" (I use Iceweasel). It doesn't work. Is there some way to check how my database (10.2 xe) thinks it is set up?
    What I ultimately after is getting apex working on my localhost.
    In the process I've installed the db, apex 4.0.2 standalone and listener 1.0.2 along with Tomcat 6. So, things are a bit muddled.
    Now I'm back to just tying to get EPG working with a browser.
    thanks
    Edited by: jarola on Oct 1, 2011 10:10 AM
    10G XE Database Home Page , is Apex.

  • APEX 3.1 "Apex Session Timeout"

    Hi all,
    I have been trying to find out how I can set a session to timeout in APEX 3.1 i.e. 30 minutes. I have reviewed Shared Components etc and haven't been able to find anything to control this timeout value. I am aware of the procedure SET_SESSION_MAX_IDLE_SECONDS but i am unable to find it in any of the wwv_* packages. Is it available in 3.1? If not, how can i set this value? Also, can the timeout value be set per application rather than globally?
    Thanks!

    Thanks for that (again). So it looks like I have 3 options:
    1)     Incorporate a JS timeout script
    2)     Build an APEX session package (api_apex_session.pck) that would handle this
    3)     Install APEX 3.2 where all this is supported
    What about the web server or cookie management...is there anything that could be used there?

  • Report Printing: APEX 4.01 - APEX Listener - WebLogic 10.3.3

    We have some report printing issues...
    Our configuration is APEX 4.01 using the APEX Listener with WebLogic 10.3.3.
    The first issue is that under "Print Attributes" the following is listed in red under "Printing":
    "Report printing is currently not available, there is no print server configured."
    The second one is that we need to print pdf format and I have not found a solution for doing this with the APEX Listener and WebLogic. I saw that the FOP solution for the APEX Listener didn't make it into the current release... Is there any way to do pdf type reports with the current APEX listener technology?
    The third issue is that in the demo app when running a report there is a "Error loading file:" type error with "FLOW_FLASH_CHART" and apex_util.flash as part of the url.
    Any help would be appreciated...
    Thanks!
    - Scott

    I deployed in WebLogic the fop.war that came with APEX 4.0.1 and it got rid of the error message, but when I tried to download a report as pdf, I got an error saying it was corrupted or invalid. I downloaded the file it produced and opened it in a text editor. It was a small html type file with the following URL:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    When I go to the URL that I think it should be going to based on what I put into Instance settings> Report Printing, I get:
    Compilation of JSP File '/apex_fop.jsp' failed:
    apex_fop.jsp:5:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.XMLDocument'%>
    ^------------------------------^
    apex_fop.jsp:6:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.XSLProcessor'%>
    ^-------------------------------^
    apex_fop.jsp:7:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.XSLStylesheet'%>
    ^--------------------------------^
    apex_fop.jsp:8:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.DOMParser'%>
    ^----------------------------^
    apex_fop.jsp:12:1: XMLDocument cannot be resolved to a type
    XMLDocument v_doc;
    ^--------^
    apex_fop.jsp:13:1: XSLStylesheet cannot be resolved to a type
    XSLStylesheet v_xsl = null;
    ^----------^
    apex_fop.jsp:15:1: DOMParser cannot be resolved to a type
    DOMParser parser = new DOMParser();
    ^------^
    apex_fop.jsp:15:28: DOMParser cannot be resolved to a type
    DOMParser parser = new DOMParser();
    ^------^
    apex_fop.jsp:16:1: XSLProcessor cannot be resolved to a type
    XSLProcessor processor = new XSLProcessor();
    ^---------^
    apex_fop.jsp:16:30: XSLProcessor cannot be resolved to a type
    XSLProcessor processor = new XSLProcessor();
    ^---------^
    apex_fop.jsp:21:13: XSLStylesheet cannot be resolved to a type
    v_xsl = new XSLStylesheet(new java.io.StringReader(request.getParamet

  • Image is not displayed in APEX Form with APEX utility Function

    Dear APEX experts,
    As i am new to the oracle apex development. I have just created the basic employee information form in which i upload the photograph of the employee. The photograph gets uploaded but it does not display properly. I have already referred the sample database application to display the image. Moreover, i have followed the same steps as it is used to display the product image in that application. Still i am unable to get result. I am getting following output:
    <img src="apex_util.get_blob_file?a=35682&s=101496289174102&p=15&d=10639237623242912156&i=10639236703270912154&p_pk1=21&p_pk2=&p_ck=FCA12832591A1C706D76FDD589E551A2" />
    Please help me seniors to solve this issue. How to display the image using this utility.

    mehpandya wrote:
    I have observed following HTML code after inspecting the two application.
    1.Sample Database application:
    In this application , the product image is uploaded and displayed correctly and following code is rendered in the HTML source.
    <span id="P6_IMAGE" class="display_only" ><img src="apex_util.get_blob_file?a=64703&s=134073736366663&p=6&d=25732916709090782422&i=25433760606377189086&p_pk1=1&p_pk2=&p_ck=7E23190CC0BFE98BBE4CCE2ADFBBEF26" /></span>
    2.Sample HRMS Application - Which i have created for learning.
    In this application , the employee photo is uploaded but it is not displayed correctly. Following is code is rendered in the HTML.
    "<span id="P15_EMPIMG" class="display_only" >&lt;img src="apex_util.get_blob_file?a=35682&amp;s=100541516379272&amp;p=15&amp;d=10639237623242912156&amp;i=10639236703270912154&amp;p_pk1=21&amp;p_pk2=&amp;p_ck=31A8328E0F5754D7CBD0FC0C6313B38A" /&gt;</span>"
    Hence , in my application the code is not rendered perfectly and syntax is not completed.
    following characters are rendered like this.: &lt , &quot , &gt , &amp.
    So, is this the reason of not displaying the image???Yes.
    To get a Display Item to render as HTML, in the item definition Security section set Escape special characters to No.
    For a report column, ensure the Display Text As report column attribute is Standard Report Column rather than the default Display as Text (escape special characters).
    Use a Display Image item and declarative BLOB support instead of this clunky manual method.
    Please read the FAQ and forum sticky threads (if you haven't done so already.
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    The APEX documentation is here.

  • APEX Advisor in APEX 4.0.2 with OHS didn't work

    We have a APEX 4.0.2.00.07 Installation on a Oracle 11gR1 with OHS.
    If i call the APEX Advisor i get following error:
    ORA-20999: ORA-01426: numeric overflow ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 481 ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 1784 ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 3416 ORA-06512: at line 74 ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 3806 ORA-06512: at line 28
    As far as i searched i only found some information about the old Advisor Plugin and problems with APEX Listener.
    Is there anybody who can tell me whats the problem?

    Problem is still present.
    Is there any know issue in version 4.0.2.00.07 which is similar to our problem? Otherwise we open a metalink call.

  • Upgrade to Apex 4.2 - apex.widget.tabular' is null or not an object

    After upgrading to Apex 4.2 the following error occurrs when loading a page that contains a Group Select List [Plug-in]:
    *'apex.widget.tabular' is null or not an object*
    The error message appears to be related to a Group Select List [Plug-in] item with the following assigned List of Values attributes(options):
    Display Null Value: Yes
    Null Display Value: -
    Null Return Value: NULL
    Note: The application requires a NULL option to be displayed in the list of values (display = '-', value = null). This works fine in Apex 4.1...
    Removing the above values does eliminate the error message. However entering any value into the Null Display Value and Null Return Value item attributes causes the error message to reappear.
    Is this a known Group Select List [Plug-in] issue/bug? Any ideas on how to work around this issue would be greatly appreciated.
    Thx

    Hi,
    http://apex.oracle.com/plugins contains an updated version of the Group Selectlist plug-in (v1.1) which should fix your problem. Just import it into your application and you should be done.
    Regards
    Patrick

  • APEX: Timestamp interval apex calendar

    Hi,
    I have a question about the Daily Calendar time interval.
    Is there a way to change the interval to say, 15 minutes from the default 1 Hour?
    Regards,
    Kenneth

    These may not be what you are looking for, but since what you want is a custom calendar-control, these might be close:
    http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/skillbuilders-schedule_27.html
    http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/timeentry_31.html
    These are plug-ins for APEX 4.0. If you need something different, maybe you could contact the writers of these and see if a simple tweak could produce the behavior you are looking for.

  • User Management by APEX Form? APEX 2.1

    Hello,
    is it possible to create a Form which can create APEX-Users for an Application?
    Thanks
    Peter
    Message was edited by:
    Klofisch

    @sspadafo
    You are right, I want to create a seperate Form for creating and administrating Users for an Application. The Sense is simple is just want to make the application so easy to use as possible.
    Actually i tried this
    http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/api.htm#BABCJCFI
    I copied the requierd Rows and tried to compile the Procedure, but with "APEX_UTIL.CREATE_USER " as Name and got the following Error-Message: Error: ORA-01435: Benutzer ist nicht vorhanden (user does not exist)
    create or replace
    PROCEDURE CREATE_USER
    ( p_user_name IN VARCHAR2
    , p_first_name IN VARCHAR2 DEFAULT NULL
    , p_user_id IN NUMBER DEFAULT NULL
    , p_last_name IN VARCHAR2 DEFAULT NULL
    , p_description IN VARCHAR2
    , p_web_password IN VARCHAR2
    ) AS
    BEGIN
      NULL;
    END CREATE_USER;Compilations succeeded, but the Form i created on this Procedure doenst do anything.

  • Oracle APEX 2 - ORACLEXE APEX 2.1

    Is there a way to get an application from standard Oracle 10.2 Apex v2 into Oracle XE Apex v2.1 ?
    Chris

    Use the application import wizard.
    Scott

Maybe you are looking for

  • How do I populate one dropdown list based on the selection in another dropdown list?

    I have one dropdown list that has 21 choices.  Depending on the selection of those 21 choices, I have another dropdown list that will select a different subset of choices from a pool of 96 choices.  How do I get this to happen?

  • Problem removing grid lines from prints in PhotoShop Elements 13

    I cannot remove faint grid lines from my prints in Photoshop Elements 13, even after I've turned off the grid overlay. How can I get these lines out? I'm desperate as I am writing a book and am stymied at this point. Help!

  • Invalid descriptor index error

    hai... i am having this error.. java.sql.SQLException:[Microsoft][ODBC Microsoft Access Driver]invalid descriptor index. I am doing RMI application..while i am trying to insert i got this error... here i paste my code....can anyone help me in finding

  • Retrieve tables and column names in a universe

    Hi - Is there a way to retrieve tables and columns used in a given universe? We have to do analysis and need to know the tables as well as fields used anywhere in any object defined in the universe. I tried Query Builder and did some selection on ci_

  • How to start a contour move from a non-zero position

    Hi, I am using a PXI 7344 motion controller under LabVIEW 8 to do a vector contour move. How can I start the contour from a non zero position ? I want to use absolute position mode. The test requires the x axis to move to a known distance and wait fo