Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: DROP TABLE BY UNLOCKING

$
0
0

As long as any object is in use by another user there is no way you can delete it.

 

I is always required to stop the blocking access to the object, e.g. end the transaction that accesses the object.

 

DROP TABLE ... CASCADE does not change that.

 

- Lars


Viewing all articles
Browse latest Browse all 9165

Trending Articles