APEX 3.1.2 Installation Problem

I am using Oracle 11G with inbuilt APEX 3.0. Recently i downloaded APEX 3.1.2 & try to install but whenever i execute the apexins.sql with parameter SYSAUX SYSAUX TEMP /i/script from sqlplus with sys user name after show the starting installation message & then automatically close the whole sqlplus window.
Please help to install APEX 3.1.2

Look at the log file that the installation script generates to see where your upgrade is failing. You should have a log file for each time you ran the apexins.sql script and it failed. Drop the user FLOWS_030100 (DROP user flows_030100 cascade;) before trying to re-run the apexins.sql script. The installation guide explains this.
Hope this helps,
Dan

Similar Messages

  • Please HELP - APEX installation problem

    Hi , someone can help me please to solve an installation problem of APEX ?
    On the same machine ( with 10.2.0 Database installed) I installed Apx 2.2.1 . I follow all the installation step , but when I try to connect on http://localhost:7777/pls/apex I have this error :
    "Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at localhost Port 7777"
    on the http server log I found this error : mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup for more information.
    here's my marvel.conf configuration :
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "c:\oracle\product\10.2.0\ohs\Apache\Apache\images"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword apexpwd
    PlsqlDatabaseConnectString localhost:1521:diana ServiceNameFormat
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage apex
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    On plsql.conf I already put this : # ============================================================================
    # Database Access Descriptors Settings Section
    # ============================================================================
    include C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf
    also on http.conf
    include "C:\oracle\product\10.2.0\ohs\Apache\modplsql\conf\marvel.conf"
    Can you help me pls to find the problem ?
    thank's all
    solo

    solo,
    I think your problem is simply that you're including the marvel.conf file too many times. You're now making it appear like the /pls/apex DAD is defined 2 or more times. And that would result in a misconfiguration error message.
    Joel

  • APEX 3.0.1 installation on Vista

    Dear Forum,
    I needed to work up an installation document for a tech support guy doing 12 installations for an APEX class I'm teaching. After many hours and many wrong turns, I finally got it to work. Thought I would provide it to the forum to help out others. I found many hints here that helped me. Beats the docs, that's for sure.
    Warren
    APEX 3.0.1 Installation Steps for Vista
    1.For downloads, go to http://oracle.com/technology. Get yourself and account and then go to database downloads
    2.Download the latest 10g release 2database file you can – 10.2.0.3 for Vista. Make sure you get the Standard Edition/Enterprise Edition, not the Express Edition. Unzip the files and start the installation via setup.exe in disk1. Install the Enterprise Edition, otherwise accept all the defaults. Call the database ORCL. Set the password for all users to be the same – oracle.
    3.Download the latest 10g companion CD file you can – 10.2.0.3 for Vista. It will go into a different ORACLE_HOME, just accept the defaults. Install the Apache server from the Companion diskette by choosing the third option – Companion Products and then Apache Standalone.
    4.Download and unzip the apex3.0.1.zip file into a directory called c:\apex_3.0.1. You can find the download link on the APEX home page - http://www.oracle.com/technology/products/database/application_express/index.html.
    5.Put an icon for SQL*Plus on your desktop. Right-click on it, go to properties and set its START IN directory to c:\apex_3.0.1\apex.
    6.Log in to SQL*Plus by typing /nolog in the username and clicking on OK.
    7.You should be at a SQL*Plus prompt. Type: CONNECT SYS/ORACLE AS SYSDBA and hit return. Should say CONNECTED.
    8.Confirm that the PL/SQL gateway is 10.1.2.0.6 (run this query: select owa_util.get_version from dual;). If not the correct version, run the owainst.sql script in the owa subdirectory in apex zip files by entering @c:\apex_3.0.1\apex\owa\owainst at the SQL prompt.
    9.Then run apexins.sql by entering @apexins oracle SYSAUX SYSAUX temp /i/ at the SQL prompt. This one will take a while.
    10.Copy the images directory from the apex unzip location to the ORACLE_HOME/Apache/Apache directory. This is the ORACLE_HOME for Apache HTTP Server, not for the database installation.
    11.Find the dads.conf file and bring it up in an editor. Should be located in the Apache server’s ORACLE_HOME/Apache/modplsql/conf directory.
    12.Add the following piece of code at the end of the dads.conf file (just copy and paste from here).
    Alias /i/ "C:\oracle\product\10.2.0\cp\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_mgr.process_download
    PlsqlDatabaseConnectString your_machine_name.com:1521:orcl
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword oracle
    Allow from all
    </Location>
    Make sure the path for the images is correct and get that / at the end.
    Substitute your machine name for your_machine_name.com. The port of 1521 should be OK and the database name should match the installation – ORCL.
    The password should be OK from your database installation as well.
    13.Start the http server from Program – etc.. Test that it is working by going to http://your_machine_name:7777. You should see the HTTP Server home page.
    14.Start APEX administration – http://your_machine_name:7777/pls/apex/apex_admin. Your username is ADMIN and your password is oracle.

    Joel,
    I think that is exactly the problem. When I am am trying to do an installation, I need an end-to-end discussion of the task for the OS and version I am installing on. In looking through the forum, you can see many examples of people trying to configure an embedded PL/SQL gateway on 10g, editing httpd.conf, dads,conf or marvel.conf for the wrong version. I realize their may be a dozen or more scenarios, but the most common (like installing the entire bit on a network disconnected Windows laptop) should be covered end-to-end.
    In addition the scenario of installing a 10g HTTP server from the companion CD is not covered.
    Finally, it is completely unclear that the little "/" is needed at the end when defining the /i/ alias. Looks like just part of a UNIX file convention. No Windows example.
    Warren

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine.
    I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy..
    The first screen says this....
    SunOS Secondary Boot version 3.00
    WARNING: ACPI Tables not in Reclaim Memory
    prom_panic: kmem_free block already free
    Entering boot debugger:
    [130ee5]:
    and when i hit enter and choose c (continue execution), the m/c hangs and asks me to push ctrl-alt-del to reboot..
    I don't know what the ACPI tables are .. and how i can fix this...
    Anyone who knows this... please help..
    Thanx a lot..

    I have heard about the ACPI that may be a Power Managemnet Tools or something, it always be found in Microsoft Window 2000 Device Manager, sorry I can't help you to solve the problems.....because I also have some installation problem on my Intel paltform @_@.

  • Installation Problem on iTunes 6.0.1.3 - HpSdpAppCoreApp

    Help!
    I'm trying to install the new iTunes 6.0 and I'm getting a message during installation that says
    HpSdpAppCoreApp
    "The feature you are trying to use in on a network resource that is unavailable.
    Click OK to try again, or enter an alternative pathway to a folder containing the installation package "HpSdpAppCoreApp.msi" in the box below."
    The last time I dug through some files on my own, bad things happened.
    Thanks,
    C

    good gracious, Chris ...
    okay, try applying the general advice on installation problems given here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and the InstallShield Tips and Pointers are also helpful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted.
    love, b

  • Installation problem on SUSE 12.1

    Hi
    I'm a Linux beginner and I am trying to install LV on SUSE 12.1
    I've also posted my problems on Lava:
    http://lavag.org/topic/15240-labview-installation-problem-on-suse-121/
    The installation started and it looks quite all right, but when I try to start LabVIEW, the application just sits in the taskbar for about 20 seconds and then just disappears.
     Any ideas?
    Is there a way to debug to see what's going on?
    Cheers,
    Mike
    Solved!
    Go to Solution.

    Hi Mike,
    Unfortunately, there are no versions of LabVIEW supported on SUSE 12.1 at present. Here's a link to LabVIEW version compatibility with different Linux distributions. I saw from your other forum that you're attempting to install LabVIEW 2009, which is certified for SUSE 11.0 at the latest. 
    Best,
    Dan N
    Applications Engineer
    National Instruments 

  • Installation Problem on Win8

    Hello all
    I need your help for troubleshooting an installation problem on a Win8 (x64) client. There is already JavaJRE installed, but we wanted to install some other versions, too. But it didn't work. So we tried to unistall to curently version. This was running badly. Now there entry is removed from windows software, but the software is still on the system. Always if we try to install any java, we get a failure message with no error discription. So we looked for some installation logs, but I can't find the problem. Can you have a look? What can I do?
    Thank you guys for your support.
    Installation Logs:
    java_install.log - Pastebin.com
    java_install_reg.log - Pastebin.com
    JavaDeployReg.log - Pastebin.com

    Hi people!
    I have two problems with nokia suite...
    first of all I can't install it at my windows 8.1, I receive the message attached...
    Second,
    in another notebook, all time I tried to update my N8 to Symbian bella I receive a blue screen of death, at windows 8
    can somebody help me?
    Attachments:
    mokiasuit.png ‏13 KB

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have
    install start at unzip tar.gz and tar -xf .... now i have run
    ./installFMS it show
    ./fmsini: error while loading shared libraries: libstdc++.so.5:
    cannot open shar
    ed object file: No such file or directory
    ERROR: Your are running the Macromedia Flash Media Server
    installer
    on the wrong platform.
    it not support for fedora or anything else?
    plz help....

    would be nice if someone responded to this.... Macromedia
    wouldn't have been this lax in giving a reply :) AND they keep up
    with OS updates too :)

  • Xp_logininfo Installation problem

    Hello gurus,
    I'm facing the same problem as described in this link:
    Re: xp_logininfo "Installation problem on windows 2003 with Sql 2005"
    the error I get is similiar:
    <i>The below message comes from executing the command master..xp_logininfo '<domain>\<user> ' Msg 15404, Level 16, State 11, Procedure xp_logininfo, Line 62 Could not obtain information about Windows NT group/user '<domain>\<user> ', error code 0x534. The statement has been terminated</i>
    but I just don't get how to solve it.
    -I've tried to use the profiler but didn't find any information that will help me to solve.
    -One of the guys wrote to add "logon rights" to the user ... what does it mean ?
    Please advice,
    Dimitry Haritonov

    Hi sven,
    Thank you very much for the quick and direct answer.
    The problem was that the user that runs the SQL SERVER service didn't have authorization to retrieve information from active directory.
    I've changed the service user, run the sapinst again, and after it succeeded I've returned the previous user.
    Best regards,
    Dimitry Haritonov

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

  • Lightroom 3.2 Installation Problem on Windows 7 64-bit

    Lightroom 3.2 Installation Problem on Windows 7 64-bit
    I can't install Lightroom 3.2 (German) on my computer (Windows 7 Professional 64-bit).
    While copying the extracted program files the following error message appears:
    An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    I found out that other users had the same problem, and couldn't find a solution.
    Perhaps it is a Microsoft .NET Framework related problem. But after installing .NET Framework 4 nothing changed.
    Thanks for ideas to solve the problem.

    Thanks for your advice, Mr. McLion.
    I downloaded the 3.4.1 version and started the installation as administrator. Unfortunately the same error message occured again.
    Then I tried to install the 32-bit version (although I prefer a 64-bit program on a 64-bit operating system). A similar error message appeared at the same point of installation progress, but with another combination of numbers and letters in brackets.

  • Installation problem for Java EE 5 SDK Update 2

    Hi ,
    I have jdk1.5.0_12 (J2SE) installed on my Windows XP. Now i am trying to install J2EE on my machine.I tried to install it twice but it comes to a halt after completing 45% at the same jar file. Following is the link which shows it comes to a halt.
    http://img141.imageshack.us/my.php?image=j2eeinstallhangupav8.png
    Also I wanted to know if I uninstall the J2SE and then install only J2EE will that be fine.Because I believe J2EE is a superset of J2SE ?
    Thanks in advance.

    For the difference between Java EE and Java SE read here:
    http://java.sun.com/javaee/5/docs/firstcup/doc/p3.html
    For the installation problem, I don�t know how to help you... maybe here you can find some ideas:
    http://forum.java.sun.com/thread.jspa?threadID=738559
    Andrea

  • PPStream installation problem on Windows 7

    I just recently install bootcamp and use bootcamp to install windows 7 pro. Everything seems fine until i download PPStream and install it. The installation process was smooth just like usual. However, when it finishes installing, it asked me if i wanna open the PPStream. and i said yes. guess what, nothing happened, then the PPStream icon on desktop is not a normal app icon, it's like a unknown file icon with the reflash arrow on the bottom right corner.
    I thought it might be the installation problem, then i went into Control Panel and uninstall the app, and reinstall PPStream, the same thing happened, and every time i click the PPStream icon on desktop, windows explorer stopped working. Anyone knows what's going on or got experience like this before? i will appreciate for any input. thanks

    很简单。你子安装的过程中。看一下安装的目录。默认是安装在苹果的系统盘里的。而这个盘是只读的。所以管理器会崩溃。只要改到c盘的目录就可以了。
    very easy, reinstall pps. when install pps directory change e : drive ---- to c: drive ... you area set to watch

  • Installation problem w/Vista

    Boot Camp/Vista installation problem
    MacBook 2GHz Intel Core 2 Duo, 2GB RAM, Snow Leopard 10.6.2.
    Trying to install Windows Vista Home Premium using Boot Camp.
    Started Boot Camp Installer and created 32GB partition. Inserted Vista disk as instructed and clicked on Start Installation.
    Black screen appeared looking like this:
    1.
    2.
    Select CD-ROM Boot Type: _
    That last underline was flashing, waiting for input.
    First off, I don't know what to type in, but . . .
    The keyboard appears to be disabled because no keystroke registers, nor Return/Enter. Even pressing caps lock or num lock fails to register a light on those keys.
    The only way out is to hold down the power key until shutdown, then restart with Eject key depressed to eject Vista disk.
    Any suggestions would be appreciated.

    Hi RebelGood,
    have a look here http://forums.macrumors.com/showthread.php?t=467704 for instructions/solution.
    Basically you have to make yourself a copy of your Vista disc using the files of that disc and a programm called oscdimg.exe plus a burning program.
    And it had to be done on a Windows PC or in virtualized Windows (using Parallels/Fusion/VirtualBox) on your Mac.
    Regards
    Stefan

  • Installation problems on Solaris 9

    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp/ttainst_1/ttapkg.15978/pkg>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

    from the diagnostic details:
    Architecture           spso0509
    Host           SunOS e220r 5.9 Generic_117171-17 sun4u sparc SUNW,Ultra-60
    Package           Tarantella Secure Global Desktop Enterprise Edition for
    SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Andrew
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Hangul
    Fonts (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Platform
    Identity Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Security
    Pack for SPARC Solaris 2.8+ (4.10.903)
    Package           Tarantella Secure Global Desktop Enterprise Edition Windows
    Connectivity Pack for SPARC Solaris 2.8+ (4.10.903)
    Bill Weir wrote:
    Gavin,
    Glad you're sorted. Can you confirm that it is 4.10.903 you are using
    (not 4.00.903)? I'm concerned if this installation problem is still
    present in the later version.
    Bill
    Gavin Westermann wrote on 31/08/2005 05:00:
    Bill - that seems to have done the trick! the installation is now running.
    Thanks so much for this.I am running a pair of Sun Ray 170's on my desk
    here at home mated to an E220R. I am hoping to use Tarantella to be able
    to access and run apps on a win3k server in the same rack.
    Gavin
    Bill Weir wrote:
    Gavin,
    This looks like a known problem with TTA 4.00.903 and some Solaris
    patches which were distributed at about the same time. However, you say
    you're using 4.10.903, and as far as I know the problem should be fixed
    in that version.
    You could try the workaround described in
    http://www.tarantella.com/documentation/sgd/ee/4.0/install.html - search
    for "tta_pkgadd" on that page and follow the instructions given there.
    Regards,
    Bill Weir, Sun Microsystems Inc.
    Gavin Westermann wrote on 30/08/2005 05:06:
    I am having issues installing the base software and can't seen to figure
    out how get past this. The error message from the installation log is as
    follows:
    Accept terms of Software License Agreement? [R] y
    pwd: cannot determine current directory!
    /tmp/installwnaWXF/checkinstallynaWXF: no home directory
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    Cleaning up temporary files...
    # cat /tmp/tta_inst.log
    **snip**
    Processing package instance <tta> from </tmp>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris 2.8+
    (SPARC) 4.10.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    ---> checkinstallynaWXF
    Any help from here would be appreciated.
    gavin

Maybe you are looking for

  • Safari will not open..it keeps saying it quit unexpectedly.. help!

    i keep clicking reopen and it keeps giving me the same error What should I do?

  • Runtime Error in Restorewiz.exe

    Hi - Can anyone offer a solution for the following error: Runtime Error! Program:c:\\Windows\SMINST\RESTOREWIZ.EXE The application has requested the Runtime to terminate in an unusual way. System crashed and I really need to recover my files but I ca

  • Applet does not start after Java 1.5 installation

    Hi, When I go to my webpage where I have an applet that requires Java 1.5..the browsers are prompting for Java installation (ActiveX component install on IE or Firefox plugin for JRE installation). But once the Java install completes the applet does

  • How to clean fingerprints off screen

    My kids keep touching my iMac's screen and getting it all greasy. The owner's manual says to clean it by dampening the cloth that came with the computer, but all that does is make it smudgy. Any suggestions?

  • SQL Developer 1.5.1, JDK 5 u16 + JDK 6 u7 + u10, & Insider 2.5 = FREEZE

    Just found an issue with Insider 2.5 in SQL Developer 1.5.1 while using JDK 5 u16, JDK 6 u7 or u10 on WinXP SP3: Insider freezes SQL Developer 1.5.1 completely. Console output is as follows: java.lang.NoSuchFieldError: INSTANCE         at elephant.in