Add Geometrytype Column to F_AttributeDefinition Table Created By FDO Prior To 3.2 (NEW)

FDO SDK

 
Add Geometrytype Column to F_AttributeDefinition Table Created By FDO Prior To 3.2 (NEW)
 
 
 

FDO 3.2 has added a column called ‘geometrytype’ to table F_AttributeDefinition. To use FDO 3.2 to access data stores created by previous versions of FDO, you must connect to the data store containing this table and run a sql script. You must have the ALTER TABLE privilege to run this script. Do the following in a command window:

  1. cmd> sqlplus <datastore>/<password>@<tnsServiceName>
  2. sql> @<MapInstallDir>/Fdo/bin/com/AlterSchemaOracle.sql;
    NoteUse ~1 in the <MapInstallDir> path so that there are no spaces.
  3. sql> exit;