16.10 Updating a WFS Instance from an Oracle Database for a Release Before 21c to Release 21c or Later

(This topic applies only to release 21c or later; it does not apply to release 19c or earlier.)

Effective with release 21c, WFS metadata has moved from the MDSYS schema to a user schema. If you have a WFS instance configured with an Oracle Database version before 21c, you must execute the following command after you update your database to version 21c or later:

execute mdsys.sdo_wfs_process.migrateMetadataFromMDSYS;

This migrates all existing WFS metadata to the new WFS instance in the user schema.