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.