No enkele FACILITOR-->Facilitor

svn path=/Database/trunk/; revision=42058
This commit is contained in:
Jos Groot Lipman
2019-04-10 12:49:47 +00:00
parent d49f1a03d6
commit a8cbfa91db
3 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/* _up/epilogue.inc
* Epiloog van update script van FACILITOR, to be included in every schema update
* Epiloog van update script van Facilitor, to be included in every schema update
*
* $Revision$
* $Id$
@@ -83,7 +83,7 @@ select 'Upgrade has completed in ' || ROUND(( dbms_utility.get_time - :update_st
SET ECHO OFF
SET HEADING OFF
SET LINESIZE 132
PROMPT List of all invalid objects after FACILITOR upgrade.
PROMPT List of all invalid objects after Facilitor upgrade.
PROMPT Some errors may resolve by running the customer specific script next.
SELECT 'OR'||'A-'||'DB'||_DBV_STRING||' Warning: ' || object_type || ' ' || object_name || ' is ' || status
FROM user_objects
@@ -94,10 +94,10 @@ SELECT 'OR'||'A-'||'DB'||_DBV_STRING||' Warning: ' || object_type || ' ' || obje
SET ECHO OFF
SET FEEDBACK OFF
PROMPT ======================================================================
SELECT 'Schema FACILITOR@' || USER || ' is now ' || fac.getdbversion() FROM DUAL;
SELECT 'Schema Facilitor@' || USER || ' is now ' || fac.getdbversion() FROM DUAL;
PROMPT
PROMPT Your schema upgrade is ready. Please check the logfile for errors.
PROMPT If in doubt please contact: FACILITOR Helpdesk +31 53 4800 700
PROMPT If in doubt please contact: Facilitor Helpdesk +31 53 4800 700
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile
SPOOL OFF

View File

@@ -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')

View File

@@ -47,7 +47,7 @@ exec :recreate_start := dbms_utility.get_time
/* 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')