8.2 Deleting True Cache Manually

To delete True Cache manually, use the following commands.

connect / as SYSDBA;
shutdown immediate;
startup mount exclusive restrict;
drop true cache;

Note:

This does not drop the primary database. It deletes the True Cache SPFILE; drops the True Cache control, standby log, and temporary files; and removes LOG_ARCHIVE_DEST entries from the primary database.