2026-03-12 20:23:15
This commit is contained in:
44
tpt/tools/moats_v1.05/moats_install.sql
Normal file
44
tpt/tools/moats_v1.05/moats_install.sql
Normal file
@@ -0,0 +1,44 @@
|
||||
-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com
|
||||
-- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions.
|
||||
|
||||
|
||||
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) oracle-developer.net & www.e2sn.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
|
||||
|
||||
Reference in New Issue
Block a user