Revision as of 05:27, January 23, 2017 by Edjamer (talk | contribs) (Created page with "{{PubOption |hidden=false |default= |valid= |takeseffect=After restart |shortdesc=Database connection URL }} {{DraftOption}} {{PubExtended}} {{DraftExtended}} {{Optio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Knowledge Center Cluster:cms-cluster:dbConnectionUrl


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

dbConnectionUrl

Default Value:
Valid Values:
Changes Take Effect: At start/restart


Database connection string for the selected persistent storage. Examples:
for Microsoft SQL: jdbc:jtds:sqlserver://[host of MS SQL server]:[port of MS SQL server; 1433 by default];databaseName=[CMS DB name]
for Oracle: jdbc:oracle:thin:[userName]/[password]@[host of Oracle DB]:[port of Oracle DB; 1521 by default]:[SID. for example ORCL]
for PostgreSQL: jdbc:postgresql://[host of PostreSQL server]:[port of PostreSQL server; 5432 by default]/[CMS DB name]

Draft Option

No draft option

Comments or questions about this documentation? Contact us for support!