Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: how to find creator of a schema?

$
0
0

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';


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>