Hello,
you can access the errors of a compilation by using the following
SQL statement:
SELECT OWNER, NAME, TYPE, SEQUENCE, LINE, POSITION, TEXT
FROM SYS.ALL_ERRORS WHERE owner = 'SYS' AND name = 'NONAME';
or use the AlligatorSQL ;-)
Hope this helps ?
Manfred Peter
(Alligator Company)
http://www.alligatorsql.com