Dynamic SQL Configuration Parameters

Use the dynamic SQL configuration parameters to enable and tune dynamic SQL.

  • dynamic_sql – turns dynamic SQL on or off for a replicate connection. Other dynamic SQL configuration parameters take effect only if this parameter is set to on.

  • dynamic_sql_cache_size – tells the Replication Server how many database objects may use the dynamic SQL for a connection. This parameter limits the resource demand on the data server.

  • dynamic_sql_cache_management – manages the dynamic SQL cache for a connection. Once the dynamic SQL statements reaches dynamic_sql_cache_size for a connection, it either stops allocating new dynamic SQL statements if the value is fixed, or it keeps the most recently used statements and deallocates the rest to allocate new statements if the value is mru.