How to Remove Invalid 'XML SCHEMA' Objects if Schema does not Exist
(Doc ID 725838.1)
Last updated on AUGUST 09, 2023
Applies to:
Oracle Database Cloud Schema Service - Version N/A and laterOracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Goal
How to remove invalid object of type 'XML SCHEMA' if no schema is tied to the invalid 'XML SCHEMA'?
select owner, object_name, object_type, status
from dba_objects
where status = 'INVALID' and object_type = 'XML SCHEMA';
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |