FSN#23967 Opruimen ongebruikte SCH spullen
svn path=/Database/trunk/; revision=15798
This commit is contained in:
12
FCLT.SRC
12
FCLT.SRC
@@ -1,6 +1,6 @@
|
||||
-- [CREA*.SQL]
|
||||
--
|
||||
-- Script tbv het aanmaken van de Facilitor omgeving in Oracle
|
||||
-- Script tbv het aanmaken van de FACILITOR omgeving in Oracle
|
||||
-- Copyright 1996-2012 SG|facilitor bv.
|
||||
-- All rights reserved!
|
||||
/*
|
||||
@@ -71,7 +71,6 @@ SET ECHO ON
|
||||
#include "web\web_tab.src"
|
||||
#include "cnt\cnt_tab.src"
|
||||
#include "bes\bes_tab.src"
|
||||
#include "sch\sch_tab.src"
|
||||
#include "fin\fin_tab.src"
|
||||
#include "prj\prj_tab.src"
|
||||
#include "msg\msg_tab.src"
|
||||
@@ -89,7 +88,6 @@ SET ECHO ON
|
||||
#include "web\web_seq.src"
|
||||
#include "cnt\cnt_seq.src"
|
||||
#include "bes\bes_seq.src"
|
||||
#include "sch\sch_seq.src"
|
||||
#include "fin\fin_seq.src"
|
||||
#include "prj\prj_seq.src"
|
||||
#include "msg\msg_seq.src"
|
||||
@@ -107,7 +105,6 @@ SET ECHO ON
|
||||
#include "web\web_ind.src"
|
||||
#include "cnt\cnt_ind.src"
|
||||
#include "bes\bes_ind.src"
|
||||
#include "sch\sch_ind.src"
|
||||
#include "fin\fin_ind.src"
|
||||
#include "prj\prj_ind.src"
|
||||
#include "msg\msg_ind.src"
|
||||
@@ -128,7 +125,6 @@ SET ECHO ON
|
||||
#include "web\web_ini.src"
|
||||
#include "cnt\cnt_ini.src"
|
||||
#include "bes\bes_ini.src"
|
||||
#include "sch\sch_ini.src"
|
||||
#include "fin\fin_ini.src"
|
||||
#include "prj\prj_ini.src"
|
||||
#include "msg\msg_ini.src"
|
||||
@@ -146,14 +142,14 @@ COMMIT;
|
||||
///////////////////////////// Report invalid objects, if any ///////
|
||||
SET ECHO OFF
|
||||
SET LINESIZE 80
|
||||
PROMPT List of all invalid objects after Facilitor creation:
|
||||
PROMPT List of all invalid objects after FACILITOR creation:
|
||||
SELECT 'OR'||'A-'||'DB'||TO_CHAR(_DBV)||' Warning: ' || object_type || ' ' || object_name || ' is ' || status
|
||||
FROM user_objects
|
||||
WHERE object_type IN ('VIEW', 'TRIGGER', 'PACKAGE', 'PROCEDURE', 'FUNCTION', 'PACKAGE BODY')
|
||||
AND status <> 'VALID'
|
||||
ORDER BY object_name;
|
||||
|
||||
SELECT 'Facilitor/' || USER || ' is now ' || fac.getdbversion() FROM DUAL;
|
||||
SELECT 'FACILITOR/' || USER || ' is now ' || fac.getdbversion() FROM DUAL;
|
||||
PROMPT Schema initialisatie is gereed, controleer de LST-files.
|
||||
PROMPT Neem bij vragen, twijfels of problemen contact op met Facilitor.
|
||||
PROMPT Neem bij vragen, twijfels of problemen contact op met FACILITOR.
|
||||
SPOOL OFF
|
||||
|
||||
Reference in New Issue
Block a user