-7051: Read only view WITH CHECK OPTION not allowed 

Explanation:

The view table to be created is not updateable. The specification WITH CHECK OPTION is not allowed for non-updateable view tables.

User Action:

Repeat the SQL statement without the WITH CHECK OPTION.