sqlplusでビュー定義を確認

select text from user_views where view_name = 'ビュー名'

必要に応じて以下も設定

set long 100000;
set head off;