Exadata General (MOSC)

MOSC Banner

How to enable both OFFLOADABLE and CELL_FLASH_CACHE KEEP for a table

edited Apr 14, 2023 11:25AM in Exadata General (MOSC) 2 commentsAnswered

ALTER TABLE table_name CELL_FLASH_CACHE KEEP CELL_OFFLOADABLE; - didn't work

ALTER TABLE table_name KEEP CELL_FLASH_CACHE KEEP CELL_OFFLOADABLE; didn't work

ALTER TABLE MDMC_PRD_SIP01.C_REPOS_JOB_CONTROL STORAGE (CELL_FLASH_CACHE KEEP) CELL_OFFLOADABLE; - didn't work

ALTER TABLE table_name CELL_OFFLOADABLE; didn't work

ALTER TABLE table_name OFFLOADABLE; didn't work


DB- Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center