SAP HANA Permissions and Ownership

Aus MattWiki
Version vom 6. Juli 2021, 12:53 Uhr von Matt (Diskussion | Beiträge) (Matt verschob die Seite Object Owner (SAP HANA) nach SAP HANA Permissions and Ownership, ohne dabei eine Weiterleitung anzulegen)

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