Problem Description
mongodump --oplog is meant to provide a point-in-time dump. But if you use --viewsAsCollections, the views will not be point-in-time since changes to the view are not captured by the oplog, only changes to the underlying collection are.
--viewsAsCollections should not be allowed with --oplog.