Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-25125

BUFFER_POOL/FLASH_CACHE/CELL_FLASH_CACHE storage option not allowed

Cause

An attempt was made to specify the BUFFER_POOL, FLASH_CACHE, or CELL_FLASH_CACHE storage option. This option may only be specified during

  • CREATE or ALTER TABLE
  • CREATE or ALTER CLUSTER
  • CREATE or ALTER INDEX

Action

Remove this option and retry the statement.