Able to Drop partition but not truncate
574641Feb 16 2009 — edited Feb 16 2009Hi All,
I have a database with 2 schemas. Schema S1 used for calculations and Schema S2 used for just display. I have a table T which is partitioned, in both schema S1 and S2.
I tried truncating a partition of table T that is present in schema S2, from S1. But got an error ' Insifficient privileges'
But to my surprise, I was able to Drop that partition of T (belonging to S2) sitting at S1.
How is this possible?
Thanks and Regards,
Saff