Upgrade APEX 4 CentOS 5.5

I'm trying to update my Oracle XE APEX(2.1) to APEX 4.I'm running CentOS.
I'm connecting to the server via putty. I'm connected to the server as oracle user.
I've followed the installation tutorial, and everything goes well untill i need to run:
"@apexins SYSAUX SYSAUX TEMP /i/ "
It shows error: ORA-01034: ORACLE not available.
I've done: "startup;" and i think it's started since if i run this command again it says:
"ORA-44410: XE edition single instance violation error"
I think my variables are fine:
PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin:/usr/kerberos/sbin:...
ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server
ORACLE_SID=asdb
Thank you very much!
Kind Regards,
Cearnau Dan

Please can someone pop over to this post and comment if relevant?
No - when you post in a forum you need to provide ALL of the infomation needed to help you. You can certainly reference other posts as needed but it is not appropriate to ask forum readers to read another thread to even find out what the issue is.
If your thread is appropriate for the APEX forum then mark this current thread ANSWERED. If you want to continue in this new thread then mark the one in the APEX forum ANSWERED.
I am an APEX developer using the Virtualbox 12c VM for development and prototyping.
Recently, I upgraded APEX to the latest release and have a non APEX related issue to do with 12c (I think) and the DB now in restricted mode.
A DB trigger does not seem to unrestrict this but I can do it manually which I do not wish to do each time the server is restarted.
You should NOT be using a trigger to do that to begin with.
A DB does not normally open in restricted mode so you should not normally need to force it to open normally.
If your PDB is already open in restricted mode then shut it down normally. If there are no errors then a standard open should open it normally. That standard open would normally be executed when connected to the root container (the CDB) or by an AFTER STARTUP trigger that executes in the root container.

Similar Messages

  • Problem upgrading Apex 2.1 to 3.2.1 in Oracle Database 10g Express Edition

    G'Day Apex gurus,
    I installed Oracle Database 10g Express edition in my Windows XP PC which comes with Apex 2.1 with no problems. Then I wanted to upgrade Apex 2.1 to 3.2.1 (Currently Apex download in OTN) following the document below:
    http://www.oracle.com/technology/products/database/application_express/html/3.1_and_xe.html
    I went to the steps:
    @apexins SYSAUX SYSAUX TEMP /i/
    Then to change the password for the admin account run apxchpwd.sql and when prompted enter a password for the ADMIN account.
    @apxchpwd
    with not problems
    Then I connected to SQL*Plus as SYS by:
    sqlplus /nolog
    CONNECT SYS as SYSDBA
    Enter password: xxxxxxxxxxx
    but when I tried to run:
    @APEX_HOME/apex/apxldimg.sql APEX_HOME
    where APEX_HOME is Apex3.2.1 in my case
    SQL> @Apex3.2.1/apex/apxldimg.sql Apex3.2.1 (I get the messages below)
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'Apex3.2.1/apex/images'
    Directory created.
    declare
    *+
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.17
    Directory dropped.
    Can anyone help me in how to trouble shout this?
    I tried to continue by following the steps document
    @APEX_HOME/apex/apxxepwd.sql password
    (where password is the password of the Application Express internal ADMIN account)
    but when I tried to login in:
    http://localhost:8080/apex/f?p=4550:1
    when I type the credentials
    system
    system
    systempassword
    nothing happens
    or even If I try:
    http://localhost:8080/apex/f?p=4550:10
    admin
    adminpassword
    nothing happens here too.
    I appreciate any help
    Kind regards
    Carlos

    My database version is 10.2.0.1.0 Oracle express.
    Operating system is Windows Vista.
    I started installing using the following commands.
    @ C:\temp\apex\apexins.sql
    it prompts me for the values of sysaux sysaux temp and c:\temp\apex\images\
    If I supply the value for images the sqlplus window closes after scrolling a lot of info.
    Enroute it also prompts me for a value for 9:
    I don't know what the input shall be.
    Then it again stops at enter value for version:
    I used 3.2.1.0
    The window scrols a while and closes.
    later I changed the password and ran the command.
    @c:\temp\apex\apxldimg.sql c:\temp
    but no success with installation.
    the output is as following.
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Nov 27 18:13:43 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect system/sairam as sysdba;
    Connected.
    SQL> @ c:\temp\apex\apxchpwd
    Enter a value below for the password for the Application Express ADMIN user.
    Enter a password for the ADMIN user []
    Session altered.
    ...changing password for ADMIN
    wwv_flow_security.g_security_group_id := 10;
    ERROR at line 3:
    ORA-06550: line 3, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 3, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 5, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 8, column 23:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 7, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 13, column 32:
    PLS-00364: loop index variable 'C1' use is invalid
    ORA-06550: line 12, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 19, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 19, column 5:
    PL/SQL: Statement ignored
    Commit complete.
    SQL> @c:\temp\apex\apxldimg.sql c:\temp
    PL/SQL procedure successfully completed.
    Directory created.
    if wwv_flow_utilities.db_version_is_at_least('11') then
    ERROR at line 32:
    ORA-06550: line 32, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 32, column 3:
    PL/SQL: Statement ignored
    PL/SQL procedure successfully completed.
    if wwv_flow_utilities.db_version_is_at_least('11') then --11g only
    ERROR at line 16:
    ORA-06550: line 16, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 16, column 3:
    PL/SQL: Statement ignored
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.32
    Directory dropped.
    SQL>
    Does this require XE 11 or anything else.
    This will happen even if I supply as following(closing of sqlplus in the begining).
    @ C:\temp\apex\apexins.sql sysaux sysaux temp c:\temp\apex\images\
    Any help.

  • Problems met when upgrading APEX within Oracle XE to APEX 4.0

    Hi,
    When I tried to upgrade APEX within Oracle XE to APEX4.0, I met problems.
    Here's how I did (I'm on windows 7):
    1. Downloaded the latest oracle xe database (based on 10.2.0.1)
    2. Installed it by running the setup.exe. The installation was success. And I can login to the database.
    3. Downloaded latest application express (4.0)
    4. Unzipped it into d:\
    *5. Run sqlplus as sysdba, and run the install script: '@d:\apex\apexins.sql SYSAUX SYSAUX TEMP /i/'*
    When doing this step, the sqlplus window closed quickly. I'm not sure whether this step is success as I can not find the log file in 'd:\apex' folder*
    *6. I continued to run sqlplus as sysdba again, and run the load images script: '@d:\apex\apxldimg.sql d:\'*
    When doing this step, some error messages in sqlplus window, saying:*
    SQL> @D:\apex\apxldimg.sql D:\
    PL/SQL procedure successfully completed.
    old   1: create directory APEX_IMAGES as '&1/apex/images'
    new   1: create directory APEX_IMAGES as 'D:\/apex/images'
    Directory created.
    if wwv_flow_utilities.db_version_is_at_least('11') then
    *+
    ERROR at line 32:
    ORA-06550: line 32, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 32, column 3:
    PL/SQL: Statement ignored
    PL/SQL procedure successfully completed.
    if wwv_flow_utilities.db_version_is_at_least('11') then --11g onl
    *+
    ERROR at line 15:
    ORA-06550: line 15, column 25:
    PLS-00302: component 'DB_VERSION_IS_AT_LEAST' must be declared
    ORA-06550: line 15, column 3:
    PL/SQL: Statement ignored
    Commit complete.
    timing for: Load Images
    Elapsed: 00:00:00.29
    Directory dropped.
    SQL>
    *7. Then I kept on running the change password script: '@d:\apex\@apxchpwd.sql'*
    When doing this step, some error messages in sqlplus window, saying:*
    SQL> @D:\apex\apxchpwd.sql
    Enter a value below for the password for the Application Express ADMIN user.
    Enter a password for the ADMIN user              []
    ERROR:
    ORA-01435: user does not exist
    +...changing password for ADMIN+
    wwv_flow_security.g_security_group_id := 10;
    *+
    ERROR at line 3:
    ORA-06550: line 3, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 3, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_USER' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 5, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 8, column 23:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 7, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 13, column 32:
    PLS-00364: loop index variable 'C1' use is invalid
    ORA-06550: line 12, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 19, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_IMPORT_IN_PROGRESS' must be declared
    ORA-06550: line 19, column 5:
    PL/SQL: Statement ignored
    Could anybody help me on this problem ? Thanks a lot.

    Hi,
    I assume your install did fail.
    As you can not find log file I assume it is something relating folder permissions.
    I do not know folder these permissions work in Windows.
    But try give everybody read/write permission to your d:\apex.
    Then try again
    Regards,
    Jari
    Edited by: jarola on Mar 11, 2011 3:58 PM
    And change your working directory to d:\apex before you run scripts.
    Then you can run just
    @apexins SYSAUX SYSAUX TEMP /i/And see this guide
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html

  • Problems with charts after upgrading APEX from 3.2 to 4.1

    After upgrading apex from 3.2 to 4.1 the combination stacked bar/Stepline charts no longer works. Any help would be appreciated.
    Thanks.

    Hi "904055",
    I believe the reason your chart is no longer working is because you are attempting to generate a chart type that is not covered by our AnyChart Flash charts license i.e. Stepline charts are not one of our support chart types. We only support the chart types exposed via the Application Express UI i.e. the chart types listed in the Create wizards. If you wish to create other AnyChart chart types, you will need to contact AnyChart directly, in order to obtain a separate license and swf file.
    If you believe that your chart is only using chart types covered by our license, but are still experiencing issues, then please place a testcase on apex.oracle.com, post some login credentials, and I'd be happy to take a look.
    Regards,
    Hilary

  • Upgrading APEX from 3.2 to 4.0 images and buttons not displaying correctly

    Database 11.2.0.1
    APEX: 3.2.1
    Attemping to upgrade APEX from 3.2 to 4.0. The installation script runs fine and updates the database successfully. I run the .sql to import the images and it ran successfully however when I attempt to access the APEX home page, the images are not loaded and the buttons don't do anything. I did some research through google but did not come to anything that resolved my issue. Does anyone have any ideas?
    Thanks for your time...

    If you are using mod_plsql, you need to run @apxldimg.sql script with SYS user file present with Apex installation. Also provide the location of your apex folder as parameter to this script.
    Habib

  • How to upgrade APEX to 3.2 in Oracle 10g XE

    I installed the Oracle XE on my PC and it works fine for me. Now I want to upgrade APEX to version 3.2. After download the zip file online and unzip it, the file couldn't be run in Sql*Plus with error message "can't open file apexin.sql". My guess is I didn't change my working directory to the APEX fold which contains the unzipped files. But I have no idea how to do it?
    So any help or suggestion?
    Thanks!

    "can't open file apexin.sql" Is that a typo ? Correct name is apexins.sql.
    My guess is I didn't change my working directory to the APEX fold which contains the unzipped files. But I have no idea how to do it?Did you read the documentation ?

  • How to upgrade Apex 2.2 to Apex 3.1

    Dear all
    please Mention the Procedure for Upgrading Apex 2.2 to Apex 3.1
    I am using Apex 2.2 , Oracle 10g on Windows 2000 Server
    thanks Alot
    Edited by: khaja on Jan 18, 2009 11:09 AM

    Hi All,
    I am seeing a problem with the upgrade from 2.2 to 3.1. After the upgrade (with apexins.sql) I still see the following synonyms in PUBLIC:
    SQL> select synonym_name, table_name
    2 from dba_synonyms
    3 where owner='PUBLIC' and table_owner='FLOWS_020200';
    SYNONYM_NAME TABLE_NAME
    WWV_FLOW_LIST_OF_VALUES_DATA WWV_FLOW_LIST_OF_VALUES_DATA
    WWV_FLOW_LISTS_OF_VALUES$ WWV_FLOW_LISTS_OF_VALUES$
    WWV_FLOW_GENERIC WWV_FLOW_GENERIC
    WWV_FLOW_FIELD_TEMPLATES WWV_FLOW_FIELD_TEMPLATES
    APPLICATION_AUTHENTICATION APPLICATION_AUTHENTICATION
    WWV_CREATE_FORUM_DEMO_SCRIPT WWV_CREATE_FORUM_DEMO_SCRIPT
    WWV_FLOW_LOOKUP_TABLES WWV_FLOW_LOOKUP_TABLES
    WWV_FLOW_WEB_SERVICES WWV_FLOW_WEB_SERVICES
    WWV_FLOW_REWRITE_QUERY WWV_FLOW_REWRITE_QUERY
    9 rows selected.
    The user flows_020200 still exists with over 2000 objects.
    How can I drop this user FLOWS_020200 without causing any problems?
    Regards,

  • How to upgrade Apex 2.1 to 3.2.1

    I installed Oracle Database 10g Express edition in my Windows XP PC which comes with Apex 2.1 with no problems. Then I wanted to upgrade Apex 2.1 to 3.2.1
    plz tell me step by step i m new with this
    Edited by: user13342245 on Jan 6, 2011 11:36 PM

    You can find a complete installation guide here:
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/overview.htm#i46634
    Upgrading from a previous Apex installation:
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/overview.htm#CEGEFBFI
    Regards,
    Tuur

  • How to Upgrade apex 4.1.1 to 4.2 step by step ..

    Dear All
    good day
    step by step to upgrade apex to 4.2 without  any problems
    *1)-- download last version on : http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html*
    *2)-- unzip file to same directory where old apex directory on my computer was C:\ will ask you if you replace click yes to all .*
    *3)-- go to run > cmd > cd c:\ {change directory to drive where apex folder . then > cd apex will be like this C:\apex*
    *4)-- C:\apex splplus and press enter , must insert this >>*
    *5)-- username: sys as sysdba   and press enter must insert passward for Xe example : orcl this when istall application express edition 11g >*
    *6) SQL>@apexins.sql sysaux sysaux temp /i/  and press enter .*
    *7) Now wait for one hour and 7 mints to finsh.*
    *8)-- Now exit from black monitor (DOS) and open run > cmd > and change directory to C:\apex*
    *9)-- repeat steps number 4 , 5.*
    *10)-- SQL> @apxldimg.sql  C:\ and click enter , wait maybe 10 mints  Note: directory c  must be Capital .*
    *11)-- when finshed exit to folder C:\apex by commend exit .*
    *12)-- repeate steps 4 , 5.*
    *13)-- SQL> @apxchpwd.sql  and change your admin password Not: must be 6 character or more and must cotine Capital letter and - or ant signs and numbers.*
    *14)-- no go go work with last version apex 4.2 on : http://127.0.0.1:8080/apex/*
                   *good luck for all*
    Edited by: user12315805 on Oct 31, 2012 5:59 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Dear All
    good day
    step by step to upgrade apex to 4.2 without  any problems
    *1)-- download last version on : http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html*
    *2)-- unzip file to same directory where old apex directory on my computer was C:\ will ask you if you replace click yes to all .*
    *3)-- go to run > cmd > cd c:\ {change directory to drive where apex folder . then > cd apex will be like this C:\apex*
    *4)-- C:\apex splplus and press enter , must insert this >>*
    *5)-- username: sys as sysdba   and press enter must insert passward for Xe example : orcl this when istall application express edition 11g >*
    *6) SQL>@apexins.sql sysaux sysaux temp /i/  and press enter .*
    *7) Now wait for one hour and 7 mints to finsh.*
    *8)-- Now exit from black monitor (DOS) and open run > cmd > and change directory to C:\apex*
    *9)-- repeat steps number 4 , 5.*
    *10)-- SQL> @apxldimg.sql  C:\ and click enter , wait maybe 10 mints  Note: directory c  must be Capital .*
    *11)-- when finshed exit to folder C:\apex by commend exit .*
    *12)-- repeate steps 4 , 5.*
    *13)-- SQL> @apxchpwd.sql  and change your admin password Not: must be 6 character or more and must cotine Capital letter and - or ant signs and numbers.*
    *14)-- no go go work with last version apex 4.2 on : http://127.0.0.1:8080/apex/*
                   *good luck for all*
    Edited by: user12315805 on Oct 31, 2012 5:59 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to upgrade APEX 4.1.1 to 4.2.2 ?

    Actually I wanted to apply the latest CPU patches but by reading the articles what I understood is that I need to upgrade it to 4.2.2. Please correct me if I am wrong ? And provide me the link or procedure to upgrade APEX to 4.2.2 ?
    Thanks
    Sami

    Some two years back I too experienced the same problem. Excelent Guys on this forum helped mee. I am sorry for those who helped mee step by step because I had forgotton to mark that thread correct. Now I mark it correct.
    See the thread
    Unable to upgrade Apex 4.0
    Sajjad

  • Upgrade Oracle database 10.2.1.0 to 11gR2 without upgrading APEX

    Hi,
    How can we upgrade Oracle database 10.2.1.0 to 11gR2 without upgrading APEX? We currently have APEX 3.0 running in our 10g databases and don't want these APEX schemas to be upgraded to APEX 3.2.x during the database upgrade. We'll want to test everything before upgrading these APEX schemas manually to 4.1.1 later.
    Thanks.
    Andy

    Pretty sure running the 11gR2 catalog upgrade won't touch your apex. Can't speak for using the upgrade utility, never used it.
    Windows? Or *nix hosts? On windows fixing the oradim setups are more of challenge.                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Several Questions about upgrading APEX

    Hello,
    I a several questions about upgrading APEX.
    I want to upgrade my APEX 2.0 to 2.2 and hopefully in a few month to 3.0.
    Is there a How To about upgrading APEX?
    What would happen to my applications?
    Would there be any problems about the applications when the APEX version is upgraded to another version?
    Thank you,
    Tim

    Tim,
    Yes there is (detailed) upgrade documentation provided with the upgrade itself, which you should definitely look through. The 2.2 and 2.2.1 releases are currently available here -
    http://www.oracle.com/technology/products/database/application_express/index.html
    You applications will be 'upgraded' as part of the upgrade process (i.e. they will continue to work with the new software once the upgrade is complete).

  • Upgrade APEX

    Hi,
    I am presently using Application Express 2.2. I need to upgrade it to latest version APEX 4.0. Is it possible to upgrade APEX from 2.2 to 4.0. If yes, then please share with me some links or steps involved in upgrading APEX.
    Thanks

    Hi,
    Yes ,it is possible
    >
    If you have version 1.5.x, 1.6.x, 2.0.x, 2.2.x, 3.0.x, 3.1.x, or 3.2.x of Oracle Application Express, following any of the installation scenarios in this guide upgrades your Oracle Application Express instance to version 4.0 and creates Oracle Application Express 4.0 database objects in a new schema and migrates the application metadata to the new version.
    >
    Here is installation document where you find steps
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/toc.htm
    Regards,
    Jari

  • Apex 4: Upgrading Apex within Oracle XE

    Hi,
    This post is directed to Apex team .
    Is it possible that instructions to upgrade Apex to XE found from below link is updated to include step to upgrade OWA_UTIL ?
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    Regards,
    Jari

    Hi,
    i am using APEX 4 on apex.oraclecorp.com and was hoping to install XE and APEX 4 on my laptop for easier development purposes.
    I installed XE and the APEX 2.1 that comes with it login nicely and i can use it.
    I then tried to upgrade the APEX to APEX 4.
    Used the following steps for the upgrade
    1. sqlplus system/password as sysdba
    2. @apexins SYSAUX SYSAUX TEMP /i/
    3. @apxldimg.sql D:\util\oraclexe
    4. @apxxepwd.sql password
    I went back to the XE login page, it has the upgraded look and i tried to login but nothing happens!
    I tried changing the password again using @apxchpwd
    I then tried to login via http://localhost:8080/apex/apex_admin and the XE login page
    Did i do something wrong?
    Pls Advise and thanks in advance for any help.
    NOTE : found the error, i didnt use the correct image directory.
    Regards
    Kian Chye
    Edited by: Seow Kian Chye on Nov 1, 2010 6:14 PM

  • After upgrade APEX to version 3.0 I cant access the link apex_admin

    Hi,
    I made a new installtion of OracleXE. After that I upgrade it to APEX 3.0 on this way:
    - Editing the ..\apex\coreins.sql script
    ........ On line 573 you need to set the XE variable to 1 for XE installation:
    ........ define XE = '1'
    - sqlplus "sys/syspass as sysdba" @apexins password SYSAUX SYSAUX TEMP /i/
    - sql> @apex_epg_config.sql d:\ (the APEX-installationfiles are under D:\apex)
    - Update OWA-Packages with @owainst.sql
    - Shutdown und startup the database
    After that I can access the link http://localhost:8080/apex, but I am not able to access the link http://localhost:8080/apex/apex_admin - I got the message HTTP 404 Page not found.
    I had already drop the schemata FLOWS* and reinstall APEX 3.0, but this is the same.
    And if I try this:
    http://localhost:8080/apex
    and login with workspace INTERNAL, I got this:
    application=4050 workspace=10
    Error ERR-1014 Application not found
    The installation-logfile shows me no errors.
    What is wrong here?
    Regards,
    Mark
    Edited by: Eisenbahn-Bundesamt on Aug 25, 2008 1:52 PM

    I've only used the 3.0.1 upgrade and I can't say I had to do all those changes you've mentioned, I just used the installation guide. However I did my upgrade under Linux, you post indicates that you're using Windows (the D:\ gave it away ;-)) and I've got no experience in installation/upgrades there.
    C.

Maybe you are looking for

  • Advice Needed: Filtering/Adding effects to multiple tracks

    I'm writing a dance song, and at one point would like to apply a few filtering sweeps on selected drum tracks. Which is the best way to do it? Is it to bounce down the tracks into an audio file, then apply the effects onto that file by itself, or is

  • Can't install java

    hi everyone, lately I've been unable to use Java due to the following error # An unexpected error has been detected by Java Runtime Environment: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xae000000, pid=3608, tid=2944 # Java VM: Java HotSpot(TM

  • IPad 2 Photo-stream problem

    Both my wife and myself have iPhones also a mac at home and now an iPad2. We have photostream set up on all devices and they all share photos with the same account with no problems. I do this because any photos i wish to keep i then drag straight ove

  • Pages/chapters missing in iBooks

    On my iPad2 there are about 50 books. With the last one I bought from the iTunes store this problem occurs: Getting to the end of a chapter, the text stops at the end of a page (both landscape and portrait mode). The rest of the chapter is gone! I ge

  • Clean Windows 8.1 Pro install uses 70gb of diskspace (nMP)

    Dear community, After following all the steps of the latest Bootcamp instructions (using an USB-stick Wininstall to install Windows) I've end up with the same problem twice. When Windows 8.1 is installed, it says it uses about 70 - 76 GB of storage.