|
> (Adding a hash partition) 是不是通过DML的方式去处理的
I don't think you can say it's a DML from the user's point of view. But you may consider it as an internal DML, but user-level DDL. You can try SQL trace (event 10046 at level 4 to get bind variables) when you add a hash partition. But I'm not sure if you can see the actual row deletes and inserts. |
|