sdo
This configuration is optional when using the plugin Gis_DataSource_Oracle.
-
Documentation
-
YAML Format
-
XML Format
| Fill relevant inputs (blue boxes) and click the blue bars on the left to copy XML configuration snippets. |
<sdoProConfiguration
>
requiredChoice: Choose only ONE of the following
<geometryAutoCorrecturEnabled
>
optionalmax. 1boolean
</geometryAutoCorrecturEnabled>
<datasourceDescription
<name
>
requiredmax. 1string
</name>
>
requiredmax. 1
</datasourceDescription>
<connectionDescription
<host
>
requiredmax. 1string
</host>
<port
>
requiredmax. 1int
</port>
<database
>
requiredmax. 1string
</database>
<userName
>
requiredmax. 1string
</userName>
<password
xsd:stringencrypted
optional=
boolean>
requiredmax. 1
</password>
DEPRECATED: no longer used by Cadenza
</connectionDescription>
Choice End
</sdoProConfiguration>
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
cadenzaconfig:
settings:
sdo:
geometryAutoCorrecturEnabled: true
datasourceDescription:
name: "text"
connectionDescription:
host: "text"
port: 15
database: "text"
userName: "text"
password:
encrypted: true
value: "text"
Filename: sdo-config.xml
| This is a generated sample file with fake data and all the possible options shown, refer to the Documentation tab for what combinations are valid and what is required or not. |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sdoProConfiguration>
<geometryAutoCorrecturEnabled>true</geometryAutoCorrecturEnabled>
<datasourceDescription>
<name>text</name>
</datasourceDescription>
<connectionDescription>
<host>text</host>
<port>15</port>
<database>text</database>
<userName>text</userName>
<password encrypted="true">text</password>
</connectionDescription>
</sdoProConfiguration>