No enkele FACILITOR-->Facilitor
svn path=/Database/trunk/; revision=42058
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* _up/prologue.inc
|
||||
* Prologue of database schema update script for FACILITOR, to be included in every schema update
|
||||
* Prologue of database schema update script for Facilitor, to be included in every schema update
|
||||
*
|
||||
* $Revision$
|
||||
* $Id$
|
||||
@@ -38,7 +38,7 @@ BEGIN
|
||||
END CASE;
|
||||
IF tekst <> 'WE8MSWIN1252' THEN
|
||||
tekst := '=================================================================' || CHR(10)
|
||||
|| 'Wrong clientside NLS_LANG ['|| TO_CHAR(ASCII('<27>')) ||'] for this FACILITOR upgrade.' || CHR(10)
|
||||
|| 'Wrong clientside NLS_LANG ['|| TO_CHAR(ASCII('<27>')) ||'] for this Facilitor upgrade.' || CHR(10)
|
||||
|| 'WE8MSWIN1252 is required, we suspect '|| tekst || CHR(10)
|
||||
|| 'Please enter before you start SQL*Plus:' || CHR(10)
|
||||
|| ' on Windows:' || CHR(10)
|
||||
@@ -64,10 +64,10 @@ WHENEVER SQLERROR CONTINUE;
|
||||
|
||||
PROMPT
|
||||
PROMPT ************************************************************************
|
||||
PROMPT UPGRADE of FACILITOR schema to version EVALCONCAT(DB, _DBV) $Revision$
|
||||
PROMPT UPGRADE of Facilitor schema to version EVALCONCAT(DB, _DBV) $Revision$
|
||||
PROMPT Copyright (c) 1996-2019 Aareon Nederland B.V., the Netherlands. All rights reserved.
|
||||
PROMPT
|
||||
SELECT 'The current version of FACILITOR@' || USER || ' is: ' || fac.getdbversion()
|
||||
SELECT 'The current version of Facilitor@' || USER || ' is: ' || fac.getdbversion()
|
||||
FROM DUAL;
|
||||
PROMPT After the upgrade the schema version will be: EVALCONCAT(DB, _DBV)
|
||||
PROMPT
|
||||
@@ -76,7 +76,7 @@ PROMPT
|
||||
PROMPT If these versions are not sequencing then execution of this script
|
||||
PROMPT should be stopped by pressing Ctrl-C right now!
|
||||
PROMPT
|
||||
PROMPT Only run this script when no users or processes are using FACILITOR
|
||||
PROMPT Only run this script when no users or processes are using Facilitor
|
||||
PROMPT
|
||||
PROMPT ************************************************************************
|
||||
PROMPT
|
||||
@@ -103,7 +103,7 @@ SELECT 'Current os_user: ' || SYS_CONTEXT( 'userenv', 'os_user' ) FROM DUAL;
|
||||
|
||||
PROMPT This script was run in user:
|
||||
SHOW USER
|
||||
SELECT 'The version of FACILITOR@' || USER || ' was ' || fac.getdbversion()
|
||||
SELECT 'The version of Facilitor@' || USER || ' was ' || fac.getdbversion()
|
||||
FROM DUAL;
|
||||
|
||||
SET HEADING OFF
|
||||
@@ -111,7 +111,7 @@ SET LINESIZE 132
|
||||
/* first compile all views, triggers etc */
|
||||
BEGIN DBMS_UTILITY.COMPILE_SCHEMA(USER, FALSE); END;
|
||||
/
|
||||
PROMPT List of all invalid objects *before* FACILITOR upgrade.
|
||||
PROMPT List of all invalid objects *before* Facilitor upgrade.
|
||||
SELECT 'OR'||'A-'||'DB'||_DBV_STRING||' Warning: ' || object_type || ' ' || object_name || ' was ' || status || ' before the upgrade.'
|
||||
FROM user_objects
|
||||
WHERE object_type IN ('VIEW', 'TRIGGER', 'PACKAGE', 'PROCEDURE', 'FUNCTION', 'PACKAGE BODY')
|
||||
|
||||
Reference in New Issue
Block a user