You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the deegree SqlFeatureStoreConfigCreator to create a DDL statement for an Oracle database, the value defined within the -srid parameter is not set. Instead the SRID is set as null, causing problems when you want to import the data in the Oracle database using the deegree GmlLoader (ORA-13365: layer SRID does not match geometry SRID).
In order to reproduce the following command can be used (no reference data needed):
deegree Version: 3.5.8 (docker image)
When using the deegree SqlFeatureStoreConfigCreator to create a DDL statement for an Oracle database, the value defined within the
-srid
parameter is not set. Instead the SRID is set asnull
, causing problems when you want to import the data in the Oracle database using the deegree GmlLoader (ORA-13365: layer SRID does not match geometry SRID
).In order to reproduce the following command can be used (no reference data needed):
The produced DDL statement then looks like this (excerpt):
The text was updated successfully, but these errors were encountered: