How to delete SAP* from HANA Tenant database

How to delete SAP* from HANA Tenant database

hdbsql=> delete from SAPABAP1.usr02 where mandt = '000' and bname = 'SAP*';

I'm pretty sure that you need to log in with the SAPABAP1 user and then run the SQL statement, since that user owns the schema. It should have the same password as your DDIC or SAP* users.

猜你喜欢

转载自www.cnblogs.com/weikui/p/10981360.html