I am projecting raster data (DTED terrain elevation) on a previously loaded raster map (UTM). This works just fine with an Oracle database with default tablespace size parameters (smallfile, db_block_size = 8192). However, I need larger tablespaces than possible with those values, so I have tried to change db_block_size to 16384. I have also tried the bigfile option. In both cases the program crashes in the call to ITransformationOp.ProjectFast.
I am obviously doing something wrong, but can't figure out what. The process just dies without any exceptions or log file messages whatsoever.
I am running ArcGIS 10.0 SP4 and Oracle 11gR3 on WinXP/32 SP3 under WMWare 8. The host o/s is Win7/64. The program is coded in C#, .NET fw 3.5.
Any help would be greatly appreciated.
/Kent Spjuth
I am obviously doing something wrong, but can't figure out what. The process just dies without any exceptions or log file messages whatsoever.
I am running ArcGIS 10.0 SP4 and Oracle 11gR3 on WinXP/32 SP3 under WMWare 8. The host o/s is Win7/64. The program is coded in C#, .NET fw 3.5.
Any help would be greatly appreciated.
/Kent Spjuth