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
>
required
Choice: Choose only ONE of the following
<geometryAutoCorrecturEnabled
>
optionalmax. 1
boolean
</geometryAutoCorrecturEnabled>
<datasourceDescription
<name
>
requiredmax. 1
string
</name>
>
requiredmax. 1
</datasourceDescription>
<connectionDescription
<host
>
requiredmax. 1
string
</host>
<port
>
requiredmax. 1
int
</port>
<database
>
requiredmax. 1
string
</database>
<userName
>
requiredmax. 1
string
</userName>
<password
xsd:string
encrypted
optional
=
boolean
>
requiredmax. 1
</password>
>
optionalmax. 1

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>