4 Shutting Down and Starting True Cache
You can shut down and start an existing True Cache.
Note:
Perform these tasks on the True Cache container database (CDB), not on the pluggable database (PDB).4.1 Shutting Down True Cache
To shut down True Cache, use the SHUTDOWN
command.
Note:
Before shutting down True Cache for planned maintenance, stop the database application service on True Cache.connect / as SYSDBA;
SHUTDOWN;
When you shut down True Cache, the cached content is lost. When you restart True Cache, it fetches the content again from the primary database.