SAP HANA Permissions and Ownership: Unterschied zwischen den Versionen

Aus MattWiki
(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…“)
 
K (Matt verschob die Seite Object Owner (SAP HANA) nach SAP HANA Permissions and Ownership, ohne dabei eine Weiterleitung anzulegen)
(kein Unterschied)

Version vom 6. Juli 2021, 12:53 Uhr

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