1
+ old: showmode BOTH
1
2
2
3
PL/SQL procedure successfully completed.
3
4
@@ -47,6 +48,16 @@ new:grant create procedure to wtp
47
48
48
49
Grant succeeded.
49
50
51
+ old:grant select on dba_source to &schema_owner.
52
+ new:grant select on dba_source to wtp
53
+
54
+ Grant succeeded.
55
+
56
+ old:grant select on dba_objects to &schema_owner.
57
+ new:grant select on dba_objects to wtp
58
+
59
+ Grant succeeded.
60
+
50
61
PLSQL_CCFLAGS Before: WTPLSQL_ENABLE:TRUE, WTPLSQL_SELFTEST:TRUE
51
62
52
63
@@ -60,6 +71,11 @@ PLSQL_CCFLAGS After: WTPLSQL_ENABLE:TRUE, WTPLSQL_SELFTEST:TRUE
60
71
61
72
PL/SQL procedure successfully completed.
62
73
74
+ old:create or replace public synonym wt_version for &schema_owner..wt_version
75
+ new:create or replace public synonym wt_version for wtp.wt_version
76
+
77
+ Synonym WT_VERSION created.
78
+
63
79
old:create or replace public synonym wt_test_runs_seq for &schema_owner..wt_test_runs_seq
64
80
new:create or replace public synonym wt_test_runs_seq for wtp.wt_test_runs_seq
65
81
@@ -80,63 +96,43 @@ new:create or replace public synonym wt_dbout_profiles for wtp.wt_dbout_profiles
80
96
81
97
Synonym WT_DBOUT_PROFILES created.
82
98
83
- old:create or replace public synonym wt_version for &schema_owner..wt_version
84
- new:create or replace public synonym wt_version for wtp.wt_version
85
-
86
- Synonym WT_VERSION created.
87
-
88
- old:create or replace public synonym plsql_profiler_runs for &schema_owner..plsql_profiler_runs
89
- new:create or replace public synonym plsql_profiler_runs for wtp.plsql_profiler_runs
99
+ old:create or replace public synonym wt_test_run_stats for &schema_owner..wt_test_run_stats
100
+ new:create or replace public synonym wt_test_run_stats for wtp.wt_test_run_stats
90
101
91
- Synonym PLSQL_PROFILER_RUNS created.
102
+ Synonym WT_TEST_RUN_STATS created.
92
103
93
- old:create or replace public synonym plsql_profiler_units for &schema_owner..plsql_profiler_units
94
- new:create or replace public synonym plsql_profiler_units for wtp.plsql_profiler_units
104
+ old:create or replace public synonym wt_testcase_stats for &schema_owner..wt_testcase_stats
105
+ new:create or replace public synonym wt_testcase_stats for wtp.wt_testcase_stats
95
106
96
- Synonym PLSQL_PROFILER_UNITS created.
107
+ Synonym WT_TESTCASE_STATS created.
97
108
98
- old:create or replace public synonym plsql_profiler_data for &schema_owner..plsql_profiler_data
99
- new:create or replace public synonym plsql_profiler_data for wtp.plsql_profiler_data
109
+ old:create or replace public synonym wt_self_test for &schema_owner..wt_self_test
110
+ new:create or replace public synonym wt_self_test for wtp.wt_self_test
100
111
101
- Synonym PLSQL_PROFILER_DATA created.
112
+ Synonym WT_SELF_TEST created.
102
113
103
- old:create or replace public synonym plsql_profiler_runnumber for &schema_owner..plsql_profiler_runnumber
104
- new:create or replace public synonym plsql_profiler_runnumber for wtp.plsql_profiler_runnumber
114
+ old:create or replace public synonym utassert for &schema_owner..wt_assert
115
+ new:create or replace public synonym utassert for wtp.wt_assert
105
116
106
- Synonym PLSQL_PROFILER_RUNNUMBER created.
117
+ Synonym UTASSERT created.
107
118
108
- old:create or replace public synonym wt_assert for &schema_owner..wt_assert
109
- new:create or replace public synonym wt_assert for wtp.wt_assert
119
+ old:create or replace public synonym wt_assert for &schema_owner..wt_assert
120
+ new:create or replace public synonym wt_assert for wtp.wt_assert
110
121
111
122
Synonym WT_ASSERT created.
112
123
113
- old:create or replace public synonym wt_profiler for &schema_owner..wt_profiler
114
- new:create or replace public synonym wt_profiler for wtp.wt_profiler
115
-
116
- Synonym WT_PROFILER created.
117
-
118
- old:create or replace public synonym wt_result for &schema_owner..wt_result
119
- new:create or replace public synonym wt_result for wtp.wt_result
120
-
121
- Synonym WT_RESULT created.
122
-
123
- old:create or replace public synonym wt_test_run_stat for &schema_owner..wt_test_run_stat
124
- new:create or replace public synonym wt_test_run_stat for wtp.wt_test_run_stat
125
-
126
- Synonym WT_TEST_RUN_STAT created.
127
-
128
- old:create or replace public synonym wt_text_report for &schema_owner..wt_text_report
129
- new:create or replace public synonym wt_text_report for wtp.wt_text_report
124
+ old:create or replace public synonym wt_text_report for &schema_owner..wt_text_report
125
+ new:create or replace public synonym wt_text_report for wtp.wt_text_report
130
126
131
127
Synonym WT_TEXT_REPORT created.
132
128
133
- old:create or replace public synonym wt_wtplsql for &schema_owner..wtplsql
134
- new:create or replace public synonym wt_wtplsql for wtp.wtplsql
129
+ old:create or replace public synonym wt_wtplsql for &schema_owner..wtplsql
130
+ new:create or replace public synonym wt_wtplsql for wtp.wtplsql
135
131
136
132
Synonym WT_WTPLSQL created.
137
133
138
- old:create or replace public synonym wtplsql for &schema_owner..wtplsql
139
- new:create or replace public synonym wtplsql for wtp.wtplsql
134
+ old:create or replace public synonym wtplsql for &schema_owner..wtplsql
135
+ new:create or replace public synonym wtplsql for wtp.wtplsql
140
136
141
137
Synonym WTPLSQL created.
142
138
@@ -219,19 +215,103 @@ Comment created.
219
215
Sequence PLSQL_PROFILER_RUNNUMBER created.
220
216
221
217
222
- Index PLSQL_PROFILER_RUNS_IDX1 created.
218
+ Comment created.
223
219
224
220
225
- Grant succeeded .
221
+ Comment created .
226
222
227
223
228
- Grant succeeded .
224
+ Comment created .
229
225
230
226
231
- Grant succeeded .
227
+ Comment created .
232
228
233
229
234
- Grant succeeded.
230
+ Comment created.
231
+
232
+
233
+ Comment created.
234
+
235
+
236
+ Comment created.
237
+
238
+
239
+ Comment created.
240
+
241
+
242
+ Comment created.
243
+
244
+
245
+ Comment created.
246
+
247
+
248
+ Comment created.
249
+
250
+
251
+ Comment created.
252
+
253
+
254
+ Comment created.
255
+
256
+
257
+ Comment created.
258
+
259
+
260
+ Comment created.
261
+
262
+
263
+ Comment created.
264
+
265
+
266
+ Comment created.
267
+
268
+
269
+ Comment created.
270
+
271
+
272
+ Comment created.
273
+
274
+
275
+ Comment created.
276
+
277
+
278
+ Comment created.
279
+
280
+
281
+ Comment created.
282
+
283
+
284
+ Comment created.
285
+
286
+
287
+ Comment created.
288
+
289
+
290
+ Comment created.
291
+
292
+
293
+ Comment created.
294
+
295
+
296
+ Comment created.
297
+
298
+
299
+ Comment created.
300
+
301
+
302
+ Comment created.
303
+
304
+
305
+ Comment created.
306
+
307
+
308
+ Comment created.
309
+
310
+
311
+ Comment created.
312
+
313
+
314
+ Index PLSQL_PROFILER_RUNS_IDX1 created.
235
315
236
316
237
317
Table WT_VERSION created.
@@ -543,34 +623,25 @@ Commit complete.
543
623
Package WTPLSQL compiled
544
624
545
625
546
- Grant succeeded.
547
-
548
-
549
626
Package WT_RESULT compiled
550
627
551
628
552
- Grant succeeded.
553
-
554
-
555
629
Package WT_ASSERT compiled
556
630
557
631
558
- Grant succeeded.
559
-
560
-
561
632
Package WT_PROFILER compiled
562
633
563
634
564
- Grant succeeded.
635
+ Package WT_TEST_RUN_STAT compiled
565
636
566
637
567
- Package WT_TEST_RUN_STAT compiled
638
+ Package WT_TEXT_REPORT compiled
568
639
569
640
570
641
Grant succeeded.
571
642
572
643
573
- Package WT_TEXT_REPORT compiled
644
+ Grant succeeded.
574
645
575
646
576
647
Grant succeeded.
@@ -593,3 +664,4 @@ Package Body WT_TEST_RUN_STAT compiled
593
664
594
665
Package Body WT_TEXT_REPORT compiled
595
666
667
+ new: showmode BOTH
0 commit comments