-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sql
56 lines (40 loc) · 1.29 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
CLEAR SCREEN
PROMPT
PROMPT ________. .__ __.
PROMPT | | | \ / |
PROMPT .--. .--. | ./ /
PROMPT | | | . `\
PROMPT | | | |\ \
PROMPT |__| |__| \___`
PROMPT
PROMPT ======================================================================
PROMPT == tk-recent-page-views
PROMPT == Software Version: 1.00
PROMPT ============================= Installation ===========================
PROMPT
-- Terminate the script on Error during the beginning
whenever sqlerror exit
-- define - Sets the character used to prefix substitution variables
set define '^'
-- verify off prevents the old/new substitution message
set verify off
-- feedback - Displays the number of records returned by a script ON=1
set feedback off
-- timing - Displays the time that commands take to complete
set timing off
PROMPT _________________________________________________
PROMPT | Installing all tables |
PROMPT _________________________________________________
PROMPT
@install/_ins.sql
PROMPT
PROMPT == Package Specs
PROMPT =================
PROMPT .. tk_recent_views_api
@@plsql/tk_recent_views_api.pls
PROMPT
PROMPT == Package Bodies
PROMPT ==================
PROMPT .. tk_recent_views_api
@@plsql/tk_recent_views_api.plb
PROMPT Done.