Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Table level lock while truncating partition?

750218Jul 19 2012 — edited Jul 19 2012
I am using below oracle version.

Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

I have a script to truncate the partition as below. Does it have any table level lock while truncating the parition? Any input is appreicated.

ALTER TABLE TEMP_RESPONSE_TIME TRUNCATE PARTITION part1
This post has been answered by unknown-7404 on Jul 19 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2012
Added on Jul 19 2012
1 comment
3,328 views