Oracle Database Error Code ORA-30459 Description :
string.string cannot be refreshed because the refresh method is NONE
Error Cause:
An attempt was made to refresh a summary whose refresh method is NONE

How to Solve :
Summaries whose refresh method is NONE (NEVER REFRESH) cannot be refreshed. Alter the summary to change the default refresh method from NONE to some other value.