Wwv_flow_load_data.create_csv_collection

Hi
I noticed that everytime a csv file is uploaded via the SQL workshop, a call is made to wwv_flow_load_data.create_csv_collection
Extract from TOP SQL
begin declare l_first_row_is_col_name boolean := false;
l_file_id number := 0; begin for c1 in (select id from wwv_flow_file_objects$ where name = :F4300_P13_FILE) loop l_file_id := c1.id; end loop;
if l_file_id != 0 then if :F4300_P13_IS_COLUMN_NAME = 'Y' then l_first_row_is_col_name := true; end if;
wwv_flow_load_data.create_csv_collection ( p_file_id => l_file_id, p_separator
--then next statement is
begin wwv_flow_load_data.display_ntable_property(p_collection_name => 'CSV_IMPORT' ); end;
Does anybody know how to call this procedure or as users do we have access to those internal procedures ?
Thanks
Fiston

Hi All,
Does anyone knows the usage of wwv.flow_load_data.load_csv_data procedure? I want to use call that from my procedure to import an csv file without Apex Data Upload Wizard. But i don't know all the parameters and couldn't find any explanation about them.
Best Regards,
Osman.

Similar Messages

  • WWV_FLOW_WORKSHEET_CONDITIONS - ORA-06502 character string buffer too small

    Hi,
    I am currently working on a application that can upload CSV files inside many tables. Since I hate reinventing the wheels, I have decided to reverse engineer APEX and APEX APIs that are used by the SQL Workshop to upload CSV files to a single table. Since this feature was tested many times by many developers around the world, I know I can trust the code. If in a future release of APEX those packages are modified, I'll have to update my abstraction layer to call my own packages instead of APEX packages. (This is not an issue for our team.)
    First Step
    Use apex_040000.wwv_flow_load_data.create_csv_collection to create an apex collection with the first 20 rows of the csv file. At this step, we can validate the format of a sample of the file without loading all rows of the csv file.
    Second Step
    Use apex_040000.wwv_flow_load_data.load_csv_data to upload all rows of the csv file inside a table.
    Third Step
    Do whatever you want with the data inside the table. (i.e.: Send the data into multiple tables...)
    Here's my problem..._
    After the first or second steps, I display the data using interactive reports. I want to highlight every cells containing "invalid" data. I use apex_040000.wwv_flow_worksheet_api.add_or_update_highlight. When I have too many invalid cells, the IR doesn't show at run time, and you can see ORA-06502: PL/SQL: numeric or value error: character string buffer too small on the page.
    I would like to know the limitations of IR using the table WWV_FLOW_WORKSHEET_CONDITIONS. Is there a way to create many highlight conditions inside a single row of WWV_FLOW_WORKSHEET_CONDITIONS ? I want to find the best approach to add hundreds of conditions.
    Thanks
    Louis-Guillaume Carrier-Bédard
    My Google+: https://profiles.google.com/lgcarrier
    My Blog: http://www.lgcarrier.com
    Twitter: http://www.twitter.com/lgcarrier
    APEX Québec: http://www.apexquebec.com
    APEXFramework: http://www.apexframework.com

    At run time, when I look at the html source code, I can see all the generated CSS rules to highlight the cells of the IR.
    ie.: *.apexir_WORKSHEET_DATA tr td.rule_5352115461902443_td {background-color:#FF0000 !important;}*

  • 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

  • Invalid objects in APEX Schemas after import.

    Hi,
    After importing the APEX_040100 user in the database I got several invalid objects that are causing APEX not to work.
    I gave up to compile them. After using all kind of tricks such as compile one schema at a time or compile all of them using the utlprp.sql script
    or using EXEC DBMS_DDL.alter_compile('PACKAGE', 'MY_SCHEMA', 'MY_PACKAGE');
    or one object art a time using command sililar to:
    ALTER PACKAGE my_package COMPILE;
    ALTER PACKAGE my_package COMPILE BODY;
    ALTER PROCEDURE my_procedure COMPILE;
    ALTER FUNCTION my_function COMPILE;
    ALTER TRIGGER my_trigger COMPILE;
    ALTER VIEW my_view COMPILE;
    I can't find any documentation to show how to recompile them properly.
    So I am asking:
    1. How can we recompile all objects in APEX?
    2. How can we re-install APEX?
    3. How can we revert to previous version if both have problems?
    Thanks
    Yannis
    Here is the list of invalid objects:
    APEX_040100     PACKAGE     WWV_FLOW_DYNAMIC_EXEC     INVALID
    APEX_040100     PACKAGE     WWV_FLOW_LOAD_DATA     INVALID
    APEX_040100     PACKAGE     WWV_FLOW_SAMPLE_APP     INVALID
    APEX_040100     PACKAGE     WWV_FLOW_UTILITIES     INVALID
    APEX_040100     PACKAGE BODY     APEXWS     INVALID
    APEX_040100     PACKAGE BODY     HTMLDB_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_4000_UI     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_ADMIN_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_ADVISOR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_AJAX     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_APPLICATION_INSTALL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_ASFCOOKIE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_AUDIT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_AUTHENTICATION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_AUTHENTICATION_ENGINE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_AUTHORIZATION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_BUILDER     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_BUTTON     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CALENDAR3     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CALENDAR_AJAX     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CHECK     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_COLLECTION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CONDITIONS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_COPY_PAGE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CREATE_APP_FROM_QUERY     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CREATE_MODEL_APP     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CSS_API_PRIVATE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CUSTOM_AUTH     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_CUSTOM_AUTH_STD     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DATALOAD_XML     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DATA_QUICK_FLOW     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DATA_UPLOAD     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DICTIONARY     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DISP_PAGE_PLUGS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DML     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DOWNLOAD     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DRAG_LAYOUT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_DYNAMIC_EXEC     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_ERROR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_F4000_P4150     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_F4000_PLUGINS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_F4000_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FILE_MGR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FLASH_CHART     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FLASH_CHART2     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FLASH_CHART5     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FLASH_CHART5_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FLASH_CHART_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FND_DEVELOPER_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FND_USER_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FORMS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_FORM_CONTROL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_GENERATE_DDL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_GENERATE_TABLE_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_GENERIC_ATTR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_GEN_API2     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_HINT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_HTML_API_PRIVATE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_IMP_PARSER     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_INSTALL_WIZARD     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_INSTANCE_ADMIN     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_ITEM     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_JAVASCRIPT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_JOB     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_LANG     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_LDAP     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_LIST     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_LOAD_DATA     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_LOAD_EXCEL_DATA     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_LOGIN     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_MAIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_META_DATA     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_META_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_MODEL_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_NATIVE_AUTHENTICATION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_NATIVE_DYNAMIC_ACTION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_NATIVE_ITEM     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PAGE_CACHE_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PLSQL_EDITOR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PLSQL_JOB     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PLUGIN_ENGINE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PLUGIN_F4000     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PLUGIN_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PPR_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PRINT_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PROCESS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PROCESS_UTILITY     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PROVISION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_PROVISIONING     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_QUERY_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_REGEXP     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_REGION_LAYOUT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_RENDER_QUERY     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_RENDER_SHORTCUT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_REST     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SAMPLE_APP     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SC_TRANSACTIONS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SECURITY     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SERIES_ATTR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SESSION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SESSION_MON     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SVG     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SW_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SW_PAGE_CALLS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SW_PARSER     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SW_SCRIPT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_SW_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TABLE_DRILL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TAB_MGR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TEAM     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TEAM_GEN_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TEMPLATES_UTIL     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_THEME_FILES     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_THEME_MANAGER     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TREE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_TREE_REGION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_UPGRADE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_UPGRADE_APP     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_UTILITIES     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_VALIDATION     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WEBSERVICES_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WEB_SERVICES     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WIZARD_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WIZ_CONFIRM     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET_AJAX     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET_DIALOGUE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET_EXPR     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET_FORM     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSHEET_STANDARD     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WORKSPACE_REPORTS     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_ATTACHMENT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_DIALOG     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_EXPORT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_FLASH_CHART     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_FORM     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_GEOCODE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_IMPORT     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_IMPORT_API     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_SECURITY     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_SETUP     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_STICKIES     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_UI     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_WS_WEBPAGE     INVALID
    APEX_040100     PACKAGE BODY     WWV_FLOW_XLIFF     INVALID
    APEX_040100     PACKAGE BODY     WWV_META_CLEANUP     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_ACC_LOAD     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_FRMMENU_LOAD_XML     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_FRM_LOAD_XML     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_FRM_OLB_LOAD_XML     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_FRM_UPDATE_APX_APP     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_FRM_UTILITIES     INVALID
    APEX_040100     PACKAGE BODY     WWV_MIG_RPT_LOAD_XML     INVALID
    APEX_040100     PACKAGE BODY     WWV_RENDER_CALENDAR2     INVALID
    APEX_040100     PACKAGE BODY     WWV_RENDER_CHART2     INVALID
    APEX_040100     PACKAGE BODY     WWV_RENDER_REPORT3     INVALID
    APEX_040100     PROCEDURE     APEX_ADMIN     INVALID
    APEX_040100     PROCEDURE     F     INVALID
    APEX_040100     PROCEDURE     HTMLDB_ADMIN     INVALID
    APEX_040100     PROCEDURE     WS     INVALID
    APEX_040100     SYNONYM     APEX_COLLECTIONS     INVALID
    APEX_040100     SYNONYM     HTMLDB_COLLECTIONS     INVALID
    APEX_040100     TRIGGER     WWV_FLOW_FEEDBACK_T1     INVALID
    APEX_040100     VIEW     WWV_FLOW_ADVISOR_RESULT     INVALID
    APEX_040100     VIEW     WWV_FLOW_COLLECTIONS     INVALID
    APEX_040100     VIEW     WWV_FLOW_SEARCH_RESULT     INVALID
    APEX_040100     VIEW     WWV_MULTI_COMPONENT_EXPORT     INVALID

    yannisr wrote:
    Hi,
    After importing the APEX_040100 user in the database I got several invalid objects that are causing APEX not to work.Hi,
    You mean you did export APEX_040100 schema from one database and import it to another database?
    There is also public synonyms and if I recall correct some objects are in SYS schema that belongs to Apex and are needed.
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • Apex 4 error ORA-04042 procedure, function, package body does not exist

    Hi all,
    I was instaling Oracle Application Expres 10g on Linux ubuntu and I was download and unzip apex 4
    on /usr/lib/oracle/xe/
    then connect as SYS as sysdba with pass and
    start
    @/usr/lib/oracle/xe/apex/apexins SYSAUX SYSAUX TEMP /i/
    installation starting
    ... after 5 minutes theres end of log file>
    I. O R A C L E S Y S I N S T A L L P R O C E S S
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/dev_grants.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/core_grants.sql"
    ...CONNECT as the Oracle user who will own the APEX engine
    Session altered.
    III. I N S T A L L A P E X P A C K A G E S P E C S
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_plsql_editor.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_model_api.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_f4000_util.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_plugin_f4000.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_image_generator.sql"
    Installing Team Development objects
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/team_tab.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_team.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_team_api.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_team_gen_api.sql"
    Installing Application Migration Workshop objects
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_create_ddl.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_create_ddl.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_exporter_ins.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/mig_views.sql"
    ...installing Application Migration Workshop package spec
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_acc_load.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_load_xml.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_olb_load_xml.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_update_apx_app.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_utilities.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frmmenu_load_xml.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_rpt_load_xml.sql"
    ...install Application Migration Workshop package body
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_acc_load.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_load_xml.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_olb_load_xml.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_update_apx_app.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frm_utilities.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_frmmenu_load_xml.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_mig_rpt_load_xml.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_item_comps.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_translation_utilities.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copy.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copy_lov.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copy_item.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copy_button.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_translation_utilities.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/seed.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/sync.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/layout.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_lov_used_on_pages.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_query_builder.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_sw_object_feed.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_load_data.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_load_excel_data.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copy_metadata.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copyu.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_tab_mgr.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/generate_ddl.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/table_drill.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_download.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_copy_page.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/generate_table_api.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_gen_hint.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_xliff.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_create_model_app.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/apex_admin.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_help.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_data_quick_flow.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_theme_files.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_session_mon.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_sw_page_calls.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_wiz_confirm.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_page_map.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_drag_layout.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_dataload_xml.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/apex_ui_default_update.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/apex_mig_projects_update.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_install_wizard.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_dictionary.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_advisor.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_search.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_f4000_plugins.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_4000_ui.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_4050_ui.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_workspace_reports.sql"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_f4000_p4150.sql"
    timing for: Development Package Specs
    Elapsed: 00:00:00.02
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_plsql_editor.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_model_api.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_f4000_util.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_plugin_f4000.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_image_generator.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/layout.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_query_builder.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_sw_object_feed.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_load_data.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_load_excel_data.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copy_metadata.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/copyu.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_tab_mgr.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/generate_ddl.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/table_drill.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_download.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_copy_page.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/generate_table_api.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_gen_hint.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_translation_utilities.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_xliff.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_create_model_app.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_help.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_data_quick_flow.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_theme_files.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_session_mon.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_sw_page_calls.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_wiz_confirm.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_page_map.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_drag_layout.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_dataload_xml.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/apex_ui_default_update.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/apex_mig_projects_update.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_install_wizard.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_dictionary.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_advisor.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_search.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_f4000_plugins.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_4000_ui.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_4050_ui.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_translation_utilities.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_team.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_team_api.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_team_gen_api.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_workspace_reports.plb"
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_flow_f4000_p4150.plb"
    ...install demonstration Oracle APEX application package specs
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/collections_showcase.sql"
    ...install demonstration Oracle APEX application package bodies
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/collections_showcase.plb"
    ...install demonstration tables
    SP2-0310: unable to open file "/usr/lib/oracle/xe/apex/coreinscore/wwv_demo_tab.sql"
    timing for: Development Package Bodies
    Elapsed: 00:00:00.03
    grant execute on wwv_mig_acc_load to public
    ERROR at line 1:
    ORA-04042: procedure, function, package, or package body does not exist
    is there any solution?
    regards
    Gordan

    Install 4.0 pass ok!
    1. I was changing apexins.sql
    as PREFIX='@/usr/lib/oracle/xe/apex/'
    and add path to coreins.sql as @/usr/lib/oracle/xe/apex/coreins.sql
    2. create two folders coreinscore and coreinsbuild and copy all files from folder core and folder build
    3. copy and rename endins.sql as coreinsendins.sql
    after 10 min instalation pass ok!
    Gordan
    Edited by: useruseruser on Jun 29, 2010 2:12 PM

  • WWV_FLOW_THEME_MANAGER is invalid

    Found I couldn't run a calendar page in my application. The error logs pointed me to the package and then going to Shared Components>Templates>Template Utilization caused the following error:
    report error:
    ORA-04063: package body "FLOWS_020000.WWV_FLOW_THEME_MANAGER" has errors
    We are using HTMLDB 2.0 - however tried to upgrade to ApEx 2.2.1, had problems (this machine is running 9.2.0.7) with DDL creation, so reverted back to 2.0. I don't know if this was the cause of the problem or not.
    What is the easiest way to correct and recompile?
    Tried to copy/paste code from wwv_flow_theme_manager.plb (wrapped) but got the following errors:
    SQL> Errors for PACKAGE BODY WWV_FLOW_THEME_MANAGER:
    LINE/COL ERROR
    266/19 PL/SQL: SQL Statement ignored
    266/33 PL/SQL: ORA-00980: synonym translation is no longer valid
    267/13 PL/SQL: Statement ignored
    268/22 PLS-00364: loop index variable 'C1' use is invalid
    Anything I can do short of a re-install? Applications seem to be working - all except for calendars.
    Thanks,
    Steve

    Follow-up:
    Thought I would see what else is invalid... all are type "PACKAGE BODY"
    WWV_FLOW_CSS_API
    WWV_FLOW_DATA_QUICK_FLOW
    WWV_FLOW_FND_USER_API
    WWV_FLOW_GENERATE_DDL
    WWV_FLOW_GEN_API2
    WWV_FLOW_HTML_API
    WWV_FLOW_IMP_PARSER
    WWV_FLOW_LOAD_DATA
    WWV_FLOW_LOAD_EXCEL_DATA
    WWV_FLOW_SCRIPT_EXPORT
    WWV_FLOW_SW_PARSER
    WWV_FLOW_SW_SCRIPT
    WWV_FLOW_SW_UPGRADE
    WWV_FLOW_THEME_FILES
    WWV_FLOW_THEME_MANAGER
    WWV_FLOW_XLIFF

  • Invalid package body for flows_010500 schema

    The following package body will not compile, I ran the utlprp.sql script to recompile as sysdba and they still compile with errors. Is this the schema for version 1.5 and no loner needed if we are using 1.6 htmldb? if so can the flows_010500 be dropped?
    wwv_execute_immediate
    wwv_flow_audit
    wwv_flow_builder
    wwv_flow_collection
    wwv_flow_disp_page_plugs
    wwv_flow_imp_item
    wwv_flow_item
    wwv_flow_load_data
    wwv_flow_query
    wwv_flow_svg
    wwv_flow_svg
    wwv_flow_sw_api
    wwv_flow_util
    wwv_flow_temp
    wwv_flow_utilities
    wwv_flow_upgrade
    wwv_flow_wizard_api
    wwv_render_calendar2
    wwv_render_chart2
    wwv_render_report3

    Janice,
    If you have installed 1.6 and upgraded your 1.5 applications, you technically no longer need the FLOWS_010500 schema, and you can drop it.
    To be super conservative, you can take an export of it before dropping it, should you find the extremely unlike scenario where you would need to revert back to 1.5.
    Thanks,
    - Scott -

  • Ability to Import Spreadsheet Data into Table in Apps added Anytime Soon??

    I love HTMLDB so much, and I thought I would never find anything it couldn't do, but I have run headlong into a problem that I've discovered many users have.
    The Import Spreadsheet Data into Table functionality available in Data Workshop is such a treasure, and I was hoping with all of my heart that such functionality would be available for use inside the User Applications in HTMLDB 2.0. Alas, it is not so.
    I know some brave folks have come up with work-arounds for this lack, and I applaud them. However, none of those will work for the situation I am faced with. I am about to strike out into the no-man's-land of trying to create my own PL/SQL csv file parsing function. Please wish me luck. Also, could you please tell me if this functionality is going to be included anytime soon?

    Well I looked at the FLOWS_020000.WWV_FLOW_LOAD_DATA.LOAD_CSV_DATA procedure
    From what I can gather(considering nobody cant look at the actual procedural code):
    P_FILE_ID seems to be file id you find in FLOWS_FILES.WWV_FLOW_FILE_OBJECTS$
    P_CNAMES seems to be the column names of table you are loading into
    P_UPLOAD seems to be the names of field from file you are loading
    P_SCHEMA seems to be the schema that contains table where data will be loaded
    P_TABLE seems to be table that you load data into
    P_DATA_TYPE seems to be the datatypes from file to be loaded
    P_DATA_FORMAT not sure
    P_PARSED_DATA_FORMAT not sure
    P_SEPARATOR seems to be the field seperator from file
    P_ENCLOSED_BY seems to be what fields will be enclosed with
    P_FIRST_ROW_IS_COL_NAME seems to be to tell whether or not first row contains column headings
    P_LOAD_TO not sure
    P_CURRENCY seems to be the currency symbol that comes from file
    P_NUMERIC_CHARS not sure
    P_CHARSET not sure
    P_LOAD_ID not sure
    Essentially you could run this process provided you get all the kinks worked out(that is what all the parameters mean/are expected)...
    ...or..
    you write your own process:
    - that reads the blob/clob content line by line
    declare
    n number;
    buffer varchar2(4000);
    begin
    (do some sort of loop until end of length of lob)
    n := dbms_lob.instr( "your lob", ',',"next comma position" );
    if ( nvl(n,0) > 0 )
    then
    buffer := dbms_lob.read( p_lob, "amount of lob length to read", n);
    end if;
    end;
    The above code with some tweaking will read the lob. However you still will have to add a piece that creates sql insert statement. One of the pitfalls I see with custom code is the fact that if you end up with huge lob string you will run into problem of creating sql insert statement. Not the actual statement but assigning the statement to a variable due to datatype lengths.
    Hopefully this will help you more in the right direction!

  • Invalid Packages after Upgrade

    We've just upgraded HTMLDB to version 1.6 and it completed without errors. Our applications seems to be running fine . . . however, many of the administration utilities are not working . . . I believe they are not working because the following packages are invalid:
    wwv_flow_ccs_api
    wwv_flow_dataload_xml
    wwv_flow_data_quick_flow
    wwv_flow_file_system
    wwv_flow_fnd_user_api
    wwv_flow_generate_ddl
    wwv_flow_gen_api2
    wwv_flow_html_api
    wwv_flow_image_api
    wwv_flow_imp_parser
    wwv_flow_load_data
    wwv_flow_load_data
    wwv_flow_parser
    wwv_flow_script_export
    wwv_flow_theme_files
    wwv_flow_xliff
    Any ideas?
    David

    I'm not sure why we were having these issues . . . but we solved the problem by re-installing.

  • Invalid Status

    Hi All,
    Recently i have exported and imported the user "bitech" from one server in apex to the other server in the apex.
    So i have got all the tables, packages, procedures, functions within the user in the target server apex.
    But some of those objects seemed to be in INVALID status whether those objects may cause the apex not to work in the target.
    These are the objects which are in invalid status
    WWV_META_CLEANUP                    PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_FILES                      SYNONYM             PUBLIC          INVALID
    HTMLDB_APPLICATION_FILES            SYNONYM             PUBLIC          INVALID
    APEX_APPLICATION_FILES              SYNONYM             PUBLIC          INVALID
    APEX_WORKSPACES                     SYNONYM             PUBLIC          INVALID
    APEX_WORKSPACE_FILES                SYNONYM             PUBLIC          INVALID
    APEX_WORKSPACE_SQL_SCRIPTS          SYNONYM             PUBLIC          INVALID
    WWV_FLOW_SW_PARSER                  PACKAGE             APEX_040000     INVALID
    WWV_FLOW_API                        PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_GEN_API2                   PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_IMAGE_API_PRIVATE          PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_IMAGE_API                  PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_CSS_API_PRIVATE            PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_CSS_API                    PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_HTML_API_PRIVATE           PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_HTML_API                   PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_FND_USER_API               PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_IMP_PARSER                 PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_WEB_SERVICES               PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_THEME_MANAGER              PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_SW_SCRIPT                  PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_SW_PARSER                  PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_SW_UPGRADE                 PACKAGE BODY        APEX_040000     INVALID
    APEX_WORKSPACE_SQL_SCRIPTS          VIEW                APEX_040000     INVALID
    WWV_FLOW_WS_ATTACHMENT              PACKAGE BODY        APEX_040000     INVALID
    WWV_MIG_ACC_LOAD                    PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_LOAD_DATA                  PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_LOAD_EXCEL_DATA            PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_GENERATE_DDL               PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_XLIFF                      PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_HELP                       PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_DATA_QUICK_FLOW            PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_INSTALL_WIZARD             PACKAGE BODY        APEX_040000     INVALID
    WWV_FLOW_WORKSPACE_REPORTS          PACKAGE BODY        APEX_040000     INVALIDwhat may be the issue over here. what is the reason behind this invalid status.
    Regards,
    Mini

    Kyle,
    Try this in 3.0, if it's still a problem please let us know. Otherwise assume that it was a bug that was fixed.
    Scott

  • Can't start httml db. the requested URL /pls/beta/htmldb was not found on t

    Hi, I'm trying to login to htmldb but are getting the following errors:
    The requested URL /pls/beta/htmldb was not found on this server.
    Oracle HTTP Server Powered by Apache/1.3.22 Server at Matea Port 7777
    My database is 9.2.0.4. These are the values in conf files:
    LISTENER.ORA:
    # TNSNAMES.ORA Network Configuration File: /home/oracle/app/oracle/product/9.2.0/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    BETA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = BETA.world)
    ROM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ROM.world)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    TNSNAMES.ORA:
    # TNSNAMES.ORA Network Configuration File: /home/oracle/app/oracle/product/9.2.0/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    BETA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = BETA.world)
    ROM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ROM.world)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    HTTPD.CONF:
    Alias /i/ "/home/oracle/app/oracle/product/9.2.0/images/"
    wdbsvr.app:
    [DAD_htmldb]
    connect_string = 89.0.0.4:1521:beta
    password = !YmV0YWh0bWw=
    username = htmldb_public_user
    default_page = htmldb
    document_table = wwv_flow_file_objects$
    document_path = docs
    document_proc = wwv_flow_file_mgr.process_download
    reuse = No
    enablesso = No
    stateful = STATELESS_RESET
    nls_lang = American_America.WE8ISO8859P1
    Values in nls_database_parameters:
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    PARAMETER VALUE
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 9.2.0.4.0
    20 rows selected.
    I can start http server and login to http server index page, but can't go any further. There seems to be a problem with database descriptor.
    What's wrong ? Can I enable any trace on ?
    Help will be greatly appreciated ....!

    OK. Some plsql objects are not valid:
    1 select object_name,object_type ,status from dba_objects where owner like 'FLO%'
    2* and status='INVALID'
    SQL> /
    OBJECT_NAME OBJECT_TYPE STATUS
    VRN FUNCTION INVALID
    WWV_BIU_FLOW_COLLECTION TRIGGER INVALID
    WWV_BIU_FLOW_COMPANIES TRIGGER INVALID
    WWV_CREATE_FORUM_DEMO_SCRIPT PROCEDURE INVALID
    WWV_CRYPT PACKAGE BODY INVALID
    WWV_FLOW_CSS_API PACKAGE BODY INVALID
    WWV_FLOW_DEBUGTAB_BIU_FER TRIGGER INVALID
    WWV_FLOW_FILE_API PACKAGE BODY INVALID
    WWV_FLOW_FILE_MGR PACKAGE BODY INVALID
    WWV_FLOW_FND_USER_API PACKAGE BODY INVALID
    WWV_FLOW_GENERATE_DDL PACKAGE BODY INVALID
    OBJECT_NAME OBJECT_TYPE STATUS
    WWV_FLOW_GEN_API2 PACKAGE BODY INVALID
    WWV_FLOW_HTML_API PACKAGE BODY INVALID
    WWV_FLOW_IMAGE_API PACKAGE BODY INVALID
    WWV_FLOW_IMPORT_EXPORT_RESET PROCEDURE INVALID
    WWV_FLOW_IMPORT_EXPORT_UPDATE PROCEDURE INVALID
    WWV_FLOW_IMP_PARSER PACKAGE BODY INVALID
    WWV_FLOW_LOAD_DATA PACKAGE BODY INVALID
    WWV_FLOW_LOAD_EXCEL_DATA PACKAGE BODY INVALID
    WWV_FLOW_PARSER PACKAGE INVALID
    WWV_FLOW_PARSER PACKAGE BODY INVALID
    WWV_FLOW_PARSER_PUBLIC PACKAGE INVALID
    OBJECT_NAME OBJECT_TYPE STATUS
    WWV_FLOW_PARSER_PUBLIC PACKAGE BODY INVALID
    WWV_FLOW_SCRIPT_EXPORT PACKAGE BODY INVALID
    WWV_FLOW_SW_API PACKAGE BODY INVALID
    WWV_FLOW_XLIFF PACKAGE BODY INVALID
    26 rows selected.

  • Creating my own Import data through CSV

    Hi,
    I want to create a Import data application which consist of import the CSV to a existing table.The same thing the way HTMLDB does while importing data via spreadsheet.Is it really possible ? If then how can i proceed ? Can anyone suggest .
    Regards,
    ROSY

    Hi,
    I want to create a Import data application which
    hich consist of import the CSV to a existing
    table.The same thing the way HTMLDB does while
    importing data via spreadsheet.Is it really possible
    ? If then how can i proceed ? Can anyone suggest .Unfortunately, you're left to your own devices to implement the UI. That's the bad news. The good news is that you can probably use any of the relevant packages in the FLOWS_nnnnnn (depending on your HTML DB version) schema to do the backend work for you.
    If you have tools to browse the backend like TOAD or Enterprise Manager then take a look through the FLOWS_nnnnnn schema and look at the packages under WWV_FLOW_LOAD_DATA, or something to that effect. Can't remember exactly right now.
    Earl

Maybe you are looking for

  • Job J_BNFECALLRFC não numera NF em contingência por local de negócio.

    Olá bom dia! Por gentileza, alguém poderia me ajudar? Estamos com o seguinte problema. O job do decouple J_BNFECALLRFC não numera NF em contingência. (CALLRFC= 3) Segue procedimento realizado: 1) Habilitado a emissão de contingencia por local de negó

  • Doc or docx file stop upload at 100% but never complete

    My PC is Windows XP using Firefox2.0.0.7 today I start to try adobe share I try to upload a png file is ok then i try to upload a docx file..... the file upload normally at start... however, when it reach 100% the upload will not complete even i wait

  • Down payment and sales order

    Would you please explain how the down payment process is related to sales order? Thanks, VT

  • If you can't download 6D images to iPhone

    Just got my 6D last week.  Love it!  Excellent implementation of WiFi to iOS devices (iPhone and iPad).  Only a couple of pushes to establish connection after the first pairing. But, I had a problem at first:  From the iPhone I could control the came

  • Changes in slide show on DVD

    1.I made a slide show with Photoshop Elements 4 and burn it to a DVD-RW with Premiere Elements. After several try it works.All 750 photos with transitions are there and I saw it on T.V. 2 Back in PE4, I made some changes in the slideshow and save it.