SAP HANA Permissions and Ownership

Aus MattWiki
Version vom 29. Juni 2021, 11:49 Uhr von Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article explains how to analyze the ownership of objects in a SAP HANA database. This article is based on SAP HANA 2.0 SPS04 == System Views for Ownersh…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

This article explains how to analyze the ownership of objects in a SAP HANA database.

This article is based on SAP HANA 2.0 SPS04

System Views for Ownership Information

There are three system views providing information about that depending on the object you are looking for:

  • OWNERSHIP
  • SCHEMAS
  • ROLES

How to Find Out the Owner of

Remote Source

select * from ownership
  where "OBJECT_TYPE" = 'SOURCE';