Siebel Remote and Replication Manager Administration Guide > Synchronizing the Remote Client > Options for Synchronizing and Starting the Remote Client >
Setting Parameters on the Connect String of the Local Database
Table 16 describes parameters that you can set on the connect string of the local database.
Table 16. Parameters You Can Set on the Connect String of the Local Database
|
|
-q |
Start the local database in quiet mode. This configuration prevents an SQL Anywhere window from displaying. An SQL Anywhere icon will display on the Windows task bar whether or not you use the -q parameter. This allows the user to manually stop the local database engine if the user leaves the engine running after a Siebel application shuts down. In certain situations, the icon might not be visible. For more information, see Enabling Siebel QuickStart. |
- m |
Truncate the transaction log after the checkpoint. |
-x NONE |
Do not load any network drivers. |
-gp 4096 |
Instructs the engine that the local database page size is 4,096 bytes. |
-c40m -ch60m |
Sets the initial cache size to 40 MB, with a maximum of 60 MB. The cache size is a suggested value that you can adjust. The SQL Anywhere engine determines the actual cache size in the given range of values. |
|