Oracle Spatial

The standard Oracle database (Locator) can support the storing of spatial geometries using the Oracle SDO data type which is OGC compliant for the OpenGIS Simple Features Specification. Oracle also conforms to OGC Coordinate transformations. SIS supports the loading, viewing, multi-user and concurrent editing of the data held within Oracle.

Only Oracle Locator is required to store spatial vector data in Oracle using SIS. Oracle Spatial is only really required to make used of advanced functionalities such as GeoRaster and Network Model.

Due to Simple Feature compliance SIS can pass spatial queries to Oracle so the process is run by Oracle for enhanced performance. SIS also supports the creation of new schema columns and the building of a column index within Oracle. Long transactions and direct editing of the database are also supported from SIS.

Connections to Oracle can be specified as Dynamic, Local cache and One-off Import. SIS also supports Oracle’s roles for improved security.

This is a Cursor Dataset.

Note: By default the Oracle metadata cache expires quite quickly (15 minutes). This time can be controlled via the Cadcorp.OracleSpatial.Dataset.ini file, normally located in C:\Program Files\Cadcorp SIS 8.0\COM, by adding the following:

[Configuration]
ConnectionMetadataTimeout=60

The value on the right-hand side of the "=" is in minutes, i.e. one hour in this example. The valid range is 1 to 720, i.e. one minute to 12 hours.

Arguments to CreateDataSourceOverlay API Method

AOracleSpatialCursorDts

[service=server,]
[user=user,]
[password=password,]
[table=layer,]
[geometrycolumn=where,]
[filter=filter,]
[cache="true"|"false",]
[anglecolumn=string,]
[uricolumn=string]

service
string
The Oracle service name

user
string
The Oracle user name.

password
string
The Oracle password.

table
string
The Oracle table.

geometrycolumn
string
The Oracle column containing the SDO_GEOMETRY object.

filter
string
The where clause to filter the data.

cache
boolean
Option to cache the data in memory.

anglecolumn
string
The Oracle column containing the rotation angle.

fcodecolumn
string
The Oracle column containing the feature code.

uricolumn
string
The Oracle column containing URI information.

Dataset Properties

Dataset Item Properties

Compatibility:


Dataset Properties

Dataset Item Properties


See full list of Dataset Formats

Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).