Opened 17 years ago
Closed 17 years ago
#191 closed task (fixed)
KingOracle: Add provider to top level build/release process
Reported by: | gregboone | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | KingOracle Provider | Version: | 3.3.0 |
Severity: | 3 | Keywords: | build release |
Cc: | External ID: |
Description
The KingOracle Provider will be added to the main FDO build process and made acessible through the build.bat command system.
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
NOTE!!!!!
Here is the new providers.xml registration information:
<Name>OSGeo.KingOracle.3.3</Name> <DisplayName>OSGeo FDO Provider for Oracle</DisplayName> <Description>Read/write access to spatial and attribute data in an Oracle Spatial.</Description> <IsManaged>False</IsManaged> <Version>3.3.0.0</Version> <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion> <LibraryPath>%FDOBINPATHFDO%\KingOracleProvider.dll</LibraryPath>
Note the change in provider name, FDO version, etc !!!
comment:3 by , 17 years ago
Status: | new → assigned |
---|
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In order to build the King Oracle Provider, you will need to download and install the 'Oracle 10.2.0.3 Instant Client' for Windows from:
http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
The name of the installation file is 'instantclient-sdk-win32-10.2.0.3-20061115.zip' Following the installation, set the following FDO Windows environment variable:
set FDOORACLE=[Oracle instant client path]
e.g. set FDOORACLE=C:\oracle\instantclient\10.2\sdk