-
Notifications
You must be signed in to change notification settings - Fork 16
/
moats_install.sql
41 lines (33 loc) · 995 Bytes
/
moats_install.sql
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
35
36
37
38
39
40
set define off
set pause on
prompt
prompt
prompt **************************************************************************
prompt **************************************************************************
prompt
prompt MOATS Installer (for 10.2+ databases)
prompt =====================================
prompt
prompt This will install MOATS v1.0 into the current schema.
prompt
prompt Ensure that the target schema has the necessary privileges described
prompt in the README.txt file.
prompt
prompt To continue press Enter. To quit press Ctrl-C.
prompt
prompt (c) www.oracle-developer.net & www.tanelpoder.com
prompt
prompt **************************************************************************
prompt **************************************************************************
prompt
prompt
pause
prompt Creating types...
@@moats_types.sql
prompt Creating package...
@@moats.pks
@@moats.pkb
prompt Creating view...
@@moats_views.sql
set define on
set pause off