Opened 16 years ago

Closed 16 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 gregboone, 16 years ago

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

comment:2 by gregboone, 16 years ago

NOTE!!!!!

Here is the new providers.xml registration information:

<FeatureProvider>

<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>

</FeatureProvider>

Note the change in provider name, FDO version, etc !!!

comment:3 by gregboone, 16 years ago

Status: newassigned

comment:4 by gregboone, 16 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.