Enter your view select statement in the View DDL.
Look to it that you do not forget to enter the viewalyzer schema before table, view etc. else you get a
recompile error.
Example:
Schema viewalyzer
View v_view
View DDL:
SELECT * FROM viewalyzer.v_view;