ERROR | unable to use local rollback segment string |
CAUSE | A local rollback segment was specified in the CREATE MATERIALIZED VIEW command, but automatic refresh parameters were not specified. Therefore a refresh group was not created to automatically refresh the materialized view and the local rollback segment cant be registered for future use. |
ACTION | Either supply the automatic refresh parameters so that a refresh group will be created or do not specify a local rollback segment. |