prompt --application/set_environment set define off verify off feedback off whenever sqlerror exit sql.sqlcode rollback -------------------------------------------------------------------------------- -- -- Oracle APEX export file -- -- You should run this script using a SQL client connected to the database as -- the owner (parsing schema) of the application or as a database user with the -- APEX_ADMINISTRATOR_ROLE role. -- -- This export file has been automatically generated. Modifying this file is not -- supported by Oracle and can lead to unexpected application and/or instance -- behavior now or in the future. -- -- NOTE: Calls to apex_application_install override the defaults below. -- -------------------------------------------------------------------------------- begin wwv_flow_imp.import_begin ( p_version_yyyy_mm_dd=>'2023.10.31' ,p_release=>'23.2.6' ,p_default_workspace_id=>16017191443360494 ,p_default_application_id=>10001 ,p_default_id_offset=>0 ,p_default_owner=>'STUDENT' ); end; /