Invalid objects rapportage iets ruimere linesize om wrapping te voorkomen
svn path=/Database/trunk/; revision=19961
This commit is contained in:
@@ -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