APEX 4 upgrade

Hi,
I've recently upgraded APEX version to 4... for some odd reason the main login screen shows the region to specify Workspace, ID, PW but the images/icons on the login screen are missing... Plus, when I enter ID/PW and press the button it doesn't take me anywhere...
I have Oracle 11g EE (Oracle HTTP Server; using mod_plsql)
Please advice how to find out what went wrong...
Edited by: qwe12654 on Feb 19, 2011 9:26 PM

Hi,
Check from OHS dads.conf what folder is configured for Alias /i/.
Then check are Apex 4 images, JavaScript and other files in that folder.
There might be some easier way also to do this check
Regards,
Jari
Edited by: jarola on Feb 21, 2011 1:47 AM

Similar Messages

  • Saved Interactive Reports after APEX Upgrade

    Hi,
    When you do an APEX Upgrade are saved interactive reports kept?
    Martin

    I have been experiencing lost saved "as Named Report" Interactive reports, whenever I migrate the application from test to prod.
    To clarify how we operate.
    We have a test APEX environment that is separate to production. The Test app has a different App_id but uses the same schema name. In test the application Id is 1xxx (eg 1201) and in test 2xxx (2201). I export Test 1201 and then import into Prod changing the App_id to overwrite 2201. I always lose the saved reports. I just tried an experiment of creating the saved report in Test and seeing if it migrates to prod, but of course it does not.
    How should I operate the two different Test and Prod environment to be "best practice" and not lose "as Named Report" Interactive report saved by the end-user?
    thanks Peter

  • Apex upgrade to 4.0 and existing Single-Sign-On settiongs

    Hi,
    I'm currently using SSO (Apex engine registered as partner application in Oracle SSO) with Apex 3.1 and have couple of Apex apps using Oracle SSO.
    If I upgrade to Apex 4.0, will my current configuration be untouched or do I need to re-register Apex in SSO?
    Thanks in advance,
    Asha

    Hi Jason,
    Thank you very much for your prompt response. Yes. I did run those steps. I just reran all steps. See below output.
    SQL> connect / as sysdba;
    Connected.
    SQL> alter session set current_schema = apex_sso;
    Session altered.
    SQL> grant execute on wwsec_sso_enabler_private to APEX_040000;
    Grant succeeded.
    SQL> grant select on wwsec_enabler_config_info$ to APEX_040000;
    Grant succeeded.
    SQL> alter session set current_schema = apex_040000;
    Session altered.
    SQL> create synonym wwsec_enabler_config_info$ for sso.wwsec_enabler_config_info$;
    create synonym wwsec_enabler_config_info$ for sso.wwsec_enabler_config_info$
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    SQL> create synonym wwsec_sso_enabler_private for sso.wwsec_sso_enabler_private;
    create synonym wwsec_sso_enabler_private for sso.wwsec_sso_enabler_private
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    SQL> @/u01/app/oracle/product/10.2.0/db_1/apex/core/custom_auth_sso_902.sql
    ...wwv_flow_custom_auth_sso
    Package created.
    No errors.
    SQL> @/u01/app/oracle/product/10.2.0/db_1/apex/core/custom_auth_sso_902.plb
    ...wwv_flow_custom_auth_sso
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWV_FLOW_CUSTOM_AUTH_SSO:
    LINE/COL ERROR
    132/5 PL/SQL: Statement ignored
    151/37 PLS-00201: identifier 'WWSEC_SSO_ENABLER_PRIVATE' must be
    declared
    287/9 PL/SQL: Statement ignored
    287/9 PLS-00201: identifier 'WWSEC_SSO_ENABLER_PRIVATE' must be
    declared
    Thanks a lot,
    Yi

  • Apex upgrade from 3.2 to 4.0 in Oracle 10g Enterprise Edition

    Hi Friends,
    I am currenly using Apex version 3.2.1. My oracle version is "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0".
    I am planning to upgrade my apex version to 4.0. Can i do this with the same oracle DB version. Is there any specific
    licence needed for such an upgrade?
    Regards,
    Nav

    Can i do this with the same oracle DB version.Yes. 10.2.0.4.0 meets the documented requirements.
    Is there any specific licence needed for such an upgrade?No, not if the database is licensed. (Additional licenses may be required for some web server configurations.)

  • Apex upgrade from 3.0.1.00.08  to  3.1.2.00.02

    Hi Frnds,
    I would like to do an upgrade on my apex (3.0.1.00.08) to 3.1.2.00.02 .
    Is there any direct upgrade available ???
    Will this upgrade affect the current applications running on 3.0.1.00.08
    Thanks for your support,
    Kalesh.

    If you make a versionchange from 3.0 to 3.1 you have to install it like it would on a new installation.
    it creates a new schema FLOWS_301000 (before it was FLOWS_300000).
    You can download it from apex.oracle.com -> download.
    And yes it affects all of your applications, but its also possible to switch to an old APEX version with a single command.

  • After APEX-upgrade to 3.0 on OracleXE the link admin/apex_admin dosent work

    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

    Hi,
    its a while ago since i've done this, but for me this worked on a fresh XE Installation:
    * extract Apex-Zip to C:\dlextract\apex_3.1
    * open a Command-Window (cmd) and change to directory C:\dlextract\apex_3.1\apex
    * sqlplus /nolog
    * connect sys as sysdba;
    * @apexins SYSAUX SYSAUX TEMP /i/
    * after apexins script call sqlplus again
    * @apxldimg c:\dlextract\apex_3.1
    * @apxxepwd new_password_for_admin_user
    As a last Step i upgraded the PL/SQL Web Toolkit (for Details see apex/owa/Readme.txt) using "@owainst in sqlplus" located in directory apex/owa
    Hope that helps,
    Peter

  • Invalid login after apex upgrade

    I upgraded apex for Oracle XE to apex 3.2.1. Ran all the scripts and everything seemed fine. Ran the script to change the admin password that worked as well.
    However when I go to either of the login pages(one that has the workspace and the one that has just username and password) from internet explorer
    I keep getting invalid login credintials
    I tried the below solution from the this thread How Gain Access When Locked Out of Developer Workspace
    I keep getting 0 rows updated after running this
    update apex_030200.wwv_flow_fnd_user set change_password_on_first_use ='N'+
    where lower(user_name) = 'admin';
    I even tried the update without the where clause and still got 0 rows updated.
    here's a quote from the thread
    Hi All,
    The lockout message I received was:
    Access denied by Application security check
    Application access restricted to internal workspace users.
    Return to application.
    I logged in as SYSDBA and ran the following scripts:
    First change the password for the Internal ADMIN account (the one i was locked out of)
    SQL> @apxxepwd <new password>
    then
    SQL> update apex_030200.wwv_flow_fnd_user set change_password_on_first_use ='N'
    where lower(user_name) = 'admin';
    +1 row updated+
    SQL> commit;
    --Note: schema name apex_030200 will depend on version of APEX you are using and your installation. I am using version 3.2.0.00.27+
    Finally log into APEX using the two-field security form with the admin account. Make any changes to the workspace or user accounts. Note that after repeated attempts to login, some accounts may be locked, as was the case with me.
    Hope this helps somebody else.
    Regards,
    Glenroy

    Ok I got the admin user to work. However when I try to import an app I get this
    "ORA-02291: integrity constraint (FLOWS_FILES.WWV_FLOW_FILE_OBJ_FK) violated - parent key not found"
    Error uploading export file."
    I get this is i use an app from apex 2.1 or even when I tried to import the sample app I exported from 3.2.
    I wonder if there is some type of permissions issue with the admin account since I created it manually I was not sure what to put in the fields...

  • Invalid date format after APEX upgrade

    We are currently working on upgrading our applications from 1.6 to the new APEX 3.2 version. After the upgrade of one of our systems I have a tabular form that is returning the error 'Invalid date format found'. The date that is getting entered into the system is being displayed and choosed via a sql popup. The code for the pop up is
    SQL CODE
    create or replace view next_weeks as
    with t as (
    select
    trunc(sysdate) + (rownum - 1) / 2 d
    from
    dual
    connect
    by rownum <= 28)
    , call_info as (
    select
    c.call_identifier, c.callback_date, c.callback_cancelled
    from uid_csr_schedule c
    select
    to_char(d, 'fmDy MM/DD/YYYY AM') l
    , to_char(d, 'dd-mon-yy hh:mi:ss AM') v
    ,to_char(d, 'mm/dd/yy hh:mi:ss AM') o
    from
    t
    where
    ((select count(callback_date) from call_info ci where ci.callback_date = t.d
    and (ci.callback_cancelled is null or ci.callback_cancelled !='Y'))) <
    (select csr_calls_per_period from uid_sch_system_default)
    minus
    select
    to_char(d, 'fmDy MM/DD/YYYY AM') l
    , to_char(d, 'dd-mon-yy hh:mi:ss AM') v
    ,to_char(d, 'mm/dd/yy hh:mi:ss AM') o
    from
    t
    where
    (select count(callback_date) from call_info ci where ci.callback_date = t.d
    and (ci.callback_cancelled is null or (ci.callback_cancelled !='Y')))
    =(select override_amt from uid_sch_call_override
    where (to_char(begin_date,'dd-mon-yy') || ' ' || upper(period)) = to_char(t.d, 'dd-mon-yy AM'))
    union select
    to_char(d, 'fmDy MM/DD/YYYY AM') l
    , to_char(d, 'dd-mon-yy hh:mi:ss AM') v
    ,to_char(d, 'mm/dd/yy hh:mi:ss AM') o
    from
    t
    where
    ((select count(callback_date) from call_info ci where ci.callback_date = t.d
    and (ci.callback_cancelled is null or ci.callback_cancelled !='Y'))) >=
    (select csr_calls_per_period from uid_sch_system_default)
    and
    (select count(callback_date) from call_info ci where ci.callback_date = t.d
    and (ci.callback_cancelled is null or (ci.callback_cancelled !='Y')))
    <
    (select override_amt from uid_sch_call_override
    where (to_char(begin_date,'dd-mon-yy') || ' ' || upper(period)) = to_char(t.d, 'dd-mon-yy AM'))
    order by o
    The form then has the item set as a popup with a date format mask of dd-MON-yy hh:mi:ss AM. The popup displays fine and the date is shown in the field but the error is received when I try to save the information. If I change the application global setting of date format mask to dd-MON-yy hh:mi:ss AM then this error goes away however, it creates problems on all the rest of my pages that use this date in the where clause of the queries. Is there a way to solve the problem above without having to change the globalization parameter or do I need to change this parameter and then redo those queries?
    Thanks for your help!
    Amber

    Amber,
    It's interesting that the problem goes away if you set the global date format to be the same as the column level. The column level should trump the global setting. What process is returning the error? Are you sure it's the MRU or could it be something custom?
    You could consider adding a process before the MRU fires that uses alter session to change the date format.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • Email not working after APEX upgrade

    O/S: Windows 2003
    DB: 11gR1
    Email no longer working for users after upgrading from 4.0 to 4.1. New 'principal' APEX_040100 added to same ACL as previous version's principal APEX_040000. In fact, both still exist in ACL.
    Error code in APEX Admin Mail Queue: ORA-24247: network access denied by access control list (ACL)
    What could be causing the email facility within APEX to no longer work?
    Cheers!

    see this {message:id=10355015}

  • XE ApEx upgrade to 3.0.1 - strange results

    Hi All,
    I have a fresh install of XE on Windows 2003 Server (Virtual Machine).
    I atttempted to upgrade Apex, and all seemed to work. I checked the install logs and there were no errors. I did run into the images issue, but was able to fix that as per the documentation and this forum. But now when I attempt to install a packaged app, I am getting errors - The app seems to install fine, but when attempting to install the supporting objects, I get errors from Tables to Seed HR data (39 errors), then success for the rest (29).
    The error is ORA-01031: Insufficent Privileges
    Another post discussed logging into the apex_admin page, but when I log into that page (using 'Internal', 'ADMIN', password), I am directed to a change password page - but I am unable to change the password - no matter how many times I've tried, it always comes abck as invalid current password. I am positive I'm using the right password as it did get me past the login page, it just won't work in the change password page...
    Going crazy trying to figure this out. I can completely remove it and try again, but would prefer to find out 'why' this happened.
    Thanks in advance,
    Corey

    I had a similar problem after I upgraded my XE version to APEX 3.0.1.
    I could not log into the INTERNAL - ADMIN user with the password becuase I was constantly being asked to change it, but the change screen was not recognizing the newly set password.
    I found this while searching for a solution:
    XE and Apex 3.0.1 Cant install it.....
    UPDATE flows_030000.wwv_flow_fnd_user
    SET first_password_use_occurred = 'Y'
    ,change_password_on_first_use = 'N'
    WHERE security_group_id = 10
    AND user_name = 'ADMIN';
    Preventing the "change_password_on_first_use" flag seems to prevent the issue.
    After that, the change screen will work as expected.
    --Tim                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Apex upgrade related

    Hi,
    I have installed oracle database 10g release2 with 10201_compenign_win32 both are installed successfully
    i logon as http://127.0.0.1:7777/pls/htmldb/htmldb_admin
    i entered username and password then logout it.
    after that i started upgrading with apex_3.2.1. i did all the steps under apex_3.2.1 upgrade tutorial.
    after completion of all the steps
    when i logon back
    http://127.0.0.1:7777/pls/htmldb/htmldb_admin with. images are not going to diaplay.and there is no movement on page. when i click on submit button
    all the steps are-
    {copy}sql>@apexins SYSAUX SYSAUX TEMP /i/
    sql>apxchpwd.sql
    sql>ALTER USER APEX_PUBLIC_USER ACCOUNT UNLOCK
    sql>ALTER USER APEX_PUBLIC_USER IDENTIFIED BY new_password
    f:\downloads\vismit1.1\apex>xcopy /E /I f:\downloads\vismit1.1\apex\images c:\oracle\product\10.2.0\db\Apache\images
    f:\downloads\vismit1.1\apex>c:\oracle\product\10.2.0\db\opmn\bin\opmnctl stopproc ias-component=HTTP_Server
    f:\downloads\vismit1.1\apex>c:\oracle\product\10.2.0\db\opmn\bin\opmnctl startproc ias-component=HTTP_Server
    sql>ALTER SYSTEM SET JOB_QUEUE_PROCESSES = 20
    {copy}
    Thanks & Regards
    Nisha

    Hi Nisha,
    if you don't find anything Apex-related in the dads.conf you haven't configured the OHS yet to have a DAD for your APEX yet.
    Following the example in the installation manual you should have or create a section as follows
    Alias /i/ "ORACLE_HTTPSERVER_HOME/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     host:port:service_name ServiceNameFormat
    PlsqlNLSLanguage               AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode        Basic
    SetHandler                     pls_handler
    PlsqlDocumentTablename         wwv_flow_file_objects$
    PlsqlDatabaseUsername          APEX_PUBLIC_USER
    PlsqlDefaultPage               apex
    PlsqlDatabasePassword          apex_public_user_password
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>You'll probably have to adjust the PlsqlDatabaseConnectString to fit your database and PlsqlDatabasePassword to match the password you chose in the APEX-installation process.
    Depending on your database language settings, you might also want to change the PlsqlNLSLanguage from AMERICAN_AMERICA to the value your database uses.
    You'll have to restart the OHS to apply any changes. This is done by calling
    ORACLE_HTTPSERVER_HOME\opmn\bin\opmnctl restartproc ias-component='HTTP_Server'
    For further advice have a look here:
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BHAGICFJ
    -Udo
    For further instructions on how to configure

  • Overdue APEX Upgrade

    Good Day to All:
    Today, finally, after fighting my boss for 3 years, I will be upgrading APEX 2.1 (YES, YOU READ RIGHT) to APEX 5.0.
    Are there any special considerations I should know?  Should I upgrade first to 4.0 and then to 5.0?  Am I at risk of losing any functionality and/or custom applications that were built in 2.1?
    Thank you all for your help.  I really appreciate the lot of you.
    Kind Regards,
    Aqua

    Hi,
    don't agree that going to 4.2 and then to 5.0 is your best option. If it was that hard to convince your boss to upgrade your 2.1 system to a new version, then I think it would definitely be better to go straight to 5.0. Otherwise you will face the same discussion in a few months with your boss again, you will duplicate your testing efforts and you will have to re-learn the development user interface, ... In the end you are just postponing your upgrade.
    Now is the time to do proper testing of your upgraded apps on a development/test system and if everything works fine you can go ahead and upgrade your production system.
    About stability. APEX 5.0 fixed quite a number of bugs reported for 4.2.x. So someone could also argue that 4.2.x is not stable because of those bugs. Does APEX 5.0 have bugs? Yes it does and some major ones have been posted on our Known Issues page and for some Patch Set Exceptions are already available. Will new ones be found? I'm pretty sure. But those reported so far on the forum are not like that your application wouldn't work anymore and if something is really a show stopper bug, we normally quickly react with a Patch Set Exception. If a bug comes up for 4.2.x which has already been fixed for 5.0 you will have to come up with a good business case to get a Patch Set Exception for 4.2.6.
    Also keep in mind that a significant part of APEX 5.0 development was due to Page Designer, Universal Theme and Interactive Report. Nothing your APEX 2.1 application really touches :-) That version even didn't include the jQuery JavaScript framework, so another area which will not cause issues.
    So the only areas where you might run into issues are tabular forms (I think to remember about upgrade issues in 4.0 and 4.1) and possible JavaScript issues. See also our supported browsers in the release notes. I can't say that your upgrade will be hassle free, that really depends what your application is using and doing, but our design goal for new releases is that you can import an APEX/HTMLDB 1.6 application into the newest release and it should still work without modifications.
    Again as I already said, if you are already doing all the testing, I would suggest to do it on the latest release. And if you get the time, modernize your application by using Universal Theme and Interactive Reports.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Apex upgrade 3.0/3.1 from 2 on Ubuntu 8.04

    Hi all,
    I was installing Apex 2.0 on Ubuntu linux
    starting from terminal this command>
    sudo dpkg -i /home/nadrog/Desktop/oracle-xe_10.2.0.1-1.0_i386.deb
    and installation was complete. Then I was run db configuration with set 8080/1521/pass
    and all installation apex 2.0 was completed.
    I was trying start install Apex 3.1 from command sql line
    with>
    @ /home/nadrog/Desktop/apex/apexins.sql password SYSAUX SYSAUX TEMP /i/
    (define PREFIX = '@ /home/nadrog/Desktop/apex')
    and theres errors
    Is there any installation documentation for Ubuntu?
    thanks in advanced
    Gordan
    http://gordanmilojevic.blogspot.com/

    Looks like you have entered an extra parameter for the install script
    You need to conenct to the database as sysdba using SqlPlus
    and then enter
    @ /home/nadrog/Desktop/apex/apexins.sql SYSAUX SYSAUX TEMP /i/
    The installation process is described at http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/otn_install.htm#BEHGEFDI
    Varad

  • Apex: upgrade from 2.2 to 2.2.1

    Hi,
    I've installed and configured App Express 2.2 but now want to use the 2.2.1 patch. What is the upgrade process?
    Are there any changes in the database components? If so, is there an upgrade script? Or can I simply rerun apexins.sql? Do I need to drop the APEX_PUBLIC_USER, FLOWS_FILES and FLOWS_020200 schemas first?
    If there are no changes in the database components, is it sufficient to simply unzip the apex_2.2.1.zip file in the appropriate location?
    Thanks,
    Juliet

    Hi,
    2.2.1 although has extra bug fixes its a install of its own. So you would have to run apexins.sql from the downloaded zip file. Once run and you have corrected any install error's (if you have any) then you would patched to 2.2.1
    Follow the install guide (from the zip file) and you would be good to go.
    Regrards,
    Sunny Patel.

  • Apex upgrade t0 4.1 from 3.2...Upload image is giving error

    Hello
    Please help...
    We recently went from Apex 3.2 to 4.1.
    For few of the applications where upload image is involved, when we upload an image file and click submit
    we get errors like this:
    is_internal_error: false
    ora_sqlcode: 100
    ora_sqlerrm: ORA-01403: no data found
    component.type: APEX_APPLICATION_PAGE_PROCESS
    component.id: 17555821215557266
    component.name: UPLOAD IMAGE
    error_backtrace:
    ORA-06512: at line 27
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 1926
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 966
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 992
    ORA-06512: at "APEX_040100.WWV_FLOW_DYNAMIC_EXEC", line 649
    ORA-06512: at "APEX_040100.WWV_FLOW_PROCESS", line 129
    For some others error messages are like "save image id missing' file image id missing..
    apex_application_files tables have no data inside.It is blank
    Anyone please help
    thanks
    kp

    Hi user12128153 (a real name would be nice),
    a few questions for you.
    Do you experience the same errors with firefox? If so install firebug (if you don't have it already) and see if the errors have to do with missing css etc.
    What application server do you use, OHS/Apex Listener etc?
    Kofi

  • 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

Maybe you are looking for

  • Adaptiva Software Distribution not working with Cisco APs in Local Mode

    A worldwide customer would like to use a new Software distribution system called Adaptiva to replace SCCM within Windows environment. As far as I understand, Adaptiva is designed to work like a snowball system. A single PC at a remote side can be "in

  • Question for those who are getting their broken TCs replaced by Apple:

    Are those of you who are getting a replacement TC through Apple all within your warranty period, or is Apple replacing all of the 'power issue' failures, regardless of warranty? Do you have Apple care, or are you just calling the Apple Care number? W

  • Upgrade WCS 7.0 to PI 1.2 via NCS 1.1

    Hello all, we have started to do the upgrade from WCS 7.0 to PI12. In order to do that we first need to upgrade to NCS 1.1. We have ordered the following from Cisco: R-W-PI12-M-K9 WCS 7.0 to Cisco Prime   Infrastructure 1.2 Migration N/A 14 days No N

  • All plist files are not being pushed out

    Current setup : 10.6 Server ( updated to 10.6.8 ) About 10 to 15 client machines ( 10 Desktops and 5 laptops ) These client machines are being managed in a group already for Software Updates from the server and hence already have the managed preferen

  • Reversing two system pro, mac and one for windows system.

    I divided my pro storage to two one for mac and one for windows system. Can I reverse that now? I only want to have mac system on my pro