I have a problem with converting an annotation feature table to a shape file in ORACLE database.
Basically, i want these shape files as a recovery backup for import the file to a database.
I have no problem with normal sde tables to shp files except an annotation type in case of exporting an annotation table with an 'ELEMENT' column.
I have no idea what the 'ELEMENT' column of an annotation feature table in ORACLE is. It seems that this table has a special column called 'ELEMENT' which is a blob type.
I didn't find to any programmatic way export a shape file with that column.
I've tried the geotools or ArcMap to export shape file with no luck
Here are some facts:
- No problem with exporting an annotation table to a geodatabase file(gdb)
- No problem with exporting an annotation table to a shape file(.shp) but,
- After that the 'ELEMENT' column is not existing when reading the dbf file in the shape file.
So, is there way to export all columns of the annotation feature table to a shape file including the 'ELEMENT' column?
Any suggestion or answer will be appreciated
Find programmatic way export a shape file.