Apex 2.2 install

Hi
I try to install a apex 2.2 on a Oracle 9.2 with Oracle Http on a win2K server.
I have follow the install guide, and add the lines to httpd.conf and the othere file (cant remember the name)
When I go to http://my_server:7778 i got a Oracle HTTP standard page. Nice the http work
When i go to http://my_server:7778/pls/apex
then I am redirected to http://my_server:7778/pls/apex/apex ?????
Some ideas? in the httpd error log there is no problems??
Best Regrads
Jesper Vels

Jesper,
I hate to state the obvious, but are you certain there is nothing recorded in your Apache error log? Can you confirm that the requests are being received and recorded in your Apache access log?
Does your browser "sit and spin", or does it immediately return a blank page? When you view the source of this blank page, is it entirely empty?
Joel

Similar Messages

  • Error while opening Apex on first install

    HI All
    I installed oracle 11g and configured apex on windows 7.
    While opening the admin page*"http://localhost:8070/apex/apex_admin"* I am facing a window which is asking for user_id and password.
    The prompt is "*_The server localhost requires a username and password*_".
    I tried with admin user and password. but it is not working . I also tried with os userid and password. Can anyone tell what user id and password I need to give here.
    Thanks
    Ridhi

    Thanks a lot for the quick responce.
    I unlocked the Account anonymous and APEX_PUBLIC_USER. Now I am not geting the window asking for password but I am not geting the login page for admin. It shows page can not be displayed.
    In Oracle 11g I think its not needed to install http server as there is "Embedded PL/SQL gateway" present. I don't have the http server installed. SO I dont have any conf entry. Is ther any such other files where I need to enter the COnfg for 11g.
    Thanks
    Edited by: user10610033 on Nov 4, 2009 3:15 PM

  • Apex 4.0 install note - watch out for PLSQL_OPTIMIZE_LEVEL 3 in 11g!

    Hi all,
    I just wanted to share a tidbit I found during installation Apex 4.0 on an 11.2.0.1.1 database on a slower computer...
    We had our PLSQL_OPTIMIZE_LEVEL set to 3 to enable code-inlining for PL/SQL objects - and this REALLY slowed down the apex installation big time. It was so slow I aborted the install, then restarted after setting it down to level 2.
    After setting it to level 2 - it really sped up and installed fine.
    I just wanted to share this in case others run into a hanging install like I did...
    I'm thinking that apexins.sql should be modified to "ALTER SESSION SET plsql_optimize_level = 2;" before proceeding - but before then - be sure to keep an eye out for this...
    Good luck!
    Edited by: Philbewan on Jun 24, 2010 6:14 PM

    Hi Phil,
    Thanks for posting this information.
    I've installed APEX 4.0 with optimization level 3 and code=type = native in an 11.2.0.1 database, and you're correct - it took a while. And I imagine on a "slower computer", this will take even longer. But I reason this is to be expected - you're asking the PL/SQL optimizing compiler to be most aggressive in its optimization against the PL/SQL objects of Application Express...and as you know, there is a lot of PL/SQL in Application Express.
    Also, the installation and compilation step is a one-time event. If you're looking for maximum performance for each and every page view (execution of the APEX engine for millions of page views), the extra cost of time associated with installation seems almost trivial, by comparison.
    I don't agree that apexins.sql should be modified to alter the PL/SQL optimization level. Customers have it set for a particular reason and the Application Express installer shouldn't override that.
    Regardless, I do believe your advice to be aware of this setting is worthwhile for the APEX community. Thanks for sharing this.
    Joel

  • How to Configure DAD runtime in Apex 4.0 installed with Oracle 11g r2

    hi All,
    i have intalled oracle 11g r2 and apex 4.0. i have created the workspace test1.
    i want to create runtime DAD so that the user can only view Runtime environemtn.
    in oracle 10g there was a way to install apache and change the Marvel.conf file and access multiplle DAD.
    how can i do this in 11g r2 and apex 4.0.
    please reply.
    Thanks.

    hey Udo,
    i have describe as following. how i am using in oracle 10g with companaion cd installed and apex 3.2.
    as following is marvel file which i am usin with 10g. what is the way to work with 11g and ape 4.0.
    i type in url http://localhost:7778/pls/apex for development in apex.
    in the same time user keep working with the application by using following URL
    i type in url http://localhost:7778/pls/MIS for user to access and do data entry.
    i use following in Morvel.conf file for this purpose.
    Alias /i/ D:/oracle/images/
    AddType text/xml xbl
    AddType text/x-component htc
    Development Mode
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    user end
    <Location /pls/MIS>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString localhost:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage f?P=100:101
    PlsqlDatabasePassword suhaib
    Allow from all
    </Location>
    Please reply. Thanks

  • Apex 3.2 install in oracle 11g database

    hi,
    how to install oracle apex 3.2 in oracle 11g database and any other tool have like oracle query browusr (need to build a query drag and drop).
    regards
    den

    Den
    Oracle 11g comes with apex. You should refer to the documentation at...
    [http://www.oracle.com/technology/products/database/application_express/index.html]
    to install it.
    Please don't keep reposting the same question regarding the replacement for query browser, just update your original thread if you need further information.
    Regards
    Ben

  • Can Apex 4 be installed on Oracle9i Enterprise Edition Release 9.2.0.8.0 -

    Hi,
    Just wondering if its possible to installe Apex 4 on Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    Thanks
    Aali
    Edited by: aali on 29-Jun-2010 03:14

    No. See requirements in Installation Guide:
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/pre_require.htm#BABFCFBC
    Thiis is not difficult.

  • Cannot connect to database after apex 2.2 install

    I have installed HTML DB from Companion CD Release 2 (10.2.0.1.0) and then i upgrade to apex 2.2. Apex is working, but when i try to connect my database form command line, i get:
    sqlplus SYS/pass as sysdbaSQL*Plus: Release 10.1.0.3.0 - Production on N Sie 13 20:23:41 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    sqplus works when i set ORACLE_SID, but my oracle applications don't.
    How repair that? My system is WinXP SP2.

    You need to check your listener and its settings.
    There are many ways to do this, so I recommend that you start by reading http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14196/network.htm#sthref173
    Apex can work without this, because it is entirely inside the database, and (I think) sqlplus can bypass the listener, particularly when connecting as sysdba.
    Without setting ORACLE_SID, you could have connected with
    sqlplus sys/pass@service as sysdba

  • Does ILM assistant need APEX to be installed?

    To be able to use ILM assistant against my development database, do I need to install APEX into the same database? If yes, then does this mean that I will need to install APEX in every database which I want to use with ILM assistant?
    Thanks

    Yes you will need to install APEX in each database where you want to run the ILM Assistant because the ILM Assistant is actually an APEX application.
    Lilian

  • APEX 4.0 install error - insert into wwv_flow_flash_map_regions

    Hi guys,
    just to let you know, I have just tried to install apex_4.0.zip into my local 11.2 instance on Windows7.
    I was hitting the following problem:
    insert into wwv_flow_flash_map_regions(id,file_id,region_id,region_name,centroid_x,centroid_y) values(223,9,'DNK-VBR','V
    iborg','9.06804513931274','56.6578197479248')
    FEHLER in Zeile 1:
    ORA-01722: Ungnltige Zahl
    After setting
    set NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252 before starting sqlplus and then running the apexins.sql script it worked fine.
    My NLS settings in the registry are as follows:
    NLS_LANG=GERMAN_GERMANY.WE8MSWIN1252
    Cheers,
    Dietmar.

    New files will be available between 11:30 - 12 PT that will fix this issue. Please download again after that time.
    -- Sharon

  • Tried to configure APEX in newly installed database 11.1 but failed.

    Hello,
    I have followed the steps in the Post Installation Tasks for APEX but I cannot access the Admin login page. I tried using the following URL: "http://localhost:8080/apex/apex_admin" but I get a "Page not Found" error.
    For the HTTP Server I chose the "embedded PL/SQL gateway" and NOT the "Oracle HTTP Server and mod_plsql." In other words, I followed only the steps pertaining to configuring the embedded PL/SQL gateway.
    Here is a summery of the steps that I took to configure APEX in database 11.1:
    1) Run apxconf.sql
    2) When prompted, set port to "8080" for the Oracle XML DB HTTP server.
    3) unlock the ANONYMOUS account
    4) Enabled the Oracle XML DB HTTP Server
    5) I skipped "Configuring Oracle HTTP Server in a New Installation."
    6) I skipped "Configuring Oracle HTTP Server Distributed with Oracle Database 11g."
    7) I skipped "Copying the Images Directory."
    8) I DID do "Enabling Network Services in Oracle Database 11g - Granting Connect Privileges" and successfully ran the script provided.
    9) I did not do "About Running Oracle Application Express in Other Languages."
    10) I did not do "Managing JOB_QUEUE_PROCESSES."
    11) I did not do "Obfuscating PlsqlDatabasePassword Parameter."
    12) I could not do this step "Logging In to Oracle Application Express."
    When I had previously upgraded APEX 2.0 to 3.0 using the XE database, I distinctly remember "Copying the Images Directory" and other HTTP Server setup related steps.
    Can I use the embeded PL/SQL Gateway on my laptop running windows XP or do I have to use Oracle HTTP Server and mod_plsql?
    Please let me know what I should do.
    Thank you in advance.
    Linda

    Linda:
    Make sure that the Oracle Listener configuration file has an entry similar to
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST = localhost )(PORT = 8080))
    (Presentation = HTTP)(Session = RAW)
    Varad

  • Installing one APEX for multiple databases servers.

    Hello, everyone.
    I'm new on this world of Oracle solutions, and I would like
    very much your help.
    Here in my company I have five database servers, and I want to install
    the Oracle Apex in a way that I only need access one webpage and have
    the possibility to edit all the database.
    For instance:
    Imagine that I have five machines and each one has a instance of one database.
    I would instal the Apex on each machine. But I would like to open the Apex on
    my browser only once, and have the capability to work with all databases.
    It would be like the Apex had a scrollbar and I could choose wich database to work.
    Is that possible? If it is, could be done with XML DB server? What is the best HTTP server to use in this case?
    Thanks for your attention.
    Sorry if I wasn't clear, I'm new and I'm learning.
    Regards, Leandro R. de Freitas.

    Hi,
    as you describe this, it is not possible. An Apex instance is installed in an Oracle instance and is as a result is tied very closely to that instance.
    That being said, it is still possible to access data in different database instances from a seperate database by the use of database links, though this is can be a little complicated and not always desirable from a performance point of view. Whether this is desirable in your instance depends on the architecture of your applications.
    For example, if your 5 different instances are part of one distributed application, it may be desirable to install Apex in one instance that may be termed the master instance and have it access data from the other instances via database links, which should already exist in a distributed application.
    On the other hand, if your applications are quite distinct, then I would see it as desirable to have seperate installations of Apex in each instance. This would enable different release cycles and versioning if required, lead towards better performance and avoid single point of failure. If you need a united front end to these applications then you could maybe create a gateway application on one of the Apex instances, though how you deal with sign on would depend on your architecture eg Single Sign on vs LDAP etc. You could simply create an HTML page somewhere on your intranet that points to these applications and then let each application deal with sign on.
    I hope this helps.
    Andre

  • Can install APEX in OAS Forms and Reports Services?

    Hi, I need to know: Can install APEX in OAS Forms & Reports?, thanks a lot....

    Hi,
    1. OAS Forms and Repors Services run on Oracle HTTP Server (OHS). You can use OHS to connect to Apex
    2. Apex is not installed in the OS, its installed inthe Oracle Database. In other words, you install is by connecting to sqlplus as sys as sysdba
    3. Install Apex in the instance that is holding the tables and views that are being used in the Oracle Forms/Reports.
    Hope that answers.
    Make sure you read the installation guide and follow it verbatim.
    Regards,

  • Unable to create a workspace after fresh install of APEX 3.2

    I cannot creat a workspace as described in the installation guide :
    "4.4.8 Create a Workspace and Add Oracle Application Express Users"
    I can see the logo using "http://127.0.0.1:8080/i/htmldb/apex_logo.gif", but not if I use the machine
    name instead of the "IP"
    When I go to "http://127.0.0.1:8080/apex/apex_admin"
    The concole line of IE7 dispaly "Error on page"

    Process with success:
    unzip the packet in: C:\APEX
    1. Install:
    @apexins SYSAUX SYSAUX TEMP /i/
    2. Change to password:
    @apxchpwd,
    3. Run apex_epg_config.sql
    On windows:
    @apex_epg_config.sql (page 30, the guide of intallation)
    Important:Replace SYSTEM_DRIVE:\TEMP by C:
    E.g.: @apex_epg_config C:
    After this, follow the next steps
    4. ALTER USER ANONYMOUS ACCOUNT UNLOCK;
    Finish! Just execute apxldimg.sql script if you is upgrading from a preview release.
    Now try the connect on the browser IE6 o later:
    http://localhost:8080/apex/apex_admin
    Then create your workspace.
    Edited by: [email protected] on 10/03/2009 11:59

  • Trying to install Apex 4.1 so i found apex 3.2 working

    Dears,
    I have database 11.2 and apex 3.2 installed after running apexins.sqll to install apex 4.1 and follow the steps to install apex 4.1 then when I’m trying to start working with apex 4.1 i found apex 3.2 not apex 4.1, so I don’t know what's wrong in my installation or how to work with apex 4.1

    Hi,
    Which web server are you using?
    I have database 11.2 and apex 3.2 installed after running apexins.sqll to install apex 4.1 and follow the steps to install apex 4.1 then when I’m trying to start working with apex 4.1 i found apex 3.2 not apex 4.1, so I don’t know what's wrong in my installation or how to work with apex 4.1Once instance of RDBMS can have only one version of Apex. If your upgrade went through without errors then you have 4.1 installed on that instance.
    So the possibilities are
    a. You upgraded one instance but your web server is pointing to another one that has 3.2 on it
    b. You thought you upgraded the instance you are currently access, but in really you upgraded some other instance.
    Run the following when connected as SYSDBA
    SQL> SELECT USERNAME FROM DBA_USERS WHERE USERNAME LIKE 'APEX%';Do you see a use APEX_040100 listed in the output?
    Cheers,

  • How to Install 11i on existing 10g and APEX setup

    Dear All,
    I am planning to install 11i EBS on my XP machine that already has oracle 10g and apex 3.2 installed. I am little worried that my lack on experience with EBS may end up me messing-up my existing database and setup. I am new to EBS but have good experience with Oracle database. I am looking for some pointers that will guide me to safer landing with 11i installation. Can you please advise what steps/precautions I need to consider before installing 11i on existing 10g database?
    Thanks
    Aali

    Hi ali;
    I am planning to install 11i EBS on my XP machine that already has oracle 10g and apex 3.2 installed. I am little worried that my lack on experience with EBS may end up me messing-up my existing database and setup. I am new to EBS but have good experience with Oracle database. I am looking for some pointers that will guide me to safer landing with 11i installation. Can you please advise what steps/precautions I need to consider before installing 11i on existing 10g database?I belive you can make this installation but i wonder your XP machine can run all those in same time? I suggest use Wmware or oracle Wm and make installation on it.
    Regard
    Helios

Maybe you are looking for