Application Express 2.2 Installation

Hello,
I just installed APEX 2.2. But, when I go to the Sample Application or any page and try to edit, I get a blank screen. When I checked the Apache.log, I found the following error. Did anyone come across this error ? How can I fix this ?
mod_plsql: /pls/htmldb/src= HTTP-400 Name "src=" has invalid character '0x3d' (hex-encoded)
Thanks
Naresh

Hi,
Oracle XE comes with EPG even it is 10g
This might help
http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
If you install was ok then you need just update images and set/reset Apex admin password
# Connect to SQL*Plus as SYS
# @APEX_HOME/apex/apxldimg.sql APEX_HOME
# @APEX_HOME/apex/apxxepwd.sql password
For the steps above, APEX_HOME is the directory where the Application Express software was unzipped.
Br,Jari
Edited by: jarola on Feb 27, 2010 11:49 AM

Similar Messages

  • How to disable password complexity rules at application express 4.2 installation?

    Please, provide me how to disable password complexity rules at application express 4.2 installation.
    Best Regards,
    Moustafa

    According to the manual you need to check "Configuring Password Protection" in Oracle Database Security Guide
    In the security guide http://docs.oracle.com/cd/B28359_01/network.111/b28531.pdf, section 3-9/p61, you'll see you need to alter the script UTLPWDMG.SQL. You''l find the script in ORA_HOME/rdbms/admin.
    You'll need to change the script to your own liking.

  • Application express installation is failed while running apxdevrm.sql scrip

    Hello Experts,
    i am new to Oracle Application express. My installation is failed while running the script (apxdevrm.sql).
    here is the command i ran as sysdba
    @apexins xxxxx apex apex temp /i/
    installation is exited with the following error :
    REPORT:SYS> prompt Set Application ID...
    Set Application ID...
    REPORT:SYS>
    REPORT:SYS> begin
    2
    3 -- SET APPLICATION ID
    4 wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,4411);
    5 wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
    6 null;
    7
    8 end;
    9 /
    REPORT:SYS>
    REPORT:SYS> --application/delete_application
    REPORT:SYS>
    REPORT:SYS> begin
    2
    3 -- Remove Application
    4 wwv_flow_api.remove_flow(nvl(wwv_flow_application_install.get_application_id,4411));
    5
    6 end;
    7 /
    begin
    ERROR at line 1:
    ORA-20001: API operation includes calls that are incompatible with the current runtime.
    ORA-06512: at "APEX_030200.WWV_FLOW_API", line 32
    ORA-06512: at "APEX_030200.WWV_FLOW_API", line 247
    ORA-06512: at line 4
    here is my database version :
    REPORT:SYS> select * from v$version;
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    OS version :
    cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.6 (Tikanga)
    any one had this issue in the past?
    your help is greatly appreciated.
    Edited by: 892564 on Oct 20, 2011 4:15 PM

    Hello experts,
    is there any best way to trouble shoot the error which i got?
    Thanks
    !# Pavan

  • Multiple Application Express Installs on one server

    What, if any, restrictions / caveats are there for installing multiple Application Express versions on a single server? We have Application Express 2.2 installed and wondering if we can install Application Express 3.0 also.
    With 2.2, we have FLOWS_020200, FLOWS_FILES, and APEX_PUBLIC_USER as database users. Version 3.0 will want to create FLOWS_030000, FLOWS_FILES, and APEX_PUBLIC_USER. Any problems with what I expect will be errors on "user already exists" for FLOWS_FILES and APEX_PUBLIC_USER?
    Thanks in advance.

    Hello,
    I'm really sorry but this is a typo on my part. It should be "You can't have two different APEX versions on the same instance."
    Does it mean that if we install ApEx v3 we will have only ApEx v3?Yes. This is exactly what it means. The installation script automatically detect previous installed APEX (or earlier HTML DB ) version, and upgrade it. You can end up with only one version per instance.
    Regards,
    Arie.

  • Successfull installation, But Cannot Launch Application Express 2.2

    Hi I have success fully installed the application express software, but however I could not launch the application express
    I have followed each and every step given in the installation documents.
    I have created the marvel.conf file with the following contents
    Alias /i/ "C:\Oracle\product\iasR2\Apache\Apache\images\"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString xxxx:1521:xxx ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword xxxxx
    Allow from all
    </Location>
    Modified the httpd.conf file and added the following
    include "C:\Oracle\product\iasR2\Apache\modplsql\conf\marvel.conf"
    When i try to start Oracle HTTP Server,
    I recieved this in my log, any suggestions what is wrong?
    Syntax error on line 11 of c:/oracle/product/iasr2/apache/modplsql/conf/marvel.conf:
    Invalid command 'PlsqlDocumentPath', perhaps mis-spelled or defined by a module not included in the server configuration
    Regards
    Tobias

    Tobias,
    Not sure if this will fix your problem, but I do not have the PlsqlDocumentPath defined in my marvel.conf file.
    I'm using 10g and Apex 2.2 on one machine, and Oracle Application Server on another machine.
    Try commenting the PlsqlDocumentPath line out and see what happens.
    Bill Ferguson

  • Application Express 3.2.1 post installation problem

    I upgraded Oracle database XE with Application Express 3.2.1
    The installation was succesfull. The logfiles contains the text: Thank you for installing ... etc
    The post installation tasks give me some problems. As I upgraded from Oracle Database XE, I am using the 10.g version. That is correct?
    That means I cannot use the embedded PL/SQL gateway, foir this works only with version 11g. So I must configer the Oracle HTTP server and mod_plsql. That is correct?
    After installation I am supposed to copy the image directory in the ORACLE_HTTPSERVER_HOME \Apache directory
    I have no idea where that directory is. A search on my C: drive returns no results.
    How can I find the ORACLE_HTTPSERVER_HOME \Apache directory?
    Any help is welcome
    Hans

    Hi,
    Oracle XE comes with EPG even it is 10g
    This might help
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
    If you install was ok then you need just update images and set/reset Apex admin password
    # Connect to SQL*Plus as SYS
    # @APEX_HOME/apex/apxldimg.sql APEX_HOME
    # @APEX_HOME/apex/apxxepwd.sql password
    For the steps above, APEX_HOME is the directory where the Application Express software was unzipped.
    Br,Jari
    Edited by: jarola on Feb 27, 2010 11:49 AM

  • Installation of Application Express fails

    Hello,
    i want to install application express from the companion CD from 10GR2.
    The installation of the DB went ok and the DB ist working and accessible.
    When i start the installer from the companian CD the DOS-Box appears,
    indicating that the universal installer should be startet. Then the box disappears
    and nothing else happens.
    In the taskmanager there is a javaw.exe for each attempt to start the installation.
    It seams that this javaw.exe hangs. I can kill that process.
    My system is a W2K server SP4 running on a P4 machine with 1GB RAM
    and 200GB HD.
    Does anyone know a solution for this problem?
    Thanks in advance
    Harry Maier

    HI,
    You can create a new tablespace and use this as the tablespace for the new installation. The upgrade that moves your existing apex objects (workspaces, applications etc) from the old install will still work because it will refer to existing db objects (tables etc) by their names independent of their storage characteristics, just like you would for any other database application.
    Andre

  • Installation of application express 3.0 and confusion regarding tablespaces

    Hi
    We are using the application express 2.0 till now.At the time of installation we used the tablespace sysaux to store the application express objects.Now we want to upgrade it to apex 3.0.I want to use a different tablespace apart from the sysaux.
    Can i go and create a new tablespace and store the application objects or shall i need to give the sysaux tablespace as previously it was the tablespace where the application express objects are defined.iF I go for the new tablespace will the application express will upgrade or will it create any problems
    i need your help in this
    Thanks

    HI,
    You can create a new tablespace and use this as the tablespace for the new installation. The upgrade that moves your existing apex objects (workspaces, applications etc) from the old install will still work because it will refer to existing db objects (tables etc) by their names independent of their storage characteristics, just like you would for any other database application.
    Andre

  • Application Express Installation Help

    Enter user-name: sys as sysdba
    Enter password:
    Connected to:
    Oracle Database 10g Release 10.2.0.1.0 - Production
    SQL> @apxremov
    ...Removing Application Express
    old 1: alter session set current_schema = &APPUN
    new 1: alter session set current_schema = FLOWS_030000
    Session altered.
    PL/SQL procedure successfully completed.
    Session altered.
    no rows selected
    PL/SQL procedure successfully completed.
    old 1: drop user &APPUN cascade
    new 1: drop user FLOWS_030000 cascade
    User dropped.
    old 2: if '&UPGRADE' = '1' then
    new 2: if '1' = '1' then
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    ...Application Express Removed
    Then I did this:
    SQL> @apexins admin apexapp apexfiles apextemp /i/
    VI. I N S T A L L F L O W S
    define "^" (hex 5e)
    ...design time flows
    APPLICATION 4411 - APEX - System Messages
    Set Credentials...
    Check Compatibility...
    WWV_FLOW_API.FLOWS_API_LAST_EXTENDED20070525
    WWV_FLOW_API.CURRENT_FLOWS_VERSION20070525
    WWV_FLOW_API.IMPORT_COMPATIBLE_WITH_VERSION 20070108
    WWV_FLOW_API.COMPATIBLE
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-02291: integrity constraint (FLOWS_030000.WWV_FLOWS_FK) violated - parent
    key not found
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 464
    ORA-06512: at line 3
    Disconnected from Oracle Database 10g Release 10.2.0.1.0 - Production
    Please help. I would really like to know how to get the installation going and move on with Development.
    Thank you,
    Rahul.

    Earl,
    Yes, the tail part of my log file was in OP. Here is the tail of the installation log.
    V. P E R F O R M F L O W G R A N T S
    ...Perform Application Migration Workshop Grants
    THESCRIPT
    flows_files_new2.sql
    Installing flows_files objects 2
    ...create flows_files
    ...trigger wwv_biu_flow_file_objects
    No errors.
    timing for: Grants
    Elapsed: 00:00:00.09
    VI. I N S T A L L F L O W S
    define "^" (hex 5e)
    FOO
    apxsqler.sql
    ...design time flows
    APPLICATION 4411 - APEX - System Messages
    Set Credentials...
    Check Compatibility...
    WWV_FLOW_API.FLOWS_API_LAST_EXTENDED20070525
    WWV_FLOW_API.CURRENT_FLOWS_VERSION20070525
    WWV_FLOW_API.IMPORT_COMPATIBLE_WITH_VERSION 20070108
    WWV_FLOW_API.COMPATIBLE
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-02291: integrity constraint (FLOWS_030000.WWV_FLOWS_FK) violated - parent
    key not found
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 464
    ORA-06512: at line 3

  • Regarding Installation of Application Express.

    Hi,
    Can you please answer this 2 questions for me .
    1. Can the Application Express (the new HTML DB) can be installed against 9i ?
    2. If we can install HTMLDB on 9i then 9i has an associated http server with it, Can we use this Http server or do we need to install it seperately?
    with regards,
    Dilip.

    Hi Dilip,
    1. Can the Application Express (the new HTML DB) can
    be installed against 9i ?Only the name changed, not the software ;). Same rules apply, minimum requirement is 9.2.0.3 (better to use at least 9.2.0.4).
    2. If we can install HTMLDB on 9i then 9i has an
    associated http server with it, Can we use this Http
    server or do we need to install it seperately?Sure, it even runs with a very old Oracle Application Server (1.0.2.2) that was used for Oracle Portal 3.0.9 ( http://download-uk.oracle.com/docs/cd/B19306_01/install.102/b16375/pre_require.htm#BABHIEAI )
    ~Dietmar.

  • Upgrading Application Express on Oracle XE (installed on Ubuntu 8.04)

    I'd installed on my laptop (OP is Ubuntu 8.04) Oracle XE and is wotking quite fine.
    But I really like to upgrade apex to last version (3.1.2). I read documentation but are not many information about how to upgrade.
    Daniel

    Thanks Arie,
    On whatever version of Windows I've updated without problems Application Express.
    I'm talking here about Ubuntu (a debian distribution of Linux).
    My problem is where to unzip apex, where to use sqlplus command prompt etc., because is different than Windows.
    If you don't have DBA rights on the account (user account other than root) you have errors in installation process and more.
    For example they say in doc...:0
    "To run the apxconf.sql configuration script:
    1. Change your working directory to ORACLE_BASE\ORACLE_HOME\apex or whatever convention used to indicate the Oracle home.
    2. Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
    * On Windows:
    SYSTEM_DRIVE:\ sqlplus /nolog
    SQL&gt; CONNECT SYS as SYSDBA
    Enter password: SYS_password
    * On UNIX and Linux:
    $ sqlplus /nolog
    SQL&gt; CONNECT SYS as SYSDBA
    Enter password: SYS_password".....
    When you install Oracle what version you need, OP (Linux) create a different user account for Oracle. Usually if you want to use your account like dba for oracle, you need to give to that account the proper rights.
    So, I need a installation rutine (for upgrading) for apex on Linux.

  • Need help on installing Oracle Application express 3.2

    Hi,
    I had downloaded Oracle 11g database and installed the personal edition.I got the Enterprise manager login page working and also the DBConsole
    I had Downloaded APEX 3.2 and wanted to install apex 3.2.I wanted to do the following scenario
    Scenario 3: Install from the Database and Configure the Embedded PL/SQL
    Gateway
    Planning to do these steps: ( I have few questions on these steps and are below each step)
    ■ Running the apxconf.sql Configuration Script
    Do I have to install Oracle Application express or is it already installed in 11g personal edition?
    Do I have to create a seperate database or schema for this step( I have only one instance orcl1) ?■ Verifying the Oracle XML DB HTTP Server Port
    Can I do this step in my current orcl1 instance,if so which user■ Enabling Oracle XML DB HTTP Server
    Once I carry out these steps, Can I access the admin page for apex with https://localhost:port/apex_admin ?
    Am I missing any other steps ?
    Thanks

    I have one idea..
    Try to install again:
    1) download and unzip apex_3.2 in $ORACLE_HOME
    You will have:
    $ORACLE_HOME/apex - old directory
    $ORACLE_HOME/apex_3.2 - new directory
    2) in command line go to $ORACLE_HOME/apex_3.2/apex
    run sqlplus "/as sysdba"
    in sqlplus run @apexins tablespace_apex tablespace_files tablespace_temp images
    Where:
    tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
    tablespace_files is the name of the tablespace for the Oracle Application Express files user.
    tablespace_temp is the name of the temporary tablespace.
    images is the virtual directory for Oracle Application Express images. To support future Oracle Application Express upgrades, define the virtual image directory as /i/.
    Example:
    @apexins SYSAUX SYSAUX TEMP /i/
    3) check installation log for errors
    4) in command line go to $ORACLE_HOME/apex_3.2/apex
    run sqlplus "/as sysdba"
    in sqlplus run @apxconf
    set admin password
    set port
    5) run @apxldimg.sql $ORACLE_HOME/apex_3.2
    6) check for running listener and try to login apex: http:\\host:port\apex\apex_admin
    Good luck!

  • Help with installing application express

    that´s my problem
    I install oracle application express in virtual machine and when I acces yo the web
    I got
    wwv_flow.app_not_found_footer_err
    please some helps .. only I know the version of the owa is not geater
    the version of APEX is 3.2
    and I was looking in other pages on internet and tells that i have to
    Confirm the PL/SQL Web Toolkit version is 10.1.2.0.6 or greater
    my version Web Toolkit version is 10.1.2.0.4 so I think could be the problem ,
    I all ready update the version but the problem is the same

    Hello,
    Did you already look in your log of the apex installation. Are you sure everything ran ok and you didn't have any errors?
    As far as I know it's or the owa package which is not correct or an incomplete install of APEX.
    Did you try to recompile the invalid objects already? @?/rdbms/admin/utlrp.sql
    If all of that doesn't work I would try to reinstall APEX.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • Application Express 3.0.1 Upgrade

    I am running Application Express 2.0.2.00.49 and the backend is Oracle 10.2.0.1.0
    on Linux 32bit and 64bit 9.3 Susie Servers. I want to upgrade to the new 3.0.1 Application Express and wonder what steps or tricks there might be waiting for me when I do this.
    Thanks,
    Tim

    Tim,
    Hopefully, there shouldn't be any tricks whatsoever. It should be as simple as a normal installation of Application Express, and your existing data (e.g., workspaces, applications) will be migrated forward.
    Like with any type of upgrade, if you have the opportunity, it's prudent to take a backup beforehand.
    Joel

  • Problem Accessing Application Express

    Hi All,
    I have installed Oracle 11g and Apex 3.2.
    After that I tried to access apex admin console using url: http://server:8080/apex/apex_admin
    If I try to open the page with IE and when used id : admin and its password is entered and pressed login, an error "Object expected, code 0" is generated.
    With Firefox I can see more detail error "doSubmit is not defined.
    Please help.
    Regards
    Rana

    Hey I'm having the same problem, but I may be a little confused.
    I had 11g installed with Apex 3.0 so I upgraded it to 3.2.1 by using the complete installation. So when the install guide says "Run apex_epg_config.sql passing the file system path to the base directory where the Oracle Application Express software was unzipped", I should point to the Oracle home location where my db is installed...right?
    Assuming this is correct, I ran the script but the apex/images folder is still missing the apex_..._.js files mentioned before. All the image files are there but when I try to login nothing happens. Are those js files supposed to be there? Any ideas?

Maybe you are looking for

  • Satellite S2410-504: What is the best battery?

    Hi All I am a complete noob to this but hope that someone can help me out. I have a Toshiba Satellite but I am not sure what model - it says on the back it is s2410-504. Anyways I have had it for about 3 years and I think the battery is kaput since i

  • How to get syntax errors in english rather than german

    How to see the errors in english instead of german on the same page...any navigations for that.... thanks

  • How to write a large amount of measured results with "write to spreadsheet " function in an Excel file?!

    I am going to measure more than 100,000 sampls and I have to write it in an document. I would like to use Excel to present it much more easier but the problem is here that excel can have just 60,000 samples. also using text file is not desired one. d

  • USB not working when phone is on

    Hello, I have a problem when using usb connector on my Z1C Charging using usb doesn't work when phone is on, but work when phone is off USB not detected in PC when phone is on (and not charging of course), but working well on fastboot and flashmode T

  • Exchange Rate from Exchange Rate Table

    Dear All, Is there any way to make the system to take the exchange rate from the Exchange Rate table and not from the base document when we are "Copy To" functionality instead of "Copy From"? I unchecked "Use Document Exchange Rate When Copying to Ta