Se show errors
non ti dà niente:
select line, position, text
from user_errors
where type = 'VIEW'
and name = 'someViewName'
order by sequence;
Ciò presuppone che tu lo stia creando secondo il tuo schema; in caso contrario puoi guardare in all_errors
invece.
Le colonne sono nella documentazione :