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=>'2024.05.31' ,p_release=>'24.1.2' ,p_default_workspace_id=>5893639279394007 ,p_default_application_id=>20011 ,p_default_id_offset=>0 ,p_default_owner=>'DEMO' ); end; /