Bulk Load: Latest version of POSTCODES.csv.
Data/Seed and Data/Test: Correction to apau.ctl to remove duplicates. Modules/compile.sql: Correction to 'report' query. Schema/ext...: Check whether external tables have been defined before attempting to drop them. Schema/v_...: Force creation of views that rely on PL/SQL code. Explicitly name the column returned by V_QUOTE_DETAILS.vw so that the comments can be applied. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3452 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -28,4 +28,22 @@ REM Create the compilation report
|
||||
TTITLE SKIP 2 CENTER 'COMPILATION REPORT' SKIP 1
|
||||
SET HEADING OFF
|
||||
SELECT NULL FROM DUAL
|
||||
/
|
||||
/
|
||||
/
|
||||
TTITLE OFF
|
||||
SET HEADING ON
|
||||
BREAK ON NAME SKIP 1 ON TYPE SKIP 1
|
||||
|
||||
SELECT
|
||||
'' LABEL,
|
||||
'E' RTYPE,
|
||||
E.NAME,
|
||||
DECODE (E.TYPE,'PACKAGE BODY','PB','PACKAGE','PS',TYPE) TYPE,
|
||||
E.LINE ELINE,
|
||||
E.SEQUENCE SEQ,
|
||||
E.LINE DLINE,
|
||||
TO_CHAR(E.POSITION) COL,
|
||||
E.TEXT
|
||||
FROM USER_ERRORS E
|
||||
/
|
||||
PROMPT &&LABEL_VALUE
|
||||
Reference in New Issue
Block a user