This is already fixed with the Oracle-specific shape library included in the ArcGIS 10.2.1 Utility Patch 2+ and at ArcGIS 10.3+.
See: http://support.esri.com/technical-article/000012421
解决办法
Create a symbolic (soft) link named libclntsh.so.11.1 to the libclntsh 10g as per below:
ln -s /path/to/file /path/to/symlink
Example:
norbert% ln -s /norbert2/home/ora10204/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1 /norbert2/home/ora10204/oracle/product/10.2.0/db_1/lib/libclntsh.so.11.1