You specified WITH CHECK OPTION for read only view <str> Explanation: You specified the WITH CHECK OPTION for a view which is based on a read only select expression. You should specify the WITH CHECK OPTION only for a read write view. User Action: Remove the WITH CHECK OPTION clause from this view definition, or make the select expression specify an updatable select expression.