Example configuration of the failover.doNotCache table
This example uses OQL commands to insert configuration values into the failover.doNotCache table. The disco.config table and all tables of the instrumentation database are not cached.
insert into failover.doNotCache
(
m_DatabaseName,
m_TableName
)
values
(
'disco', 'config'
);
insert into failover.doNotCache
(
m_DatabaseName, m_TableName
)
values
(
'instrumentation', '*'
);