Can Apex 3.0 be installed on Oracle 9.2.0.1  on Windows ?

Can Apex 3.0 be installed on Oracle 9.2.0.1 on Windows ?

Application Express requires Oracle Database Server 9.2.0.3 or higher. The 3.0 doc erroneously says 9.2 where it should say 9.2.0.3. This has already been noted as something to be corrected.
Scott

Similar Messages

  • Can apex 4.2 be installed over Oracle XE10g DB?

    Hi All,
    I have to install Apex 4.2 over Oracle XE for reporting purposes. I got the APEX 4.2 downloadable from OTN. I followed the tutorial http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BABHHIJB. Now when i ran +@apxrtins SYSAUX SYSAUX TEMP /i/+ command and changed the admin password and tried to open the homepage of my DB and unlocked APEX_PUBLIC_USER account, it shown me that as blank. So i thought i need apex listener for this to open up. I installed apex Listener using java -jar apex.war command. Even now, i am getting a blank page over this, no error comes up over SQL PLUS for Apex Listener. I am not able to trouble shoot this .
    So after doing all this a question came to my mind can apex be installed over ORACLE XE? I have read a forum where it says yes you can install but i did not find anything relevant more than that.
    Please help.
    Thanks in advance.

    Hi Avi,
    I have to install Apex 4.2 over Oracle XE for reporting purposes. I got the APEX 4.2 downloadable from OTN. I followed the tutorial http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BABHHIJB.
    Why did you use the Installation Guide for APEX 4.1 when you are installing APEX 4.2?
    Now when i ran @apxrtins SYSAUX SYSAUX TEMP /i/ command So you just want a runtime installation?
    tried to open the homepage of my DB Which would that be?
    Note two things:
    1. The "database homepage" that ships with your XE is a special APEX application. This application will be lost as soon as you upgrade or reinstall APEX, because it has been "tailored" into the scenario XE using the APEX version that shipped with XE.
    2. A runtime installation does not have the web based GUI (workspace login, application builder, etc.). It's really just the APEX runtime for deploying your applications (through a SQL interface like SQL*Plus or SQL Developer). If you want more, you need a development environment (full install).
    A third aspect would be the question whether you've upgrade your APEX images to 4.2.
    So after doing all this a question came to my mind can apex be installed over ORACLE XE?Yes, as documented in the [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/pre_require.htm#BABFCFBC]Oracle Database Requirement section of the Installation Guide for 4.2, you can install APEX 4.2 on XE databases since 10.2 XE. I can assure you from personal experience that this actually works with and without APEX Listener.
    Side note: You need APEX Listener if you want to use certain features like RESTful Webservices built into APEX 4.2.
    -Udo

  • URGENT!Stuck while installing the Oracle apps 11.5.8 on Windows 2000 Server

    Hi All,
    I am installing the Oracle applications 11.5.8 on windows server 2000 using the rapid install 11.5.8.11(which was part of the cd pack).
    I am using the Windows CD Pack(which consists of 19 cds)
    To start with, it has passed all the pre install checks(including the utlity check, system check etc), every thing was succesful and then I started the installation.
    And then I started installing, I inserted 1 cd at a time. Every thing went smoothly until the 5 cd. While processing the 5th CD, it started spawning the dos session and was trying to connect to the created database. And it was not able to do so.
    I could see from the status bar that it was trying to run the scripts like adlicnse.sql, adclobtmp.sql ,adclobconv.sql
    and throwing the following message
    ora-01089: immediate shutdown in progress
    and was asking me to enter the user name . When I entered the username and password, it throws the message saying that
    "ora-01089: immediate shutdown in progress".
    After such unsuccesful attempts for each of the above mentioned file, I finally go the "Oracle Applications Rapid Install Wizard Alert"
    displaying the below message.
    Error code received when running external process.
    Check log file for details.
    Running Database Install Driver for PROD instance.
    and then with the "Retry" and "Abort" buttons. When I pressed the retry button,still get the same message. (And I did not find any log file to look for).
    Please let us know what are we supposed to do now and what is the exact reason why it is not able to connect to the database.
    I have not tampered with any of the files. This is a urgent requirement for us to install the oracle apps, please help us immediately and any help is widely appreciated.
    Thanks.

    your problem is not very unusual... I also faced the similar situation cpl of times when Oracle was not able to continue the installation coz the Immediate Shutdown was failed. Actually During the installation, Oracle mounts/opens the database and shuts it down many times and few times, Oracle is unable to shutdown cleanly as some process is hanging or not responding.
    Piece of advise is that always use staging area to install Apps as it takes long time on Win2K (anything between 4-12 hrs) to install it and CDROM Access is lot slower than HDD. Also, it will prompt u every time to insert tbe CD. All this hassle can be bypassed by using the staging area. Read the Installation help document on how to create it.
    For failure reasons, look in ur installation log file which is created in the default Temp folder usually C:\documents and settings\USERNAME\local settings\temp for WinXP or C:\winnt\documents and settings\USERNAME\local settings\temp for Win2K.
    post or email me at [email protected] or [email protected] for further help/details.

  • Can Apex 4.1.1 see non-Oracle tables across dblinks using gateway?

    OS: Windows7 64-bit
    APEX: APEX 4.1.1
    OracleXE: 11gR2
    Oracle ODBC Gateway: 11gR2
    Remote DB: Sybase Anywhere 10
    =====================
    When trying to develop an application (e.g. interactive report), APEX does not see tables from remote database even after public synoym is created in local OracleXE schema that current workspace points to?
    I can with no issues -- via APEX SQL Workshop -- run SQL that accesses the remote database tables through the dblink.
    Any suggestions?

    user601798 wrote:
    When trying to develop an application (e.g. interactive report), APEX does not see tables from remote database even after public synoym is created in local OracleXE schema that current workspace points to?
    I can with no issues -- via APEX SQL Workshop -- run SQL that accesses the remote database tables through the dblink.
    Any suggestions?Create a view on top of the synonym.
    Apex can work with the views. It does not work well with synonyms. But keep the synonym, since that makes your view indepentent of the name of the DB link.
    So the typical recommened structure would be:
    <pre>
    remote database table
    -> access via db link
    -> synonym on remote table
    -> View on Synonym
    -> Apex uses View (Wizards etc.)
    </pre>
    If using a non oracle DB you might come across problem with certain concepts like ROWIDs. Obviously cyou can't build a form depending on a rowid, when working with a non oracle database. It should work with a normal primary/unique key however.
    Edited by: Sven W. on Aug 15, 2012 12:46 PM

  • How can i remove jdk1.4 install in oracle unbreakable linux.

    I am able to comple java program in oracle unbreakable linux but not able to run program.this is simple hello world program there is no syntax problem .I am getting error:
    Exception in thread Main java.lang.class format error:unrecognised class file version and i also checked :=> #javac -version
    #jdk1.6_20
    #java -version
    #jadk1.4 (gnu support java)
    How can i unstall jdk1.4 gnu jdk/bin path and jdk 1.4 gnu java from with my system.
    Regards
    Prashansh Kumar

    From what I understand, the problem is that your classes are compiled for a later version of Java. I'm not sure at this point that uninstalling Java 1.4 is the right solution - it may break important system functions.
    I would rather try another approach first:
    # alternatives --config java
    -> select the java version you want as default.If you want to install java 1.6 you can try the following:
    # yum install java-1.6*
    or just the runtime package
    # yum install java-1.6.0-openjdk
    For example:
    # java -version
    java version "1.4.2"
    # yum install java-1.6.0-openjdk
    # alternatives --config java
    There are 2 programs which provide 'java'.
      Selection    Command
    + 1           /usr/lib/jvm/jre-1.4.2-gcj/bin/java
    *  2           /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java
    Enter to keep the current selection[+], or type selection number: 2
    # java -version
    java version "1.6.0"

  • I can't get ITunes to install. I get the message: Error 2 Windows. Not able to find Apple Application Support. Uninstall iTunes and reinstall.  I did that and still get the same message.  Thanks for your assistance.  I'm using a Dell Computer, Windows 8

    Can't get iTunes to install. When I download it, and go through installation, I get the message, Error 2, windows 2; can't find Apple Application Support, uninstall and reinstall iTunes.  When I do that I get the same message again. Thank you for your assistance.

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Can APEX be used to replace an Oracle Forms 4.5 Application?

    Hi,
    I have an old Oracle 4.5 application that I need to quickly rewrite since the old environment will be decommissioned real soon. It is using a 9i database that will be upgraded to 10g.
    The application consist mainly of about 14 forms and it is strictly data-entry only. I was thinking about using Oracle ADF or JAVA but it seems like quite alot of wrong and APEX looks like it could save me some work.
    Is there a download for the tool that I am missing. I did download the zip file apex_2.2.zip but I do not see a actual tool included. Sorry for asking this dumb question but do I need to have my DBA do something with this zip file or am I missing something.
    I checked and I see some SQL scripts, do these need to be run first to setup the tool. I looked at the demo presentation online and it looks like there is a tool in browser that I can use.
    Sorry for the dumb question, but thanks for the help

    Hello Mario,
    At the unzip location of apex_2.2.zip, you should go to the doc/install.22 directory. You'll find there a very detailed installation guide, which will tell you, and your DBA, everything you need to know about the installation and configuration actions you need to take, prior, during and post installation. This is a very important document, and you should follow it to the letter.
    BTW, you don't need to install any earlier version, from any companion CD, especially if your company already using OHS/IAS, as Jes mentioned. The Apex 2.2 version in your zip file is a full version, and you can install it directely. I'm guessing Farhan meant that it can be easier for inexperienced user to use the companion cd to install both the Oracle HTTP Server and Apex, but experience DBA can install each component separately, using the versions your company own/using.
    Regards,
    Arie.

  • Can APEX produce report output similar to "Oracle Discover report"

    Hi All:
    We are having some Oracle Discover reports and I like to see whether we can deliver the same report format in APEX 3.1.2.
    We got a table which stores sales detailed information. The table looks like:
    Division Ln Of Business Year Month Amount
    ================================
    KA Computer 2008 12 1234.67
    KA Computer 2008 11 4455
    KA Desk 2008 12 9999
    KE Phone 2008 12 34566.89
    KE Service 2008 12 343434
    We have an Oracle discover report built on top of this detail information table. The output (HTML format) looks like:
    ==============================================================
    Net Sales Report As of <SYSDATE>
    Year: 2008
    Month: 09
    Sales Forecast Variance
    Dvision Ln of Business
    KA Computer 10000 90000 -80000
    Desk 20000 10000 10000
    Service 30000 30000 0
    KE Phone 40000 40000 0
    Service 50000 60000 -10000
    150000 230000 -70000 (This is summary information)
    ================================================================
    Basically, this summary sales report is reviewed by executive team on daily basis. And it show all summary information break by division, line of business etc.
    Can you APEX deliver the same report output like Oracle discover report? I don't want use interactive report format. (You can't expect company CEO to manually summary the data). The report should already summarized when ECO logins to APEX.
    If you can show me an example how to do it, I would greatly appreciate.
    BTW, has anyone compare the advantage and disadvantage between APEX report and Oracle Discover report? A white paper would be great for the difference.
    Thanks in advance!
    Kevin

    You can create almost any kind of dashboard using apex but apex is not a tool comparable to discoverer. There are also some limitations where it doesn't make sense to try to solve someting using apex and where discoverer is simply better. Apex wasn't made to replace discoverer. Your requirement sounds fairly simple to me and I would say yes, apex can do that for you.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • I cant get the update to install on my computer how can i get it to install

    i cant get the update to install on my computer how can i get it to install?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Installation of Database Oracle 9.2.1.0 on Windows VISTA ULTIMATE version

    Dear All
    I am trying to install Database Oracle 9.2.1.0 on Windows VISTA ULTIMATE version, but its not installing and start showing error when start configuration of Listner etc etc
    Is there any wayout to install Database 9.2.1.0 on windows VISTA ULTIMATE version
    I appreciate your prompt response in this regard.
    Salman Haider

    dear
    I m still confused about ur answer.
    What i need to do ? can u describe step by step which is helpful for me to understand?
    Why I install VM on VISTA and How ? What will happen afer installation ?
    Syed Salman Haider

  • Can apex work without the oracle applications server? How?

    My question is just what the title says.
    Can apex work without the Oracle applications server?
    I've heard it needs a web server to work but not necessarly the oracle applications server.
    Is it true?
    With ONLY apache installed can apex work on top of it?
    Thanks
    Don't forget to assign points to those who help you! (Mark the thread Helpful/Correct)
    My Homepage
    Best Regards
    Edited by: Igor Carrasco on May 29, 2009 2:59 PM
    Edited by: Igor Carrasco on May 29, 2009 2:59 PM

    Hello,
    Take a look at the Installation Guide which covers all the different options you have (as there are a few variations) -
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/toc.htm
    but yes, in short you can have a configuration where there is no external webserver which uses the embedded PL/SQL gateway.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Can we install Oracle Database 10g 32 bit on Windows 2008 64bit

    Can we install Oracle Database 10g 32 bit on Windows 2008 64bit will there be any disadvantages, will all the features of Oracle database work ( Like Data Guard , OEM, Grid Control).
    Solution will be appriciated.

    Hi,
    If it is true can you please give me some reference doc, as per my knowledge installing Oracle Database 10g 32 bit on Windows 2008 64bit must be possible.
    Thanks & Redards

  • Can I use flash drive in Windows that install on Oracle VM Server

    Dear everyone,
    I install Windows server 2003 on Oracle VM Server x86. I can use .iso file by copy iso file to /OVS/iso_pools and add resource. But I want to use flash drive on Windows server 2003 that installed on Oracle VM. I don't know how to do or it can do. I want to plug flash drive in Oracle VM Server and can use it on Windows server 2003
    Thank you so much for advance
    Fujimaru

    It looks like you will not be able to use it without continually stopping and starting the guest and editing the vm.cfg file to add the physical device once it is mounted on the DOm0

  • Why can't re-install the Oracle 9i AS in the last intalled LINUX ??

    In my host , it is redhat 8 OS . In the last time , it has be installed the oracle 9i AS in the /opt/oracle/product/9.0.2 and I use the oracle-installer program to un-install pre-installing AS. Now , I want to re-install the AS to other $ORACLE_HOME directory , but the process of installing put the error message of following and I can’t re-install the AS:Install has detected an invalid Active EMD Home. Configured as /opt/oracle/product/9.0.2Passsible cause for this error may be a previous installaiton of oracle9i AS that ……I has deleted the /opt/oracle/product/9.0.2/* and /etc/ora* file , why has prompt the error message?Plesase get me a help for re-install the Oracle 9i AS. Very thinks for answer my question !!

    remove /etc/emtab

  • How can I connect the remote server which is installed with oracle

    Now my computer is in my home,in my computer there is installed with the oracle 9i client,the server is also installed with oracle 9i,which is in my company.Now I want to use sql*plus to connect the database of the server through the internet work.I have created one listener service name in my home computer,but can't test successfully and the sql*plus can't connect the database.Who can tell me how to do it?Thank you!

    Technical questions need to be addressed to one of the technical forums-- Products | Database | Database - General in this case.
    Unless you are VPN-ing in or the DBA's at your company have configured Oracle Connection Manager to allow you to connect through the firewall to the database, however, I doubt this will work. If they have configured Connection Manager, you'll have to ask them to provide you with connection information. 99.9% of the time, you do not want people to access a database via the internet.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • How can I turn mac mini into wifi access point for iPhone?

    Hi, I do not have a wifi router. I want my iPhone to be able to use my broadband internet instead of the slow EDGE internet. The simple solution would be to buy a wifi router whih would enable my iPhone to access the wifi home network. *What if I cou

  • Music in itunes music folder that doesn't show in tunes?

    I have downloaded music and put it in my itunes music folder, but it doesn't automatically show in itunes application until I double click the selected track whilst in the itunes music folder. Is it possible to have the itunes automatically display a

  • ITunes added extra time to a track

    iTunes added extra time to a track after transferring the song from my computer.  What do I do to to transfer the song correctly and remove the extra (several minutes) of dead air that iTunes added to the end of the track?

  • Subselect in update

    Hello, i want to write an sql-update statement where a field through a part of another field will be supplemented. example: update tabelle set targetDirectiory = ' export/home/VALUE_FROM_FIELD x' where blablabla This should work as a subselect ?but I

  • Oracle VM server RAM question

    I am running two vm servers both with 16GB of physical memory installed. When I go in to check the memory specs for the servers using "free -m" or "cat /proc/meminfo" it only show a total of 577MB of RAM. Now I know this can not be true because curre