This system parameter specifies the JDBC URI(s) used by an instance of the SAP CC system to connect to the database(s) after the startup phase.
Notes
boot.config
configuration file and may differ from the URI stored in this parameter.
The format depends on the third-party database system.
jdbc:oracle:thin:@<server>:<port>:<database_name>
In most cases:
jdbc:sqlserver://<server>:<port>;DatabaseName=<database_name>;sendStringParametersAsUnicode=true[;IntegratedSecurity=true]
jdbc:sqlserver://;serverName=<server>;port=<port>;DatabaseName=<database_name>;sendStringParametersAsUnicode=true[;IntegratedSecurity=true]
Notes:
IntegratedSecurity
connection string property.
In such a situation, no value for SQLHELPER_LOGIN
and SQLHELPER_PASSWORD is required
jdbc:db2://<server>:<port>/<database_name>:<prop1>=<value1>;<prop2>=<value2>
In most cases:
jdbc:sybase:Tds:<server>:<port>/<database_name>?<prop1>=<value1>&<prop2>=<value2>
In most cases:
jdbc:sap:<server>:<port>
In most cases:
For more information, consult this section.
| Name | SQLHELPER_JDBC_URI
|
|
| Category | Parameter | |
| Type | String | |
| Access (RO/RW) |
RW(-): Dynamic Read / Static Write
An immediate change is not possible.
For a deferred and permanent change, use the |
|
| Groups | ||
| Instance Types |
This system parameter is available in the following types of instances in a running SAP CC Core Server system:
|
|