Hello experts.
ESRI has suggested to alter MINBUFSIZE and MAXBUFSIZE in SERVER_CONFIG to improve loading performance.
We load thousands of shape files from ArcGIS 10.1 direct connect to Oracle 11g.
How to calculate the required value for this buffer size required ?
Thanks
You probably want to be careful about optimizing your configuration for upload, since that generally impairs query performance. It's okay at initial population, but not for a production database. I'm mostly involved in loading, and I've never changed those parameters. That sort of tuning is usually empirical anyway, so you're not going to find concrete formulas.
- V