Hi Syam,
The Creator of the Schema IS the owner of the Schema. Please use the following query to find the owner of the Schema.
SELECT schema_name, schema_owner
FROM "SYS"."SCHEMAS"
WHERE SCHEMA_NAME = 'XXX';
Hi Syam,
The Creator of the Schema IS the owner of the Schema. Please use the following query to find the owner of the Schema.
SELECT schema_name, schema_owner
FROM "SYS"."SCHEMAS"
WHERE SCHEMA_NAME = 'XXX';