Ask the database administrator to create a table in the data object cache database using the same table structure as the default cache table.
Use a database client to find the default cache table in the data object cache database. Use the SQL DDL from the default cache table to create the user-managed cache table with a different name. The name of the user-managed cache table cannot have the prefix
CACHE
. The prefix
CACHE
is reserved for names of cache tables that are managed by the Data Object Cache Manager.
After creating the user-managed cache table, populate the table by copying the initial cache data from the default cache table.