Code:
set long 5000
select text from dba_views 
where view_name = :your_view;
HTH
Sanjay