C
cverbiest
Guest
The message doesn't look like a progress message, definitely not from the sample code you show. Looking at the names of the buffer I suspect it is a temp-table, temp-tables cannot be locked, they a private to your session. if tt-test is a db table and ld_test is not the first segment of an index, then all records in the table will be share-locked
Continue reading...
Continue reading...