Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 457b144

Browse files
committed
The compilation errors are now easier to read.
1 parent cbb1001 commit 457b144

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

source/install.sql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ whenever oserror exit failure rollback
147147

148148

149149

150-
150+
set linesize 200
151+
column text format a100
151152
prompt Validating installation
152153
-- erors only. ignore warnings
153-
select * from user_errors
154+
select name, type, sequence, line, position, text
155+
from user_errors
154156
where name not like 'BIN$%' --not recycled
155157
and (name like 'UT%' or name in ('BE_FALSE','BE_LIKE','BE_NOT_NULL','BE_NULL','BE_TRUE','EQUAL','MATCH','BE_BETWEEN')) -- utplsql objects
156158
and attribute = 'ERROR'

0 commit comments

Comments
 (0)