Files
doc-exports/docs/dws/dev/dws_04_0110.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

2.0 KiB

Schema Object Design

Suggestion 2.7: Avoiding the Creation of Objects Under Other Users' Private Schemas

A private schema refers to a schema with the same name as the user when the user is created. This schema is only accessible to the user.

Impact of rule violation:

  • When you create an object under someone else's private schema, the permissions for that object are determined by the schema owner.

Solution:

  • Create objects under your own private schema to have full control over the object permissions.