|
Issue Type:
|
Bug
|
Affects Versions:
|
2.2.3
|
Assignee:
|
Andrea Aime
|
Components:
|
Documentation, Oracle
|
Created:
|
02/Jan/13 4:50 AM
|
Description:
|
- Update documentation
http://docs.geoserver.org/2.2.3/user/data/database/oracle.html
writing in the description of option database that also a connection to Oracle RAC with a connection string like
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=[host])(PORT=[port, often 1521]))(LOAD_BALANCE=YES)(CONNECT_DATA=(SERVICE_NAME=[oracle_service_name])))
i.e. starting with a “(” is also possible.
This will result in a connection string of
jdbc:oracle:thin:@[database]
so option host and port won’t be used then!
-
Also add note that a option database starting with “/” will result in a connection string
jdbc:oracle:thin:@//[host]:[port][database]
instead of the standard
jdbc:oracle:thin:@[host]:[port]:[database]
-
Note: with GEOT-4361 also a connection to Oracle LDAP would be possible and should be documented as well as 1)!
|
Project:
|
GeoServer
|
Priority:
|
Minor
|
Reporter:
|
Bernhard Kiselka
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa).
For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)