Oracle Solution for Error ora-25125

Solution for Oracle Error ORA-25125

ORA-25125: BUFFER_POOL storage option not allowed

What triggered the Error:

e user attempted to specify the BUFFER_POOL storage option. This option may only be specified during CREATE/ALTER TABLE/CLUSTER/INDEX.

What should we do to fix it:

move this option and retry the statement.