Invalid objects rapportage iets ruimere linesize om wrapping te voorkomen
svn path=/Database/trunk/; revision=19961
This commit is contained in:
6
CARE.SRC
6
CARE.SRC
@@ -15,7 +15,7 @@ SET DEFINE OFF
|
||||
SPOOL xcarewebb
|
||||
PROMPT [carewebb.lst]
|
||||
PROMPT
|
||||
PROMPT Copyright 2010 SG|facilitor bv. ALL RIGHTS RESERVED.
|
||||
PROMPT Copyright 2013 SG|facilitor bv. ALL RIGHTS RESERVED.
|
||||
PROMPT
|
||||
PROMPT Dit is de gegenereerde list-file van CARExxxx.sql welke
|
||||
PROMPT is gebruikt om de Facilitor(r) Care-Webb _VERSION omgeving in Oracle aan te
|
||||
@@ -26,7 +26,7 @@ SHOW USER
|
||||
PROMPT
|
||||
PROMPT
|
||||
|
||||
SET LINESIZE 500
|
||||
SET LINESIZE 1000
|
||||
SET ECHO ON
|
||||
#include "care\care_tab.src"
|
||||
#include "care\care_ind.src"
|
||||
@@ -44,7 +44,7 @@ REGISTERONCE('$Id$')
|
||||
COMMIT;
|
||||
///////////////////////////// Report invalid objects, if any ///////
|
||||
SET ECHO OFF
|
||||
SET LINESIZE 120
|
||||
SET LINESIZE 132
|
||||
PROMPT List of all invalid objects after Facilitor Care-Webb upgrade:
|
||||
SELECT _VERSION||' Warning: ' || object_type || ' ' || object_name || ' is ' || status
|
||||
FROM user_objects
|
||||
|
||||
4
FCLT.SRC
4
FCLT.SRC
@@ -51,7 +51,7 @@ PROMPT is gebruikt om de FACILITOR(r) _VERSION omgeving in Oracle aan te
|
||||
PROMPT maken.
|
||||
PROMPT
|
||||
|
||||
SET LINESIZE 500
|
||||
SET LINESIZE 1000
|
||||
SET DEFINE OFF
|
||||
SET ECHO ON
|
||||
#include "adm\adm_tab.src"
|
||||
@@ -140,7 +140,7 @@ REGISTERONCE('$Id$')
|
||||
COMMIT;
|
||||
///////////////////////////// Report invalid objects, if any ///////
|
||||
SET ECHO OFF
|
||||
SET LINESIZE 80
|
||||
SET LINESIZE 132
|
||||
PROMPT List of all invalid objects after FACILITOR creation:
|
||||
SELECT 'OR'||'A-'||'DB'|| _DBV_STRING ||' Warning: ' || object_type || ' ' || object_name || ' is ' || status
|
||||
FROM user_objects
|
||||
|
||||
@@ -23,7 +23,7 @@ select 'Upgrade has completed in ' || ROUND(( dbms_utility.get_time - :update_st
|
||||
/* Report invalid objects, if any */
|
||||
SET ECHO OFF
|
||||
SET HEADING OFF
|
||||
SET LINESIZE 80
|
||||
SET LINESIZE 132
|
||||
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
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
* als dat niet zo is dient de gebruiker het script ZELF af te breken middels
|
||||
* control-c.
|
||||
* If you want to use this script in a non-interactive fashion, use e.g.
|
||||
DEFINE ACCEPT_DB6=1
|
||||
@@DB5TO6.SQL
|
||||
DEFINE ACCEPT_DB20=1
|
||||
@@DB19TO20.SQL
|
||||
in a script
|
||||
* Nu vervolgt het script en zal aan het einde van het script
|
||||
* het interne versienummer en de datum worden bijgewerkt.
|
||||
@@ -98,7 +98,7 @@ SELECT 'The version of FACILITOR@' || USER || ' was ' || fac.getdbversion()
|
||||
FROM DUAL;
|
||||
|
||||
SET HEADING OFF
|
||||
SET LINESIZE 80
|
||||
SET LINESIZE 132
|
||||
/* first compile all views, triggers etc */
|
||||
BEGIN DBMS_UTILITY.COMPILE_SCHEMA(USER, FALSE); END;
|
||||
/
|
||||
|
||||
@@ -61,7 +61,7 @@ select 'Recreate has completed in ' || ROUND(( dbms_utility.get_time - :recreate
|
||||
/* Report invalid objects, if any */
|
||||
SET ECHO OFF
|
||||
SET HEADING OFF
|
||||
SET LINESIZE 80
|
||||
SET LINESIZE 132
|
||||
PROMPT List of all invalid objects after Facilitor upgrade:
|
||||
SELECT 'OR'||'A-'||'DB'||_DBV_STRING||' Warning: ' || object_type || ' ' || object_name || ' is ' || status
|
||||
FROM user_objects
|
||||
|
||||
Reference in New Issue
Block a user