Example configuration of the failover.config table

This example uses OQL commands to insert configuration values into the failover.config table.

For this configuration of the failover.config table, data already in the cache is used. The Discovery engine, ncp_disco, can be restarted up to three times before cached data is ignored. These values are used only when disco.config.m_WriteTablesToCache=1.

insert into failover.config
(
        m_InitialiseFromCache,
        m_NumberOfRetries
)
values
(  1, 3  );