Web Server Options for APEX Installation on Oracle Database 10g

Hi. We are installation a APEX on a test server that is running Oracle Database 10g 10.2.0.4.0. As I understand it there are two Web Server Options:
1) Oracle HTTP Server (Apache)
2) Oracle Application Express Listener
Do both of these work for Oracle Database 10g 10.2.0.4.0? I thought I remember reading somewhere that only the Oracle Application Express Listener would only work with database version 11 or higher.

Do both of these work for Oracle Database 10g 10.2.0.4.0?Yes.
I thought I remember reading somewhere that only the Oracle Application Express Listener would only work with database version 11 or higher. No, that restriction (with the exception of 10g XE) applies to the third web server option which you haven't mentioned: Embedded PL/SQL Gateway (EPG), as discussed in your previous thread: +{thread:id=2201975}+
System requirements for APEX Listener
{forum:id=858} forum

Similar Messages

  • Companion CD installation - getting Oracle Database 10g installation

    Hi everyone,
    I want to install the Oracle Companion CD (to use HTTP server and HTMLDB) on Solaris with Oracle Database 10g. I downloaded the companion CD and when running the installer I am getting "Welcome to the Oracle Database 10g Installation". I have already installed the database so my question is why the installer is asking me to install another database ? The documentation is explaining that the user would have the choice to select an HTTP server installation.
    Best regards,
    Othman

    Get the companion CD from the same place as the database. Start at http://otn.oracle.com, click on Downloads, and to to the Database download
    Get the step by step instructions from the documentation. Start at http://tahiti.oracle.com, go to the database documentation for the version you are using, click on the Books tab, search for "Companion CD Installation Guide for [your operating system]" or "Companion CD Quick Installation Guide for [your operating system]" and follow the steps.
    I strongly encourage you to install ONLY the HTTP server from the companion CD, and to install it into a separate ORACLE_HOME.
    After that, I suggest you use APEX instead of HTMLDB (APEX is the next generation of HTMLDB and is MUCH better.) To get that going, start at http://www.oracle.com/technology/products/database/application_express/index.html and look at "Documentation and Tutorials" for the installlation guide.

  • Difference in select for update of - in Oracle Database 10g and 11g

    Hi, I found out that Oracle Database 10g and 11g treat the following PL/SQL block differently (I am using scott schema for convenience):
    DECLARE
      v_ename bonus.ename%TYPE;
    BEGIN
      SELECT b.ename
        INTO v_ename
        FROM bonus b
        JOIN emp e ON b.ename = e.ename
        JOIN dept d ON d.deptno = e.deptno
       WHERE b.ename = 'Scott'
         FOR UPDATE OF b.ename;
    END;
    /While in 10g (10.2) this code ends successfully (well NO_DATA_FOUND exception is raised but that is expected), in 11g (11.2) it raises exception "column ambiguously defined". And that is definitely not expected. It seems like it does not take into account table alias because I found out that when I change the column in FOR UPDATE OF e.empno (also does not work) to e.mgr (which is unique) it starts working. So is this some error in 11g? Any thoughts?
    Edited by: Libor Nenadál on 29.4.2010 21:46
    It seems that my question was answered here - http://stackoverflow.com/questions/2736426/difference-in-select-for-update-of-in-oracle-database-10g-and-11g

    The behaviour seems like it really is a bug and can be avoided using non-ANSI syntax. (It makes me wonder why Oracle maintains two query languages while dumb me thinks that this is just a preprocessor matter and query engine could be the same).

  • Installation of Oracle Database 10g 10.2.0.3 on Windows 2003 Server

    Hi Guys,
    We have to install Oracle Database 10g 10.2.0.3 on Windows 2003.
    I read on net, metalink and OTN as well and it seems there is no single 10.2.0.3 setup available to do so.
    One has to upgrade from earlier version to 10.2.0.3.
    Is that so? Is this the only way?
    I mean if we want new and fresh 10.2.0.3 then don't we have installer for it?
    In this case we will have to install 10.1.0.2 and then upgrade? (we have 10.1.0.2 installable with us)
    And if at all that is the only path available then for 10.2.0.3 on Windows 32 bit - Patchset 5337014 i.e. p5337014_10203_WINNT.ZIP from metalink is the correct patch?
    Thanks in advance!
    Av.

    Hi guys,
    I donwloaded patchset - 5337014, and in its readme it is specified to download and install patch - 5601428.
    So I downloaded 5601428 and set ORACLE_HOME and then fired command -
    D:\oracle_pathces\5601428>optach apply
    and i got error saying -
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    Following is the command and its output,
    D:\Oracle_Patches\5601428>opatch apply
    "set PERL5LIB=D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\lib"
    "D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\bin\MSWin32-x86\perl.exe D:\oracle\pro
    duct\10.1.0\db_1\OPatch\opatch.pl ..."
    OPatch Version 1.0.0.0.48
    Perl Version 5.006001
    Oracle Home = D:\ORACLE\PRODUCT\10.1.0\DB_1
    Location of Oracle Inventory = D:\ORACLE\PRODUCT\10.1.0\DB_1\inventory
    Oracle Universal Installer shared library = D:\ORACLE\PRODUCT\10.1.0\DB_1\oui\li
    b\win32\oraInstaller.dll
    Path to Java = "D:\ORACLE\PRODUCT\10.1.0\DB_1\jdk\jre\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = D:\ORACLE\PRODUCT\10.1.0\DB_
    1\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    D:\oracle\product\10.1.0\db_1\OPatch\opatch.pl version: 1.0.0.0.48
    Copyright (c) 2001,2002,2003 Oracle Corporation. All Rights Reserved.
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    D:\Oracle_Patches\5601428>
    Probably thought that following is the culprit -
    Location of Oracle Inventory Pointer = N/A
    so fired -
    D:\Oracle_Patches\5601428>optach lsinventroy
    gave following output -
    D:\Oracle_Patches\5601428>opatch lsinventory
    "set PERL5LIB=D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\lib"
    "D:\ORACLE\PRODUCT\10.1.0\DB_1\perl\5.6.1\bin\MSWin32-x86\perl.exe D:\oracle\pro
    duct\10.1.0\db_1\OPatch\opatch.pl ..."
    Using ORACLE_HOME/oui to look up oui libs...
    Oracle Home = D:\ORACLE\PRODUCT\10.1.0\DB_1
    Location of Oracle Inventory = D:\ORACLE\PRODUCT\10.1.0\DB_1\inventory
    Oracle Universal Installer shared library = D:\ORACLE\PRODUCT\10.1.0\DB_1\oui\li
    b\win32\oraInstaller.dll
    Path to Java = "D:\ORACLE\PRODUCT\10.1.0\DB_1\jdk\jre\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = D:\ORACLE\PRODUCT\10.1.0\DB_
    1\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    Accessing inventory... This may take up to 300 seconds.
    (retry 10 times, delay 30 seconds each time)
    ""D:\ORACLE\PRODUCT\10.1.0\DB_1\jdk\jre\bin\java.exe" -classpath "D:\oracle\prod
    uct\10.1.0\db_1\oui\jlib\OraInstaller.jar;D:\oracle\product\10.1.0\db_1\oui\jlib
    \srvm.jar;D:\oracle\product\10.1.0\db_1\OPatch\jlib\opatch.jar;D:\oracle\product
    \10.1.0\db_1\oui\jlib\xmlparserv2.jar;D:\oracle\product\10.1.0\db_1\oui\jlib\sha
    re.jar;." -Dopatch.retry=10 -Dopatch.delay=30 opatch/LsInventory "D:\oracle\pr
    oduct\10.1.0\db_1\oui" "d:\oracle\product\10.1.0\db_1" opatch.pl 1.0.0.0.48 FALS
    E"
    Retrieving inventory.
    There is no Interim Patch
    D:\oracle\product\10.1.0\db_1\OPatch\opatch.pl version: 1.0.0.0.48
    Copyright (c) 2001,2002,2003 Oracle Corporation. All Rights Reserved.
    OPatch succeeded.
    So thought is my opatch the culprit? Its version as seen in above dump is - 1.0.0.0.48, so is that causing any problem? And if yes, then how to get it resolved?
    FYI: OS - Win2003, DB - 10.1.0.2.0
    Can any one help in this?
    Thanks!
    Av.

  • Installation error - Oracle Database 10g Express Edition

    Hi - I've just tried to install Oracle Database 10g Express Edition from the Oracle website and I'm getting this error.
    Error 1327 Invalid Drive: I:\ . I've googled the error but can't find much. It seems that the path is hardcoded into the msi installation package.
    Anyone else seen this issue before as I'm at a loss at what to do ?
    I'm wondering do I have to create an I:\ drive on my machine but that seems a little unusual
    Hope someone can help
    Cheers.

    This problem may occur if you have used the Disk Administrator utility included in Microsoft Windows to change the drive letter of the hard disk that the operating system is installed on, for example, the C drive.
    The problem occurs because the Oracle Universal Installer uses registry keys to determine the locations of certain folders that are required to install Oracle. If the drive letter of the hard disk that contains the operating system has been changed, the registry keys refer to nonexistent folders and Setup fails.
    To correct this problem, use the Windows Disk Administrator program to restore the drive letter of the hard disk to its original value:
    1. Click Start, point to Programs, point to Administrative Tools, and click Disk Administrator.
    2. Right-click the drive whose letter you want to change. On the shortcut menu, click Assign Drive Letter.
    3. Select the correct drive letter from the list and click OK.
    If you are prompted to quit the Disk Administrator or to restart your computer, do so. Once the computer has restarted, attempt to install again.

  • Error in Silent Installation of Oracle Database 10g R2

    Hi All,
    I want to install oracle DB10gR2 through silent installation(through command) and got the following error druing the prerequesties checks...
    Anyone can pl. let me know how to ignore tis error or continue with this installation as we normally do in GUI instllation.
    chk d below log for silent installation ...
    =================================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=32. Failed <<<<
    Checking for semmni=128; found semmni=128. Passed
    Checking for shmmax=536870912; found shmmax=33554432. Failed <<<<
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=52371. Failed <<<<
    Checking for VERSION=2.4.21; found VERSION=2.4.21-4.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=32768 - 61000. Failed <<<<
    Checking for rmem_default=262144; found rmem_default=65535. Failed <<<<
    Checking for rmem_max=262144; found rmem_max=65535. Failed <<<<
    Checking for wmem_default=262144; found wmem_default=65535. Failed <<<<
    Checking for wmem_max=262144; found wmem_max=65535. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    =======================================================================
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.2-95.3
    Check complete. The overall result of this check is: Failed <<<<
    Performing check for TotalMemory
    ===============================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 496MB
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The system does not have sufficient physical memory to perform the install.
    Recommendation: Increase the amount of physical memory available to your system before continuing with the installation.
    ===============================================================

    Hi Pierre,
    thats fine that I should nt contuinue the installation if the prerequisties isnt match
    but my question is "if we are doing the same installation in GUI based then we have to select that failed components and verify it again, i.e. I select that failed component and retry it (that the same thing done by me) and its working perfectly..." and my installation is successfully completed with any errors.
    So, how can I do the same thing through command line, IF I want to retry for the failed components?
    FYI ...Log for kernel parameters, RPM and Memory...
    ==========================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=100. Passed
    Checking for semmni=128; found semmni=128. Passed
    Checking for shmmax=536870912; found shmmax=536870912. Passed
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=65536. Passed
    Checking for VERSION=2.4.21; found VERSION=2.4.21-4.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000. Passed
    Checking for rmem_default=262144; found rmem_default=262144. Passed
    Checking for rmem_max=262144; found rmem_max=262144. Passed
    Checking for wmem_default=262144; found wmem_default=262144. Passed
    Checking for wmem_max=262144; found wmem_max=262144. Passed
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =====================================================
    2) also the GLIBC is already higher version with me..then why it shown me as fail
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.2-95.3
    Check complete. The overall result of this check is: Failed <<<<
    =====================================================
    3) Memory error
    Performing check for TotalMemory
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 496MB
    Check complete. The overall result of this check is: Failed <<<<

  • Need step by step installation of oracle database 10g on mac os x (10.5)

    Does anybody know step by step installation of Database 10g on mac os x?
    Thanks

    First you download Oracle 10.1.0.3: The only supported database version.
    Then you beg Apple to send you a copy of Panther 10.3.6: The only supported operating system version.
    Then, if you are familiar with FreeBSD and/or Mac OSX, you should have it up and running in a day or so.
    If you are thinking you can do this with 10gR2 or above on Tiger or Leopard you might want to consider that dropping a brick on your foot is faster and will generally produce the same sensation.

  • Printer Server configuration for APEX 3.1.2 in 10g XE

    I have APEX3.1.2 installed in 10g XE and I am going thorough the OTN tutorial "[Oracle Application Express 3.0-- Building a Functional Application"|http://www.oracle.com/technology/obe/apex/obe30/apexdev30.htm#l7] in the section "Editing Application Objects".
    When I click "Print Attribute" of a page region, it displayed "{color:#ff0000}Report printing is currently not available, there is no print server configured{color}".
    Can you tell me what this means and how to resolve it. All I have is APEX3.1.2 installed in 10gXE.
    I have searched this forum and it seems that I have to install/configure a printer server?
    Thanks!
    Kevin

    Dan,
    I have the same problem as Kevin.
    Your answer to his question can be very helpful. But if I follow the link you provide, I cant find the step 5.2.
    Step 5.1 is clear. But what are the tasks of step 5.2?
    I hope that you can tell me this.
    Thank you.
    Carlos

  • Sun One App Server - Oracle Database 10g

    Hi to all:
    I�m developing a web application that uses an Oracle 10g database and a I want to use Sun One Application Server 7, the problem that I have is when I have been deployed the war file into the server and acces to my application, specifically when I try to acces a JSP that extracts data from database, I don't see anything of the information that I need, that's not the problem, the problem is that in the server console appear a message indicating that an SQLException occour and the message is "No suitable driver".
    I test my methods before deploy the war file and the connection and data extraction are correct, I don't know if the version of the JDBC driver for the connection to Oracle Database 10g is incompatible or if it's impossible to use Sun One App Server 7 with a connection with Oracle 10g.
    I tried with other web servers like Tomcat 5.0 and Sun Application Server 9 and the connection it's perfect.
    Could somebody give some ideas or orientation please?????, im student, all help will be appreciated, thanks!!!

    Rahul,
    Yes there is an Enterprise Edition in the works. It will address the load balancing and fail over needs for deployments. More details are available here: http://wwws.sun.com/software/products/appsrvr_ee/home_appsrvr_ee.html
    We will also be releasing more information in the October and November.
    Cheers,
    Stefan Bolka
    Product Line Manager
    Sun ONE Application Server Enterprise Edition

  • Iz0-048 exam Oracle Database 10g- R2- RAC for Administrators

    Hi All,
    I have completed Oracle 10g DBA OCP and Oracle 11g DBA OCP and now would like to appear for - iz0-048 exam Oracle Database 10g- R2- RAC for Administrators exam.
    Hope I meet the pre-requisites to appear for iz0-048 exam Oracle Database 10g- R2- RAC for Administrators exam.
    Could anyone who has cleared the exam please share how and from where I could practice some Q & A to appear for the exam.
    I know that self test software site is not having Practice tests for iz0-048 exam Oracle Database 10g- R2- RAC for Administrators exam yet.
    Thank You for your time in this regard.
    Any valuable suggestion is welcome!
    Kind Regards,

    Hi
    You should consult that
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=176&p_canguid_id=racadmin_10g
    please be informed that you should wisely your practical exam preparation tools.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_048#4
    http://www.certguard.com/
    Hope this helps.
    I wrote a resume based on the exams requirements and topics ... with the oracle manuals.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_048#3
    Do that it will help you to get prepared.

  • No Web server maintained for the presentation of log. system

    Hi Banu/All,
    I got the following error message while executing jump target to R/3 Transaction ME2N.
    <i>Messages:
    No Web server maintained for the presentation of log. system DDVR3110
    Jump target cannot be executed
    An error occurred with the report to report interface during the jump</i>
    Banu, I have gone through the following link which u have given in the previous queries, but can u please tell me how to install ITS for the target system? or how to know/whom to ask regarding the ITS installation? is it BASIS People?
    http://help.sap.com/saphelp_nw04/helpdata/en/61/b8c63ce4b79679e10000000a114084/content.htm
    Apart from ITS, what other settings have to be done in this kind of scenarios?
    Can U please eloborate on this topic, please?
    Thanks & Regards...
    Ganesh
    Message was edited by:
            Ganesh

    Hello Ganesh,
    Did you have the chance to solve it?.
    I have the same issue.
    Thanks in advance.
    Facundo Romero.

  • Oracle Database 10g(10.2.0.1.0) for Windows server 2008 SP1

    Hi,
    I would like to install Oracle database 10g on Windows server 2008 SP1. What is the supported version ?
    As I go through certification matrix on Oracle support, 10.2.0.5.0 is supported on Windows Server 2008, however I can I install it directly.
    Any help in this regard is highly appreciated.
    Thanks

    TheExplorer wrote:
    Thanks srini for your reply.
    Currently, we are running a lower version of database i.e 10.2.0.1.0 on windows server 2003. I need to migrate theses servers into virtual environment running Windows server 2008 64 bit.
    The document you referred applies to MS Windows 32 bit. However, I see that Oracle Database and Oracle Database Client 10g Release 2 (10.2.0.5) for Windows x64 are supported on Windows Server 2008 R2 x64.http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#CHDFHIEA
    From where, can we download the older versions of Oracle database as it is not available on OTN (The version of Oracle Database you are looking for is no longer available on OTN. Please visit any of the following links for current release information).
    Looking ahead for the right direction
    Thanks
    You have to open a service request at My Oracle Support.

  • Query jump: No Web server maintained for the presentation of log. system

    Hello,
    I have created a query jump in the RSBBS transaction to go in R/3 through a Bex Query. When i choose the jump in the query anayzer I have the error message:
    <b>No Web server maintained for the presentation of log. system.</b>
    Do you have ever had this message? what is the solution? why do my bex anayzer use a web interface to connect in R/3?
    Thanks a lot!
    Julien

    Hi Arun,
    Yes,  the AIE 300 SYSTEM is R/3 system.  If you think this could be a basis problem please let me know and if you can a step by step solution or something to bring to the basis. 
    Thanks,
    Diego

  • Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g???  And which one to install first developer suite or database????

    Hello everyone,
    I have install windows XP in my existing windows 7 64 bit system using virtualization software. I have allocated 1024 MB of RAM to XP virtual windows.
    Now, M trying to install oracle developer suite 10g and oracle database 11 in the XP windows.
    IS 1GB ram is enough for the installation of oracle developer suite 10g and database 11g???
    And which one to install first developer suite or database????
    Thanks in advance.

    you should check (before installing) requeriments from documentation.
    Oracle Developer Suite Installation Guide 10g (10.1.2.0.2) for Solaris, Windows and Linux x86
    Table 4 Memory Requirements for Oracle Developer Suite Components
    Component
    Memory
    Oracle10g JDeveloper (including Oracle Business Intelligence Beans, and UIX and Bali subcomponents)
    Minimum: 256 MB
    Recommended: 512 MB
    Oracle Reports Developer
    Minimum: 128 MB
    Recommended: 256 MB
    Oracle Forms Developer
    Minimum: 128 MB
    Recommended: 256 MB
    I usually install first database and later DS, I never tried first DS and later database.

  • Checklist needed for clean installation of oracle 9i in windows

    checklist needed for clean installation of oracle 9i in windows..does anyone have it..??
    thanks a lot in advance

    Duplicated post at --> checklist needed for clean installation of oracle 9i in windows

Maybe you are looking for