Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkoertgen/hello.odpspatial
A quick sample on how to use Oracle Spatial with .NET and compact xcopy-deployment with Instant Client only.
https://github.com/mkoertgen/hello.odpspatial
Last synced: 28 days ago
JSON representation
A quick sample on how to use Oracle Spatial with .NET and compact xcopy-deployment with Instant Client only.
- Host: GitHub
- URL: https://github.com/mkoertgen/hello.odpspatial
- Owner: mkoertgen
- Created: 2015-05-04T07:03:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-04T07:29:25.000Z (over 9 years ago)
- Last Synced: 2024-10-14T23:43:47.670Z (2 months ago)
- Language: C#
- Size: 664 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello.ODPSpatial
A quick sample on how to use Oracle Spatial with .NET and compact xcopy-deployment with Instant Client only. It implements [SdoPoint](http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/sdo_objrelschema.htm#i1009746), [SdoGeometry](http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/sdo_objrelschema.htm#i1009746) and [StGeometry](http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/sdo_sql_mm.htm#CHDJHAFA). Credits to [Deploying ODP.NET with Oracle Instant Client](http://alderprogs.blogspot.de/2009/04/deploying-odpnet-with-oracle-instant.html) (Blogpost).
For deployment you need
- [Instant Client (Basic Lite)](http://www.oracle.com/technetwork/database/features/instant-client/index.html),
- the .NET Assembly `Oracle.DataAccess` and the native `OraOps11w.dll` (extracted from [ODAC](http://www.oracle.com/technetwork/developer-tools/visual-studio/downloads/index-101290.html), ~1.4 MB).Hier is a screenshot of the sample application.
![](ODPSpatial.png)