set define off verify off feedback offwhenever sqlerror exit sql.docx
edgar6wallace88877
11 views
34 slides
Nov 16, 2022
Slide 1 of 34
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
About This Presentation
set define off verify off feedback off
whenever sqlerror exit sql.sqlcode rollback
--------------------------------------------------------------------------------
--
-- ORACLE Application Express (APEX) export file
--
-- You should run the script connected to SQL*Plus as the Oracle user
-- APEX_050...
set define off verify off feedback off
whenever sqlerror exit sql.sqlcode rollback
--------------------------------------------------------------------------------
--
-- ORACLE Application Express (APEX) export file
--
-- You should run the script connected to SQL*Plus as the Oracle user
-- APEX_050000 or as the owner (parsing schema) of the application.
--
-- NOTE: Calls to apex_application_install override the defaults below.
--
--------------------------------------------------------------------------------
begin
wwv_flow_api.import_begin (
p_version_yyyy_mm_dd=>'2013.01.01'
,p_default_workspace_id=>39256936303003749810
);
end;
/
-- Oracle Application Express 5.0.3.00.03 SQL Script Export file
-- Exported 09:55 Monday November 18, 2019 by: US_C986_SQL_S33
-- Scripts included:
-- US_C986_SQL_S33
set define off verify off feedback off
whenever sqlerror exit sql.sqlcode rollback
---------------------------------------------------------------------------
-----
--
-- ORACLE Application Express (APEX) export file
--
-- You should run the script connected to SQL*Plus as the
Oracle user
-- APEX_050000 or as the owner (parsing schema) of the
application.
--
-- NOTE: Calls to apex_application_install override the defaults
below.
--
---------------------------------------------------------------------------
-----
begin
wwv_flow_api.import_begin (
p_version_yyyy_mm_dd=>'2013.01.01'
,p_default_workspace_id=>39256936303003749810
);
end;
/
-- Oracle Application Express 5.0.3.00.03 SQL Script Export
file
-- Exported 09:55 Monday November 18, 2019 by:
US_C986_SQL_S33
-- Scripts included:
-- US_C986_SQL_S33
begin wwv_flow.g_user :=
nvl(wwv_flow.g_user,'US_C986_SQL_S33'); end;
/