Reloading the publication or subscription server configuration file (reloadconf) v7
The reloadconf
command applies any changes in the publication or subscription server configuration file (XDB_HOME/etc/xdb_pubserver.conf
or XDB_HOME/etc/xdb_subserver.conf
) without restarting the server.
Synopsis
Parameters
svrfile
The file containing the publication or subscription server login information.
The table shows whether a configuration property can be reloaded.
Property name | Property can be reloaded |
---|---|
Properties shared by publication server and subscription server | |
java.rmi.server.hostname | No |
logging.level | Yes |
logging.file.size | No |
logging.file.count | No |
importPartitionAsTable | Yes |
skipCheckConst | Yes |
snapshotParallelLoadCount | Yes |
snapshotParallelLoadRowLimit | Yes |
importPartitionAsTable | Yes |
sslTrustStore | Yes |
sslTrustStorePassword | Yes |
sslTrustStoreType | Yes |
sslKeyStore | Yes |
sslKeyStoreType | Yes |
sslKeyStorePassword | Yes |
Properties used by subscription server | |
skipTablePrivileges | Yes |
Properties used by publication server | |
skipTablePrivileges | Yes |
replaceNullChar | Yes |
nullReplacementChar | Yes |
escapeTabDelimiter | Yes |
mtkCopyDelimiter | Yes |
enableConstBeforeDataLoad | Yes |
cpBatchSize | Yes |
batchSize | Yes |
copyViaDBLinkOra | Yes |
skipAnalyze | Yes |
pgdbschedule | Yes |
defaultBatchUpdateMode | No |
switchBatchUpdateMode | No |
syncBatchSize | Yes |
busBatchThresholdCount | Yes |
bupBatchThresholdCount | Yes |
bupBatchThresholdRepeatLimit | Yes |
offlineSnapshot | Yes |
uniquenessConflictDetection | Yes |
txSetMaxSize | Yes |
skipConflictDetection | Yes |
enablePerformanceStats | Yes |
syncLoadThreadLimit | Yes |
targetDBQueryTimeout | Yes |
ddlChangeTableLock | Yes |
lobBatchSize | Yes |
batchInitialSync | Yes |
deadlockRetryCount | Yes |
deadlockWaitTime | Yes |
mtk.logging.file.size | Yes |
mtk.logging.file.count | Yes |
persistZeroTxRepEvent | Yes |
oraJDBCCustomURL | Yes |
walStreamQueueLimit | Yes |
walTxSetCreationInterval | Yes |
dataSyncThreadCount | Yes |
jdbc.pool.validationQueryTimeout | Yes |
historyCleanupDaysThreshold | Yes |
Example
This example reloads the configuration file.
Note
When you execute the reloadconf
command, if any configuration options were changed from their default values, the output includes the configuration option and its new value.
- On this page
- Synopsis
- Parameters
- Example