PROBLEM
If an st_geometry attribute in Oracle is renamed using the ALTER TABLE RENAME COLUMN command, the metadata for the table's attribute in the SDE st_geometry_columns and st_geometry_index table is not updated to reflect the new attribute name. If the metadata does not correctly reflect the table's st_geometry attributes name, various st_geometry functionality can fail.
The following example demonstrates how to rename an st_geometry attribute using the ALTER TABLE command:
Code:
SQL> ALTER TABLE streets RENAME COLUMN str_shp TO shape;
Table altered.
The cause of the problem is Oracle bug 7190948. See Oracle's MetaLink in the Related Information section below for additional information.
Get help from ArcGIS experts
Download the Esri Support App