Error installing apex

when installing oracle application express 4.2.1 on Windows 7 i am getting the following error
when i executed the @apexins.sql as below i got the error. hope somebody will help me
@apexins.sql SYSAUX SYSAUX TEMP /i/
create user APEX_040200 identified by "sysaux" password expire account lock default tablespace i/ temporary tablespace temp
Error at line 957
ORA-00922: missing or invalid option

Mini wrote:
Hi,
Try by removing .sql like below and run
@apexins SYSAUX SYSAUX TEMP /i/
Let me know if still there is a issue.
Also make sure whether APEX_040200 user doesnt exist in ur db.
Brgds,
Mini
Mark Answers Promptlyi am still getting the same error

Similar Messages

  • Error installing Apex 3.1 Application on 11g Apex

    Hi,
    I've come along some trouble when installing an application on embedded Apex in Oracle 11g Database.
    The application I'm trying to install was exported on the same machine, on a Oracle 10gR2 DB and Apex3.1 - HTTP Server.
    There have been no HW changes, DB is now 11gR1 and am using embedded PL/SQL Gateway and Apex that comes with the DB.
    Import works fine, but when I go to the next step (install, run and build), the following error appears:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 9, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_PAGE' ORA-06550: line 9, column 1: PL/SQL: Statement ignored <pre>begin declare h varchar2(32767) := null; ph varchar2(32767) := null; begin h := null; ph := null; wwv_flow_api.create_page( p_id => 0, p_flow_id=> wwv_flow.g_flow_id, p_tab_set=> '', p_name => '0', p_step_
    Error installing application.
    For the looks of it, there's a problem with arguments in the CREATE_PAGE. Have arguments in functions changed with the new version?
    Thank you in advance,
    Marc.

    Hello,
    Note, that if you are editing the export files manually yourself and 'get it wrong', you might run into problems 5 minutes, 5 hours, 5 days or 5 weeks down the line and really, truely be out on a limb by yourself.
    I really wouldn't recommend hand-editing the export files in this way without the explicit guidance of the Oracle APEX folks (and/or Oracle support).
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • Strange error installing apex application

    Hi,
    I have downloaded and installed the sample application : CSV File Upload Tool on an Apex 4.0 environment. From:
    http://dbswh.webhop.net/htmldb/f?p=BLOG:READ:0::::ARTICLE:11000346061523
    Installation went well so we decided to have this as our starting base for our csv upload file tool.
    Character set is : Unicode UTF-8
    But when we wanted to install it on our test environment we got the following error: (we're installing with SQLPlus).
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_040000.WWV_FLOW_REGION_UPD_RPT_CI1) violated &amp;lt;pre&amp;gt; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;--------------------------------------- &amp;amp;lt;br&amp;amp;gt;-- ...updatable report columns for page 2 &amp;amp;lt;br&amp;amp;gt;-- &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br
    Following query retuns already 0 zero rows :
    select p.flow_id, p.page_id, p.plug_name, x.query_column_name
      from apex_040000.wwv_flow_page_plugs p, (select count(*), query_column_name, plug_id
            from apex_040000.wwv_flow_region_upd_rpt_cols
            group by query_column_name, plug_id
            having count(*) > 1) x
    where p.id = x.plug_id
    After our development environment was refreshed we tried to install it and got the same error as on our test server. There were no other applications installed on this server.
    Here's our application:
    https://dl.dropboxusercontent.com/u/11154333/QTG.f199.sql
    Thanks a lot.
    Best regards,
    Joey

    Problem solved seemed that apex exported for all the pages with updatable columns he made duplicate updatable columns. So removed them from the export script and now it's all ok. Brings up the question tho why apex made duplicate updatable columns :S.

  • Error installing APEX on Oracle Database Express 10g

    Hi all,
    I received the following error report when trying to run the install the first time -
    ORA-04063: package body "APEX_040000.WWV_FLOW_UTILITIES" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "APEX_040000.WWV_FLOW_UTILITIES"
    ORA-06512: at "APEX_040000.WWV_FLOW_AUDIT", line 70
    ORA-06512: at line 3
    04063. 00000 - "%s has errors"
    *Cause:    Attempt to execute a stored procedure or use a view that has
    errors. For stored procedures, the problem could be syntax errors
    or references to other, non-existent procedures. For views,
    the problem could be a reference in the view's defining query to
    a non-existent table.
    Can also be a table which has references to non-existent or
    inaccessible types.
    *Action:   Fix the errors and/or create referenced objects as necessary.
    Also, when I tried to run the installation again, it won't run giving me an error that DB is not supported / cannot find the DB table..
    Please help. I have NO idea how to proceed from here on..
    Best Regards

    Here is the error report when I try to run the installer the second time -
    alter session set succeeded.
    . / \ | \ /\ / | /
    .| || / / \ | | |
    .| ||--- ---- | | |---
    .| || \ / \ | | |
    . \____/ | \/ \ \____ |____ \____
    . Application Express (APEX) Installation.
    ... Checking prerequisites
    line 75: SQLPLUS Command Skipped: set concat on
    line 76: SQLPLUS Command Skipped: set concat .
    FOO
    SYSDBA
    anonymous block completed
    Commit
    Error starting at line 105 in command:
    declare
    l_version number;
    l_edition varchar2(30) := 'notXE';
    begin
    execute immediate
    'select to_number(replace(version,''.'',null)) from registry$ where cid=''CATPROC'''
    into l_version;
    if l_version = 102010 then
    begin
    execute immediate
    'select edition from registry$ WHERE cid=''CATPROC'''
    into l_edition;
    exception when others then
    null;
    end;
    end if;
    if l_version < 102030 and l_edition != 'XE' then
    dbms_output.put_line('Application Express installation requires database version 10.2.0.3 or later or XE.');
    execute immediate 'bogus statement to force exit';
    end if;
    end;
    Error report:
    ORA-00942: table or view does not exist
    ORA-06512: at line 5
    00942. 00000 - "table or view does not exist"
    *Cause:   
    *Action:
    Thanks for your help.
    Regards

  • Error Installing Packaged Applications - Apex 5

    Hi Folks:
    I installed APEX 5 successfully. Everything seems to be running fine except I'm unable to install packaged applications.
    I get a screen that looks like the following when trying to install a package application:
    The text in the dropdowns for the errors begins with:
    Error
    The packaged application installed. However, installation of database objects and seed data has failed.
    Install Summary
    Script Name Status Statements Successful Statements with Errors Total Statements
    Framework Package Specification Success 1 0 1
    Framework Package Body Errors 0 1 1
    eba_dp_ui spec Success 1 0 1
    eba_dp_ui body Errors 0 1 1
    Missing Indexes Errors 0 7 7
    Filter Search Spec Errors 0 1 1
    Filter Search Body Errors 0 1 1
    eba_dp_data_access body Errors 0 1 1
    eba_dp_dashboard body Errors 0 1 1
    eba_dp_demo_data spec & body Errors 1 1 2
    Report Total:   3 14 17
    1 - 10
    Errors
    Framework Package Body
    CREATE OR REPLACE PACKAGE BODY "EBA_DP_FW" as
        function conv_txt_html (
            p_txt_message in varchar2 )
            return varchar2
        is
            l_html_message   varchar2(32767) default p_txt_message;
            l_temp_url varchar2(32767) := null;
            l_length number;
        begin
            l_html_message := replace(l_html_message, chr(10), '<br />');
            l_html_message := replace(l_html_message, chr(13), null);
            return l_html_message;
        end conv_txt_html;
        function conv_urls_links (
            p_string in varchar2 )
            return varchar2
        is
            l_string   varchar2(32767) default p_string;
    It then includes a lot more create, etc. statements that failed.
    I wonder if it is some kind of permissions issue?  I ended up running @apxremov.sql   and reinstalled apex 5 again after I couldn't get the package apps to work the first time but that didn't fix anything.  I have attached a text file that has all the code from the error message.
    The database I installed to is an Oracle 12c Enterprise database.
    It had Oracle Apex 4.2.6 installed on it with many packaged apps (not really using them, just trialing them till 5 came out).  I ran @apxremov.sql before installing Apex 5.
    Any help or ideas are appreciated.
    Thanks,
    Matthew Friend

    Matthew,
    Looking at the error file, it appears that APEX is trying to "upgrade" an existing Data Reporter instance rather than do a fresh install. It's possible (I haven't checked the code) that apexremov.sql doesn't run the packaged applications through their deinstall process, and so their supporting objects may still be present within your schema. I'd suggest removing any objects (especially tables & packages) with a name like 'EBA_DP_%' from your parsing schema, and then trying the install again.
    Regards,
    -D.

  • Internal Server Error - after installing apex using http server

    hi,
    i just installed apex 3.2 using http server. after finished, i try to to open apex admin (http://faiz:7777/pls/apex/apex_admin) but i got this error:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    this is my log file:
    [Thu Dec 31 11:55:56 2009] [error] [client 10.10.10.10] [ecid: 1262231756:10.10.10.10:396:2036:1,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup for more information.
    10.10.10.10 - - [31/Dec/2009:11:55:56 +0800] "GET /pls/apex/ HTTP/1.1" 500 645
    this is my dads.conf :
    Alias /i/ "E:/oracle/product/10.2.0/db/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 faiz:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword orcl
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    and ii got blank page when i try accessing this page http://faiz:1521/pls/apex/apex_admin
    thanks,
    -akulala
    Edited by: akulala on Dec 30, 2009 7:57 PM

    In your middle tier (where your dads.conf file is located), do you have a file called marvel.conf (this was used in very early versions of APEX if memory servers)? If so you will either need to put your /pls/apex entry into your marvel.conf file of configure the App Server to user the dads.conf file. (I think all of this is done in the http.conf file but I am not 100%)
    Also, this sounds like a stupid question but can you ensure that you only have entry in you dads.conf or marvel.conf file that relates to /pls/apex
    If you are still having issues, try updating the line: PlsqlDatabaseConnectString faiz:1521:orcl ServiceNameFormat
    to: PlsqlDatabaseConnectString TNS_ENTRY TNSFormat
    where TNS_ENTRY is replaced by a valid TNS Identifier in the same Mid Tier home: ORACLE_HOME/network/admin/tnsnames.ora
    Finally, in earlier versions you had to use a forward slash character as the last value in the Alias line i.e. Alias /i/ "E:/oracle/product/10.2.0/db/Apache/images\". I always configure this line in this way and never seem to have an issues. Not sure if this is required anymore but may be one more thing that is mis configured.
    I hope all of that helps.
    Let me know how you get on.
    Regards
    Duncs
    http://djmein.blogspot.com
    As a courtesy, please remember to mark helpful or correct answers accordingly :)

  • Error "Error ERR-1014 Application not found. " after Installing APEX 40

    Hello,
    i have installed apex 4 to an existing apex 3.2 installation (oracle 11g windows) with oracle http Server.
    i follow the installations guide and install the full version.
    I try to call "http://dmsapex:7777/pls/apex/apex_admin" and it works and i can admin my application and see my existing workspace
    i try to call "http://dmsapex:7777/pls/apex/apex" and it does not work. i get follw error message in the browser (IE8):
    -->
    application=4500 workspace=10
    Error ERR-1014 Application not found.
    OK
    <--
    I search in several forums and find " convert runtime into fullversion". I have installed "@apexins SYSAUX SYSAUX TEMP /i/". I try "@apxdvins" but it does not work.
    C:\oracle\oraweb\ohs\logs/error.log says:
    [Wed Jul 14 16:11:31 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:32 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:32 2010] [notice] Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Wed Jul 14 16:11:32 2010] [notice] Server built: Apr 12 2007 00:25:24
    [Wed Jul 14 16:11:32 2010] [notice] Parent: Created child process 3280
    [Wed Jul 14 16:11:33 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:34 2010] [alert] mod_plsql: DMS failure: NounGetRoot failed. Disabling DMS
    [Wed Jul 14 16:11:34 2010] [notice] Child 3280: Child process is running
    [Wed Jul 14 16:11:34 2010] [notice] FastCGI: process manager initialized
    [Wed Jul 14 16:11:34 2010] [notice] Child 3280: Acquired the start mutex.
    [Wed Jul 14 16:11:34 2010] [notice] Child 3280: Starting 250 worker threads.
    Have someone the same problem? Or does sombody knows a solution?
    Thanks for help
    CZI

    Thanks mo**** . I executed @apxdvins from my extracted oracle directory using the followin procedure and it was working properly.
    Start/Run
    CMD
    You need to change your directory to the directory where apxdvins.sql iis available. Mostly this is Apex extracted directory.
    $ SQLPLUS/NOLOG
    SQL> CONNECT SYS AS SYSDBA
    @apxdvins
    This will take some time.
    If you want you can also do this extra steps in SQL mode:
    shutdown
    startup
    alter user anonymous account unlock;
    ALTER SESSION SET CURRENT_SCHEMA = APEX_040000;
    Thanks and reards

  • Installing apex 3.2.1 gives upgrade error

    Installing apex 3.2.1.00.10 on windows database (previous version on database is 3.0 or earlier) using p8548651_11106_GENERIC.ZIP
    when I execute apxpatch.sql I get error:
    it issues command: execute dbms_registry.check_server_instance;
    and that errors with:
    ERROR at line 1:
    ORA-39702: database not open for UPGRADE or DOWNGRADE
    ORA-06512: at "SYS.DBMS_REGISTRY", line 944
    ORA-06512: at line 1
    does this mean I need to startup the database in MOUNT mode?

    Sorry, p8548651 is the patch that I used (and worked) on another database that was already 3.2..
    That apex 3.2.1 full install is the file that I am using now on a database with apex 3.0..
    and it is giving that error before it begins..

  • Error when installing apex 4.2.2

    Hi All,
    I know it's a quite new version of APEX but we have decided to upgrade our current version (4.1.1) to the new 4.2.2.
    I downloaded it from this link (OTN).
    I unzipped downloaded file in: /usr/lib/oracle/xe/ (Renamed previous APEX version folder to "apex4.1.1").
    Then I followed steps listed in this link in order to get APEX upgraded to 4.2.2 version.
    After a few minutes, the installation process failed with below error:
    alter package wwv_flow_security compile body
    Error at line1:
    ORA-04021: timeout ocurred while waiting to lock object
    APEX_040200.WWV_FLOW_SECURITY
    I have checked through database and found that  this package (APEX_040200.WWV_FLOW_SECURITY) is locked by that user (APEX_040200).
    It seems that something is wrong with the installation process as it creates the APEX_040200 and then its package WWV_FLOW_SECURITY.
    I have reverted this installation. This process includes dropping APEX_040200 user using cascade mode. So I made sure that all db objects were deleted for that user. Then I re-run installation process with no luck. I got same error message.
    Have you ever experienced this kind of error during APEX upgrade process? Am I missing some step before running this process?
    I really appreciate your help on this!!
    Daniel.

    Hi Jari,
    Have checked tablespace free space by running below query
    SELECT b.tablespace_name
              , tbs_size
              , a.free_space
    FROM   (SELECT tablespace_name
                                  , round(sum(bytes)/1024/1024 ,2) as free_space
                 FROM dba_free_space
                GROUP BY tablespace_name
                ) a,
               (SELECT tablespace_name
                              , round(sum(bytes)/1024/1024,2) as tbs_size
                FROM  dba_data_files
              GROUP BY tablespace_name
              ) b
    WHERE a.tablespace_name = b.tablespace_name
    AND    a.tablespace_name = 'SYSAUX';
    Results:
    TABLESPACE_NAME                     TBS_SIZE   FREE_SPACE
    SYSAUX                                                  1330                  8.75
    It seems you were right. It could be a tablespace size issue. Should I increase SYSAUX tablespace size?

  • Installing Apex 3.0 on Oracle 10g (10.2.0) Database

    Hi All,
    I have installed Oracle 10g(version 10.2.0) Database. Now I am trying to configure Application Express Apex 3.0 to it. I and following the Installation Guide provided to install Apex 3.0 on Oracle 10g. But i am facing the following issues, i am pasting the complete issues which are encountered. Please go through it and help me in configuring Apex 3.0 on Oracle 10g Database.
    This is the command i gave to configure from SQL prompt:
    @D:\Apex3.0\apexins.sql <Newly Create User> <Newly Created Tablespace> <Newly Created Tablespace> TEMP /i/
    Issues Encountered:
    begin
    ERROR at line 1:
    ORA-01920: user name 'FLOWS_FILES' conflicts with another user or role name
    ORA-06512: at line 3
    FOO
    INSTALLED
    PL/SQL procedure successfully completed.
    I. O R A C L E S Y S I N S T A L L P R O C E S S
    ...create flows user
    create user FLOWS_030000 identified by "HPGMNGCMS"
    ERROR at line 1:
    ORA-01920: user name 'FLOWS_030000' conflicts with another user or role name
    User altered.
    User altered.
    Grant succeeded.
    ...create validate procedure in SYS schema and start registration
    Procedure created.
    No errors.
    PL/SQL procedure successfully completed.
    ...grant flows owner tab privs
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    ...grant privs to flows owner
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Grant succeeded.
    Session altered.
    SP2-0310: unable to open file "core/wwv_flow_val.plb"
    Installing flows_files objects 1
    Session altered.
    SP2-0310: unable to open file "core/flows_files_new.sql"
    grant all on wwv_flow_file_objects$ to FLOWS_030000 with grant option
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Session altered.
    SP2-0310: unable to open file "core/migrate_metadata.sql"
    SP2-0310: unable to open file "core/tab.sql"
    SP2-0310: unable to open file "core/table_ddl_changes.sql"
    Installing Application Migration Workshop objects
    SP2-0310: unable to open file "core/wwv_mig_create_ddl.sql"
    SP2-0310: unable to open file "core/wwv_mig_exporter_ins.sql"
    ...installing Application Migration Workshop package spec
    SP2-0310: unable to open file "core/wwv_mig_acc_load.sql"
    ...install Application Migration Workshop package body
    SP2-0310: unable to open file "core/wwv_mig_acc_load.plb"
    SP2-0310: unable to open file "core/column_exceptions.sql"
    SP2-0310: unable to open file "core/meta_cleanup.sql"
    SP2-0310: unable to open file "core/wwv_flow_sw_upgrade.sql"
    SP2-0310: unable to open file "core/wwv_flow_upgrade.sql"
    SP2-0310: unable to open file "core/wwv_flow_upgrade.plb"
    SP2-0310: unable to open file "core/plsqljob.sql"
    SP2-0310: unable to open file "core/v.sql"
    SP2-0310: unable to open file "core/audit.sql"
    SP2-0310: unable to open file "core/wwv_flow_user_api.sql"
    SP2-0310: unable to open file "core/trigger.sql"
    SP2-0310: unable to open file "core/apex_install_data.sql"
    SP2-0310: unable to open file "core/provisioning_tables.sql"
    SP2-0310: unable to open file "core/wwv_flow_csv_data.sql"
    wwv_flow_upgrade.FLOWS_FILES_OBJECTS_REMOVE('FLOWS_030000');
    ERROR at line 3:
    ORA-06550: line 3, column 9:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.FLOWS_FILES_OBJECTS_REMOVE' must be
    declared
    ORA-06550: line 3, column 9:
    PL/SQL: Statement ignored
    wwv_flow_upgrade.FLOWS_FILES_OBJECTS_CREATE('FLOWS_030000');
    ERROR at line 3:
    ORA-06550: line 3, column 9:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.FLOWS_FILES_OBJECTS_CREATE' must be
    declared
    ORA-06550: line 3, column 9:
    PL/SQL: Statement ignored
    wwv_flow_security.g_security_group_id := 10;
    ERROR at line 3:
    ORA-06550: line 3, column 9:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 3, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 21:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 4, column 9:
    PL/SQL: SQL Statement ignored
    Commit complete.
    III. I N S T A L L F L O W P A C K A G E S P E C S
    SP2-0310: unable to open file "core/http.sql"
    SP2-0310: unable to open file "core/dynsql.sql"
    SP2-0310: unable to open file "core/wwv_flow_dynsql_parse.sql"
    SP2-0310: unable to open file "core/wwv_flow_dynsql_util.sql"
    SP2-0310: unable to open file "core/flow_log.sql"
    SP2-0310: unable to open file "core/flow_dml.sql"
    SP2-0310: unable to open file "core/flowp.sql"
    SP2-0310: unable to open file "core/f.sql"
    SP2-0310: unable to open file "core/nv.sql"
    SP2-0310: unable to open file "core/vrn.sql"
    SP2-0310: unable to open file "core/flowc.sql"
    SP2-0310: unable to open file "core/gen_api_pkg.sql"
    SP2-0310: unable to open file "core/plug.sql"
    SP2-0310: unable to open file "core/customize.sql"
    SP2-0310: unable to open file "core/generic.sql"
    SP2-0310: unable to open file "core/form.sql"
    SP2-0310: unable to open file "core/wwv_flow_item_comps.sql"
    SP2-0310: unable to open file "core/copy.sql"
    SP2-0310: unable to open file "core/copy_lov.sql"
    SP2-0310: unable to open file "core/copy_item.sql"
    SP2-0310: unable to open file "core/copy_button.sql"
    SP2-0310: unable to open file "core/wwv_flow_translation_utilities.sql"
    SP2-0310: unable to open file "core/seed.sql"
    SP2-0310: unable to open file "core/sync.sql"
    SP2-0310: unable to open file "core/popup_filter.sql"
    SP2-0310: unable to open file "core/change_password.sql"
    SP2-0310: unable to open file "core/asfcookie.sql"
    SP2-0310: unable to open file "core/spell.sql"
    SP2-0310: unable to open file "core/wwv_calculator.sql"
    SP2-0310: unable to open file "core/layout.sql"
    SP2-0310: unable to open file "core/wwv_flow_builder.sql"
    SP2-0310: unable to open file "core/wwv_lov_used_on_pages.sql"
    SP2-0310: unable to open file "core/shortcut.sql"
    SP2-0310: unable to open file "core/wwv_flow_fnd_developer_api.sql"
    SP2-0310: unable to open file "core/popup.sql"
    SP2-0310: unable to open file "core/wwv_flow_calendar3.sql"
    SP2-0310: unable to open file "core/wwv_flow_query_builder.sql"
    SP2-0310: unable to open file "core/wwv_flow_sw_object_feed.sql"
    SP2-0310: unable to open file "core/query.sql"
    SP2-0310: unable to open file "core/temp_table_init.sql"
    SP2-0310: unable to open file "core/wwv_flow_mail.sql"
    SP2-0310: unable to open file "core/wwv_flow_gen_global_api.sql"
    SP2-0310: unable to open file "core/wizard.sql"
    SP2-0310: unable to open file "core/prov.sql"
    SP2-0310: unable to open file "core/provision.sql"
    SP2-0310: unable to open file "core/null1.sql"
    SP2-0310: unable to open file "core/flowjob.sql"
    SP2-0310: unable to open file "core/wwv_flow_item.sql"
    SP2-0310: unable to open file "core/platform.sql"
    SP2-0310: unable to open file "core/tree.sql"
    SP2-0310: unable to open file "core/tree3.sql"
    SP2-0310: unable to open file "core/wizapi.sql"
    SP2-0310: unable to open file "core/wwv_flow_load_data.sql"
    SP2-0310: unable to open file "core/flow_isc.sql"
    SP2-0310: unable to open file "core/home.sql"
    SP2-0310: unable to open file "core/imgapi.sql"
    SP2-0310: unable to open file "core/imgapi_public.sql"
    SP2-0310: unable to open file "core/cssapi.sql"
    SP2-0310: unable to open file "core/cssapi_public.sql"
    SP2-0310: unable to open file "core/htmlapi.sql"
    SP2-0310: unable to open file "core/htmlapi_public.sql"
    SP2-0310: unable to open file "core/wwv_flow_fnd_user_api.sql"
    SP2-0310: unable to open file "core/flows_version.sql"
    SP2-0310: unable to open file "core/flows_release.sql"
    SP2-0310: unable to open file "core/wwv_flow_upgrade_report.sql"
    SP2-0310: unable to open file "core/collection.sql"
    SP2-0310: unable to open file "core/wwv_flow_load_excel_data.sql"
    SP2-0310: unable to open file "core/z.sql"
    SP2-0310: unable to open file "core/custom_auth_api.sql"
    SP2-0310: unable to open file "core/custom_auth_std.sql"
    SP2-0310: unable to open file "core/sw_api.sql"
    SP2-0310: unable to open file "core/wwv_flow_script_export.sql"
    SP2-0310: unable to open file "core/app_auth.sql"
    SP2-0310: unable to open file "core/copy_metadata.sql"
    SP2-0310: unable to open file "core/create_flow_api.sql"
    SP2-0310: unable to open file "core/ihelp.sql"
    SP2-0310: unable to open file "core/copyu.sql"
    SP2-0310: unable to open file "core/wwv_flow_admin_api.sql"
    SP2-0310: unable to open file "core/flowcon.sql"
    SP2-0310: unable to open file "core/wwv_flow_tab_mgr.sql"
    SP2-0310: unable to open file "core/generate_ddl.sql"
    SP2-0310: unable to open file "core/table_drill.sql"
    SP2-0310: unable to open file "core/wwv_flow_svg.sql"
    SP2-0310: unable to open file "core/wwv_flow_download.sql"
    SP2-0310: unable to open file "core/wwv_flow_copy_page.sql"
    SP2-0310: unable to open file "core/sw_util.sql"
    SP2-0310: unable to open file "core/generate_table_api.sql"
    SP2-0310: unable to open file "core/wwv_flow_hint.sql"
    SP2-0310: unable to open file "core/wwv_flow_regexp.sql"
    SP2-0310: unable to open file "core/wwv_flow_gen_hint.sql"
    SP2-0310: unable to open file "core/wwv_flow_series_attr.sql"
    SP2-0310: unable to open file "core/wwv_flow_xliff.sql"
    SP2-0310: unable to open file "core/edit_report.sql"
    SP2-0310: unable to open file "core/query_api.sql"
    SP2-0310: unable to open file "core/imp_parser.sql"
    SP2-0310: unable to open file "core/wwv_flow_sw_parser.sql"
    SP2-0310: unable to open file "core/wwv_flow_create_model_app.sql"
    SP2-0310: unable to open file "core/wwv_flow_login.sql"
    SP2-0310: unable to open file "core/hint_seed.sql"
    SP2-0310: unable to open file "core/view.sql"
    SP2-0310: unable to open file "core/apex_admin.sql"
    SP2-0310: unable to open file "core/wwv_flow_developer_toolbar.sql"
    SP2-0310: unable to open file "core/wwv_flow_help.sql"
    SP2-0310: unable to open file "core/htmldb_util.sql"
    SP2-0310: unable to open file "core/htmldb_custom_auth.sql"
    SP2-0310: unable to open file "core/htmldb_lang.sql"
    SP2-0310: unable to open file "core/wwv_flow_form_control.sql"
    SP2-0310: unable to open file "core/wwv_flow_data_quick_flow.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_globals.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_1.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_2.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_3.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_4.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_5.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_6.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_7.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_8.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_9.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_10.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_11.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_12.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_13.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_14.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_15.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_16.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_17.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_18.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_manager.sql"
    SP2-0310: unable to open file "core/wwv_flow_theme_files.sql"
    SP2-0310: unable to open file "core/htmldb_site_admin_privs.sql"
    SP2-0310: unable to open file "core/wwv_flow_ppr_util.sql"
    SP2-0310: unable to open file "core/wwv_flow_sw_script.sql"
    SP2-0310: unable to open file "core/wwv_flow_list.sql"
    SP2-0310: unable to open file "core/wwv_flow_sc_transactions.sql"
    SP2-0310: unable to open file "core/wwv_flow_session_mon.sql"
    SP2-0310: unable to open file "core/wwv_flow_sw_page_calls.sql"
    SP2-0310: unable to open file "core/wwv_flow_install_wizard.sql"
    SP2-0310: unable to open file "core/wwv_flow_wiz_confirm.sql"
    SP2-0310: unable to open file "core/wwv_flow_page_map.sql"
    SP2-0310: unable to open file "core/wwv_flow_print_util.sql"
    SP2-0310: unable to open file "core/wwv_flow_flash_chart.sql"
    SP2-0310: unable to open file "core/wwv_flow_flash_chart_util.sql"
    SP2-0310: unable to open file "core/wwv_flow_flash_chart_util.sql"
    SP2-0310: unable to open file "core/wwv_flow_drag_layout.sql"
    SP2-0310: unable to open file "core/null1.sql"
    SP2-0310: unable to open file "core/ldap.sql"
    SP2-0310: unable to open file "core/custom_auth_ldap.sql"
    SP2-0310: unable to open file "core/null1.sql"
    ...installing files dependend upon 9iR2
    ...if errors are encountered, ignore if not 9iR2
    SP2-0310: unable to open file "core/wwv_flow_web_services.sql"
    ...installing files dependent on XML DB
    ......if errors are encountered, install XML DB and rerun these files
    SP2-0310: unable to open file "core/wwv_flow_dataload_xml.sql"
    ...end of XML XDB dependancies
    SP2-0310: unable to open file "core/processu.sql"
    timing for: Package Specs
    Elapsed: 00:00:00.65
    SP2-0310: unable to open file "core/meta_cleanup.plb"
    wwv_flow_upgrade.SWITCH_SCHEMAS('FLOWS_030000','FLOWS_030000');
    ERROR at line 3:
    ORA-06550: line 3, column 9:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.SWITCH_SCHEMAS' must be declared
    ORA-06550: line 3, column 9:
    PL/SQL: Statement ignored
    SP2-0310: unable to open file "core/meta_cleanup.plb"
    IV. I N S T A L L F L O W P A C K A G E B O D I E S
    SP2-0310: unable to open file "core/dynsql.plb"
    SP2-0310: unable to open file "core/wwv_flow_dynsql_parse.plb"
    SP2-0310: unable to open file "core/wwv_flow_dynsql_util.plb"
    SP2-0310: unable to open file "core/calendar.plb"
    SP2-0310: unable to open file "core/chart.plb"
    SP2-0310: unable to open file "core/reports3.plb"
    SP2-0310: unable to open file "core/wwv_flow_page_cache_api.plb"
    SP2-0310: unable to open file "core/wwv_flow_render_query.plb"
    SP2-0310: unable to open file "core/wwv_flow_plsql_editor.plb"
    SP2-0310: unable to open file "core/wwv_flow_model_api.plb"
    SP2-0310: unable to open file "core/api.plb"
    SP2-0310: unable to open file "core/gen_api_pkg.plb"
    SP2-0310: unable to open file "core/wwv_htf.plb"
    SP2-0310: unable to open file "core/wwv_htp.plb"
    SP2-0310: unable to open file "core/flow_log.plb"
    SP2-0310: unable to open file "core/flow_dml.plb"
    SP2-0310: unable to open file "core/flowu.plb"
    if wwv_flow_utilities.db_version_is_at_least('10.2.0.3') or wwv_flow_utilities.db_edition_is_xe then
    ERROR at line 2:
    ORA-06550: line 2, column 8:
    PLS-00201: identifier 'WWV_FLOW_UTILITIES.DB_VERSION_IS_AT_LEAST' must be
    declared
    ORA-06550: line 2, column 5:
    PL/SQL: Statement ignored
    SP2-0310: unable to open file "core/coreins.sql"
    SP2-0310: unable to open file "core/audit.plb"
    SP2-0310: unable to open file "core/audit_trigger.sql"
    SP2-0310: unable to open file "core/flowc.plb"
    SP2-0310: unable to open file "core/flowp.plb"
    SP2-0310: unable to open file "core/meta.plb"
    SP2-0310: unable to open file "core/flow.plb"
    SP2-0310: unable to open file "core/flowl.plb"
    SP2-0310: unable to open file "core/template.plb"
    SP2-0310: unable to open file "core/plug.plb"
    SP2-0310: unable to open file "core/customize.plb"
    SP2-0310: unable to open file "core/sw_util.plb"
    SP2-0310: unable to open file "core/generic.plb"
    SP2-0310: unable to open file "core/auth.plb"
    SP2-0310: unable to open file "core/wwv_flow_element.plb"
    SP2-0310: unable to open file "core/form.plb"
    SP2-0310: unable to open file "core/check.plb"
    SP2-0310: unable to open file "core/spell.plb"
    SP2-0310: unable to open file "core/wwv_calculator.plb"
    SP2-0310: unable to open file "core/layout.plb"
    SP2-0310: unable to open file "core/wwv_flow_builder.plb"
    SP2-0310: unable to open file "core/shortcut.plb"
    SP2-0310: unable to open file "core/wwv_flow_fnd_developer_api.plb"
    ...install demonstration flow specs
    SP2-0310: unable to open file "core/collections_showcase.sql"
    SP2-0310: unable to open file "core/wwv_flow_sample_app.sql"
    SP2-0310: unable to open file "core/wwv_lov_used_on_pages.sql"
    SP2-0310: unable to open file "core/query.plb"
    SP2-0310: unable to open file "core/temp_table_init.plb"
    SP2-0310: unable to open file "core/wwv_flow_mail.plb"
    SP2-0310: unable to open file "core/file_mgr.plb"
    SP2-0310: unable to open file "core/wwv_flow_image_generator.plb"
    SP2-0310: unable to open file "core/wwv_flow_gen_global_api.plb"
    SP2-0310: unable to open file "core/wizard.plb"
    SP2-0310: unable to open file "core/prov.plb"
    SP2-0310: unable to open file "core/wwv_flow_f4000_util.plb"
    SP2-0310: unable to open file "core/null1.sql"
    SP2-0310: unable to open file "core/provision.plb"
    SP2-0310: unable to open file "core/flowjob.plb"
    SP2-0310: unable to open file "core/plsqljob.plb"
    SP2-0310: unable to open file "core/tree.plb"
    SP2-0310: unable to open file "core/tree3.plb"
    SP2-0310: unable to open file "core/wizapi.plb"
    SP2-0310: unable to open file "core/wwv_flow_load_data.plb"
    SP2-0310: unable to open file "core/fileapi.plb"
    SP2-0310: unable to open file "core/imgapi.plb"
    SP2-0310: unable to open file "core/imgapi_public.plb"
    SP2-0310: unable to open file "core/cssapi.plb"
    SP2-0310: unable to open file "core/cssapi_public.plb"
    SP2-0310: unable to open file "core/htmlapi.plb"
    SP2-0310: unable to open file "core/htmlapi_public.plb"
    SP2-0310: unable to open file "core/wwv_flow_fnd_user_api.plb"
    SP2-0310: unable to open file "core/wwv_flow_user_api.plb"
    SP2-0310: unable to open file "core/wwv_flow_template_api.plb"
    SP2-0310: unable to open file "core/wwv_flow_upgrade_report.plb"
    SP2-0310: unable to open file "core/collection.plb"
    SP2-0310: unable to open file "core/wwv_flow_item.plb"
    SP2-0310: unable to open file "core/wwv_flow_load_excel_data.plb"
    SP2-0310: unable to open file "core/custom_auth_api.plb"
    SP2-0310: unable to open file "core/custom_auth_std.plb"
    SP2-0310: unable to open file "core/sw_api.plb"
    SP2-0310: unable to open file "core/wwv_flow_script_export.plb"
    SP2-0310: unable to open file "core/app_auth.plb"
    SP2-0310: unable to open file "core/copy_metadata.plb"
    SP2-0310: unable to open file "core/create_flow_api.plb"
    SP2-0310: unable to open file "core/ihelp.plb"
    SP2-0310: unable to open file "core/copyu.plb"
    SP2-0310: unable to open file "core/wwv_flow_admin_api.plb"
    SP2-0310: unable to open file "core/flowcon.plb"
    SP2-0310: unable to open file "core/wwv_flow_tab_mgr.plb"
    SP2-0310: unable to open file "core/forum_demo.sql"
    SP2-0310: unable to open file "core/wwv_flow_lookup_tables.sql"
    SP2-0310: unable to open file "core/table_drill.plb"
    SP2-0310: unable to open file "core/wwv_flow_svg.plb"
    SP2-0310: unable to open file "core/wwv_flow_download.plb"
    SP2-0310: unable to open file "core/wwv_flow_copy_page.plb"
    SP2-0310: unable to open file "core/popup.plb"
    SP2-0310: unable to open file "core/wwv_flow_calendar3.plb"
    SP2-0310: unable to open file "core/generate_table_api.plb"
    SP2-0310: unable to open file "core/wwv_flow_hint.plb"
    SP2-0310: unable to open file "core/wwv_flow_gen_hint.plb"
    SP2-0310: unable to open file "core/wwv_flow_series_attr.plb"
    SP2-0310: unable to open file "core/wwv_flow_xliff.plb"
    SP2-0310: unable to open file "core/edit_report.plb"
    SP2-0310: unable to open file "core/query_api.plb"
    SP2-0310: unable to open file "core/imp_parser.plb"
    SP2-0310: unable to open file "core/wwv_flow_developer_toolbar.plb"
    SP2-0310: unable to open file "core/flow_isc.plb"
    SP2-0310: unable to open file "core/wwv_flow_web_services.plb"
    SP2-0310: unable to open file "core/htmldb_util.plb"
    SP2-0310: unable to open file "core/htmldb_item.plb"
    SP2-0310: unable to open file "core/htmldb_custom_auth.plb"
    SP2-0310: unable to open file "core/htmldb_lang.plb"
    SP2-0310: unable to open file "core/wwv_flow_form_control.plb"
    SP2-0310: unable to open file "core/wwv_flow_data_quick_flow.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_1.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_2.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_3.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_4.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_5.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_6.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_7.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_8.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_9.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_10.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_11.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_12.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_13.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_14.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_15.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_16.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_17.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_18.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_manager.plb"
    SP2-0310: unable to open file "core/wwv_flow_theme_files.plb"
    SP2-0310: unable to open file "core/wwv_flow_help.plb"
    SP2-0310: unable to open file "core/htmldb_site_admin_privs.plb"
    SP2-0310: unable to open file "core/wwv_flow_login.plb"
    SP2-0310: unable to open file "core/wwv_flow_ppr_util.plb"
    SP2-0310: unable to open file "core/wwv_flow_query_builder.plb"
    SP2-0310: unable to open file "core/wwv_flow_sw_script.plb"
    SP2-0310: unable to open file "core/wwv_flow_sw_object_feed.plb"
    SP2-0310: unable to open file "core/wwv_flow_list.plb"
    SP2-0310: unable to open file "core/wwv_flow_sw_parser.plb"
    SP2-0310: unable to open file "core/wwv_flow_create_model_app.plb"
    SP2-0310: unable to open file "core/wwv_flow_sc_transactions.plb"
    SP2-0310: unable to open file "core/wwv_flow_session_mon.plb"
    SP2-0310: unable to open file "core/wwv_flow_sw_page_calls.plb"
    SP2-0310: unable to open file "core/wwv_flow_sw_upgrade.plb"
    SP2-0310: unable to open file "core/wwv_flow_install_wizard.plb"
    SP2-0310: unable to open file "core/wwv_flow_wiz_confirm.plb"
    SP2-0310: unable to open file "core/wwv_flow_page_map.plb"
    SP2-0310: unable to open file "core/wwv_flow_print_util.plb"
    SP2-0310: unable to open file "core/wwv_flow_flash_chart.plb"
    SP2-0310: unable to open file "core/wwv_flow_flash_chart_util.plb"
    SP2-0310: unable to open file "core/wwv_flow_drag_layout.plb"
    SP2-0310: unable to open file "core/null1.sql"
    SP2-0310: unable to open file "core/wwv_flow_epg_include.plb"
    SP2-0310: unable to open file "core/ldap.plb"
    SP2-0310: unable to open file "core/custom_auth_ldap.plb"
    SP2-0310: unable to open file "core/null1.sql"
    SP2-0310: unable to open file "core/generate_ddl.plb"
    ...installing files dependant on an XML XDB
    ......if errors are encountered, install XML XDB and rerun these files
    SP2-0310: unable to open file "core/wwv_flow_dataload_xml.plb"
    ...end of XML XDB dependancies
    SP2-0310: unable to open file "core/processu.plb"
    SP2-0310: unable to open file "core/migrate_metadata.plb"
    ...query rewrite
    SP2-0310: unable to open file "core/wwv_flow_rewrite_query.sql"
    ...page Builder
    SP2-0310: unable to open file "core/p.sql"
    ...install demonstration flow bodies
    SP2-0310: unable to open file "core/collections_showcase.plb"
    SP2-0310: unable to open file "core/wwv_flow_sample_app.plb"
    SP2-0310: unable to open file "core/template_gallery.sql"
    SP2-0310: unable to open file "core/wwv_flow_regexp.plb"
    SP2-0310: unable to open file "core/apex_views.sql"
    timing for: Package Bodies
    Elapsed: 00:00:00.49
    V. P E R F O R M F L O W G R A N T S
    grant execute on wwv_flow to public
    ERROR at line 1:
    ORA-04042: procedure, function, package, or package body does not exist
    grant execute on wwv_flow_utilities to public
    ERROR at line 1:
    ORA-04042: procedure, function, package, or package body does not exist
    grant select on WWV_FLOW_LOV_TEMP to PUBLIC
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ...Perform Application Migration Workshop Grants
    grant execute on wwv_mig_acc_load to public
    ERROR at line 1:
    ORA-04042: procedure, function, package, or package body does not exist
    Installing flows_files objects 2
    Session altered.
    SP2-0310: unable to open file "core/flows_files_new2.sql"
    Session altered.
    timing for: Grants
    Elapsed: 00:00:00.08
    VI. I N S T A L L F L O W S
    define "^" (hex 5e)
    ...design time flows
    SP2-0310: unable to open file "builder/f4411.sql"
    SP2-0310: unable to open file "builder/f4000.sql"
    SP2-0310: unable to open file "builder/f4350.sql"
    SP2-0310: unable to open file "builder/f4050.sql"
    SP2-0310: unable to open file "builder/f4550.sql"
    SP2-0310: unable to open file "builder/f4700.sql"
    SP2-0310: unable to open file "builder/f4155.sql"
    SP2-0310: unable to open file "builder/f4500.sql"
    SP2-0310: unable to open file "builder/f4300.sql"
    SP2-0310: unable to open file "builder/f4400.sql"
    wwv_flow_security.g_security_group_id := 10;
    ERROR at line 2:
    ORA-06550: line 2, column 5:
    PLS-00201: identifier 'WWV_FLOW_SECURITY.G_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 2, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 4, column 23:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 3, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 8, column 32:
    PLS-00364: loop index variable 'C1' use is invalid
    ORA-06550: line 7, column 9:
    PL/SQL: Statement ignored
    ...Initialize SMTP server settings
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ...Initialize preference settings
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    insert into wwv_flow_platform_prefs (name, value, pref_desc, security_group_id)
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Commit complete.
    ...Initialize the table of Oracle default schema names
    insert into wwv_flow_restricted_schemas(id,schema) values( 1,'SYS');
    ERROR at line 9:
    ORA-06550: line 9, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 9, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 10, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 10, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 11, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 11, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 12, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 12, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 13, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 13, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 14, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 14, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 15, column 13:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 15, column 1:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 16, column 13:
    PL/SQL: ORA-00942: ta
    ...Adjust flow owner to install owner
    update wwv_flows set owner = 'FLOWS_030000' where id between 4000 and 4999
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Commit complete.
    ...Adjust flow version
    Enter value for version: 3
    update wwv_flows set flow_version = '&PRODUCT_NAME. ' || '3' where id between 4000 and 4999 and id <> 4550
    ERROR at line 1:
    ORA-00942: table or view does not exist
    update wwv_flows set flow_version = '&PRODUCT_NAME. ' where id = 4550
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Commit complete.
    timing for: Install Internal Flows
    Elapsed: 00:00:09.86
    SP2-0310: unable to open file "core/verification_images_load.sql"
    timing for: Verification Images Load
    Elapsed: 00:00:00.01
    VII. L O A D E N G L I S H D I C T I O N A R Y
    alter trigger bi_wwv_dictionary$_fer disable
    ERROR at line 1:
    ORA-04080: trigger 'BI_WWV_DICTIONARY$_FER' does not exist
    SP2-0310: unable to open file "core/dictionary_load.sql"
    alter trigger bi_wwv_dictionary$_fer enable
    ERROR at line 1:
    ORA-04080: trigger 'BI_WWV_DICTIONARY$_FER' does not exist
    timing for: English Dictionary
    Elapsed: 00:00:00.05
    Commit complete.
    User altered.
    User altered.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the FLOWS_030000 schema.
    The structure of the link to the Application Express administration services is as follows:
    http://host:port/pls/apex/apex_admin
    The structure of the link to the Application Express development interface is as follows:
    http://host:port/pls/apex
    wwv_flow_upgrade.template_name_cleanup('FLOWS_010500');
    ERROR at line 4:
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.TEMPLATE_NAME_CLEANUP' 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_SECURITY_GROUP_ID' must be declared
    ORA-06550: line 5, column 5:
    PL/SQL: Statement ignored
    wwv_flow_upgrade.copy_flow_meta_data('FLOWS_010500','FLOWS_030000');
    ERROR at line 4:
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.COPY_FLOW_META_DATA' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    wwv_flow_upgrade.switch_schemas('FLOWS_010500','FLOWS_030000');
    ERROR at line 4:
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.SWITCH_SCHEMAS' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    wwv_flow_upgrade.sw_cleanup('FLOWS_010500','FLOWS_030000');
    ERROR at line 4:
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.SW_CLEANUP' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    wwv_flow_upgrade.upgrade_to_030000(p_owner => 'FLOWS_030000', p_from => 'FLOWS_010500');
    ERROR at line 4:
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.UPGRADE_TO_030000' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    wwv_flow_upgrade.copy_prefs('FLOWS_010500','FLOWS_030000');
    ERROR at line 4:
    ORA-06550: line 4, column 5:
    PLS-00201: identifier 'WWV_FLOW_UPGRADE.COPY_PREFS' must be declared
    ORA-06550: line 4, column 5:
    PL/SQL: Statement ignored
    update wwv_flow_fnd_user set account_expiry = trunc(sysdate) where account_expiry is null;
    ERROR at line 3:
    ORA-06550: line 3, column 10:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 3, column 3:
    PL/SQL: SQL Statement ignored
    for c1 in (select count(1) counter from WWV_FLOW_UPGRADE_PROGRESS where upgrade_error is not null) loop
    ERROR at line 3:
    ORA-06550: line 3, column 44:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 3, column 15:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 4, column 9:
    PLS-00364: loop index variable 'C1' use is invalid
    ORA-06550: line 4, column 6:
    PL/SQL: Statement ignored
    timing for: Upgrade
    Elapsed: 00:00:00.19
    JOB_QUEUE_PROCESSES: 10
    Performing Application Express component validation - please wait...
    Enter value for version: 3
    Enter value for version: 10
    Enter value for version: 3
    Completing registration process.
    Validating installation.
    FAILED EXISTENCE CHECK FOR WWV_FLOW_COLLECTIONS$
    timing for: Validate Installation
    Elapsed: 00:00:15.88
    timing for: Complete Installation
    Elapsed: 00:00:34.14
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options

    To add to Patrick's suggestion....
    What I am suggesting is not the cause of the FLOWS_030000 user existing error, but could be another issue which caused your installation to fail.
    In your post, you said...
    This is the command i gave to configure from SQL prompt:
    @D:\Apex3.0\apexins.sql <Newly Create User> <Newly Created Tablespace> <Newly Created Tablespace> TEMP /i/
    You have specified an absolute path when running the apexins.sql script. In order for the installation to succeed, you must first change your working directory to the directory where you unzipped the apex_3.0.zip file and then run the script. This is because the apexins.sql script subsequently references other sql scripts, using relative paths.
    You have also not included a password in your command, was this just for purposes of the posting, or could this also be an issue, as in:
    @apexins password tablespace_apex tablespace_files tablespace_temp images
    Hope this helps,
    Anthony
    http://anthonyrayner.blogspot.com

  • SP2-0027: Input is too long error during Apex 4.0 installation

    I have come across an error while installing Apex 4.0.
    The installation reached the point where it gave a SP2-0027 error
    ...PAGE 72: Workspace Schemas
    ...PAGE 73: &PRODUCT_NAME. Workspace Creation
    ...PAGE 74: Page Views By Day Report
    ...PAGE 75: Page Views by Application and Page
    ...PAGE 76: Hourly Usage
    ...PAGE 77: Usage by Application, for selected hour
    ...PAGE 78: Page Performance Dashboard
    ...PAGE 79: Database
    SP2-0027: Input is too long (> 2499 characters) - line ignored
    wwv_flow_api.create_report_region (
    ERROR at line 16:
    ORA-06550: line 16, column 1:
    PLS-00703: multiple instances of named argument in list
    ORA-06550: line 16, column 1:
    PL/SQL: Statement ignored
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Following this, I looked up Apex help, and so checked dba_registry
    C:\apex>C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jul 13 15:40:05 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys as sysdba
    Enter password:
    Connected.
    SQL> SELECT STATUS FROM DBA_REGISTRY
    2 WHERE COMP_ID = 'APEX';
    STATUS
    LOADING
    Please help
    Edited by: user4477408 on Jul 19, 2010 3:35 PM
    Edited by: user4477408 on Jul 26, 2010 11:29 AM

    Did you keep any kind of external references to your pages/reports? From what it looks like, one of your report regions exceeds 2500 characters and APEX is having a hard time crunching it. See if you can find that page, then export that page, delete the region, and import the page on it's own later.
    Not sure why it would be such a small area, though. I usually don't have any trouble until I hit 32K characters.

  • I have a problem post-install APEX

    Hello... i installed apex in oracle enterprise 9.2.0.1 and when the process is about to finish throw me this message...
    Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the FLOWS_030000 schema.
    The structure of the link to the Application Express administration services is as follows:
    http://host:port/pls/apex/apex_admin
    The structure of the link to the Application Express development interface is as follows:
    http://host:port/pls/apex
    -- Updating user account expiration. -------
    timing for: Upgrade
    Elapsed: 00:00:01.05
    JOB_QUEUE_PROCESSES: 10
    Performing Application Express component validation - please wait...
    dbms_registry.loaded('APEX','3.0.0.00.20');
    ERROR at line 4:
    ORA-06550: line 4, column 8:
    PLS-00306: wrong number or types of arguments in call to 'LOADED'
    ORA-06550: line 4, column 8:
    PL/SQL: Statement ignored
    ORA-06550: line 7, column 13:
    PLS-00306: wrong number or types of arguments in call to 'UPGRADED'
    ORA-06550: line 7, column 13:
    PL/SQL: Statement ignored
    ORA-06550: line 9, column 13:
    PLS-00306: wrong number or types of arguments in call to 'LOADED'
    ORA-06550: line 9, column 13:
    PL/SQL: Statement ignored
    I don't know if this is an important message... so i continue with post-installation process trying to run apex_epg_config11 and this throw me another error
    select insertChildXML(cfg,
    ERROR at line 23:
    ORA-06550: line 23, column 12:
    PL/SQL: ORA-00904: "INSERTCHILDXML": invalid identifier
    Somebody can help me??? Thanks

    Hello Franklin,
    "i installed apex in oracle enterprise 9.2.0.1 "Did you check that your environment meets the APEX 3.0 Installation Requirements, like the Oracle JVM and the PL/SQL Web Toolkit? (You can check all the requirement in here - http://download-uk.oracle.com/docs/cd/B32472_01/doc/install.300/b32468/pre_require.htm#BABFCFBC )
    "so i continue with post-installation process trying to run apex_epg_config11 and this throw me another error "This script should configure the embedded PL/SQL gateway (DBMS_EPG package), which I'm pretty sure is not part of your db version environment. In any case, this specific script is for the future 11g version. Until then you should use the Oracle HTTP server (Re: HTMLDB asking password for XDB? ).
    Regards,
    Arie.

  • Installing APEX without Oracle Text Option

    Hi,
    Is it possible to install APEX 3.1.2 or 3.2 without the Text Option? The doc says yes, but the apex help can´t be used.
    The last time i tried it on a customer side, i got an installation error (but i can´t remember the text of the error)
    After installing Oracle TEXT it was ok.
    Thanks
    Marco

    Marco,
    I believe Oracle Text is required. This is from [Oracle Installation Document|http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/pre_require.htm#CFHBDFEE] .
    Tip:
    The installer does a prerequisite check for Oracle Text and will exit if it is not installed.
    Ittichai

  • Install APEX 4.2 on XE 11g

    hi..all
    any experienced installing apex 4.2 to fresh install XE 11g?
    because i always unsuccessfull with this code:
    -- Now beginning upgrade. This will take several minutes.-------
    -- Ensuring template names are unique -------
    -- Migrating metadata to new schema -------
    -- Switching Builder to new schema -------
    -- Migrating SQL Workshop metadata -------
    Warning: Package Body altered with compilation errors.
    -- Upgrading new schema. -------
    -- Copying preferences to new schema. -------
    -- Upgrading Websheet objects. -------
    begin
    ERROR at line 1:
    ORA-04063: package body "APEX_040200.WWV_FLOW_UTILITIES" has errors
    ORA-06508: PL/SQL: could not find program unit being called:
    "APEX_040200.WWV_FLOW_UTILITIES"
    ORA-06512: at "APEX_040200.WWV_FLOW_UPGRADE", line 4962
    ORA-06512: at line 4
    ERRORS EXIST!!!
    ...There are 11 errors in the log table!
    ...Select upgrade_error from WWV_FLOW_UPGRADE_PROGRESS to review errors.
    -- Upgrade is complete -----------------------------------------
    timing for: Upgrade
    Elapsed: 00:01:52.04
    VIII. I N S T A L L O R A C L E A P E X A P P L I C A T I O N S
    define "^" (hex 5e)
    ...Internal messages
    APPLICATION 4411 - Oracle APEX System Messages and Native Types
    Set Credentials...
    Check Compatibility...
    WWV_FLOW_API.FLOWS_API_LAST_EXTENDED20120101
    WWV_FLOW_API.CURRENT_FLOWS_VERSION20120101
    WWV_FLOW_API.IMPORT_COMPATIBLE_WITH_VERSION 20120101
    WWV_FLOW_API.COMPATIBLE
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-04063: package body "APEX_040200.WWV_FLOW_UTILITIES" has errors
    ORA-06508: PL/SQL: could not find program unit being called:
    "APEX_040200.WWV_FLOW_UTILITIES"
    ORA-06512: at "APEX_040200.WWV_FLOW_AUDIT", line 70
    ORA-06512: at line 3
    Disconnected from Oracle Database 11g Express Edition Release 11.2.0.2.0 - Produ
    ction

    Praboth i think this is happen on fresh install on oracle XE 11g (existing 4.0) not like your scenario update from existing 4.1 to 4.2
    BTW there many error on log file
    ERROR at line 1:
    ORA-01920: user name 'FLOWS_FILES' conflicts with another user or role name
    ORA-06512: at line 3
    ...create flows_files
    ... create wwv_flow_file_objects
    create table wwv_flow_file_objects$ (
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    create index wwv_flow_files_file_idx on wwv_flow_file_objects$ (security_group_id, filename, flow_id)
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    create public synonym wwv_flow_file_objects$ for wwv_flow_file_objects$
    ERROR at line 1:
    ORA-00955: name is already used by an existing object
    declare
    ERROR at line 1:
    ORA-43853: SECUREFILE lobs cannot be used in non-ASSM tablespace "APEX42"
    ORA-06512: at line 7
    Table altered.
               m.c048, m.c049, m.c050, m.clob001, m.blob001, m.xmltype001, m.n001, m.n002, m.n003,
    ERROR at line 7:
    ORA-00904: "M"."XMLTYPE001": invalid identifier
    many more

  • Trying to install Apex 4.1 so i found apex 3.2 working

    Dears,
    I have database 11.2 and apex 3.2 installed after running apexins.sqll to install apex 4.1 and follow the steps to install apex 4.1 then when I’m trying to start working with apex 4.1 i found apex 3.2 not apex 4.1, so I don’t know what's wrong in my installation or how to work with apex 4.1

    Hi,
    Which web server are you using?
    I have database 11.2 and apex 3.2 installed after running apexins.sqll to install apex 4.1 and follow the steps to install apex 4.1 then when I’m trying to start working with apex 4.1 i found apex 3.2 not apex 4.1, so I don’t know what's wrong in my installation or how to work with apex 4.1Once instance of RDBMS can have only one version of Apex. If your upgrade went through without errors then you have 4.1 installed on that instance.
    So the possibilities are
    a. You upgraded one instance but your web server is pointing to another one that has 3.2 on it
    b. You thought you upgraded the instance you are currently access, but in really you upgraded some other instance.
    Run the following when connected as SYSDBA
    SQL> SELECT USERNAME FROM DBA_USERS WHERE USERNAME LIKE 'APEX%';Do you see a use APEX_040100 listed in the output?
    Cheers,

Maybe you are looking for

  • Can i buy an iPhone at a pawn shop and get it unlocked for use with Straight Talk wireless?

    Just wondering if I can buy a used iphone at a pawn shop or on ebay and get it unlocked for use with the prepaid Straight Talk wireless service? If so, how much would it cost to get it unlocked?

  • Wrapper Error in "OVS." Please help

    Hi!! I need your knowledge !! I build a OVS... and functioned well. But, i create a another RFC Model (for other functionality), and when I realice deployment, and execute the OVS in my WebDynpro , this error generated: <i>java.lang.NullPointerExcept

  • Z30 Stuck in wrong password mode

    My beautiful Z30 is about a month old and a day ago it started up saying I've had five failed attempts to enter the password (which was not true). Whatever I enter then, and however many times, including "blackberry" when prompted, I remain on five f

  • EV After

    Hi, I was wondering if it was possible to have a ev_after function on the row and column in the same evdre report?  I'm noticing that the ev_after function works in both the column and the row except at the intersection where the ev_after(row) and ev

  • Catch-22 authorizing computer

    When I sync my Iphone (Iphone 4, ios 6.01), Itunes (11) tells me that there are 26 apps that it can't transfer because I'm not authorized on this computer. (there are a whole bunch of others that it transfers OK). When I try to authorize it, it then