SDE.ST_GEOMETRY; Oracle 18c; 10.7.1 EGDB; ArcGIS Pro 2.6.8:
I have a feature class that I want to move to an existing feature dataset. I wasn't aware until recently, but it turns out it's possible to move a FC to a FD by dragging and dropping it into the FD via catalog, which is good.
However, when I attempt to move the FC to the FD, I get an error:
Move failed. The Spatial references do not match.
I took a look at the properties of the FC and the FD. The spatial references appear to be identical:

Does anyone know why I might be getting that error if the spatial references are the same?
Note:
The FC has lots of existing dependencies on it, so I don't want to workaround the issue by doing something like the following:
1. Rename the FC as <existing name>_OLD.
2. Create a new FC from scratch inside the FD using the <existing name>.
3. Load the data from the _OLD FC into the new FC.
4. Delete the _OLD FC.
As mentioned, the dependencies would make that problematic/risky. I want to keep my existing FC.