// make a handle which is tied to the ntt, not to the user transaction
// this handle is tied to. The container is already locked by the
// user transaction, open it nolock
BaseContainerHandle allocHandle = (BaseContainerHandle)
ntt.openContainer(identity, (LockingPolicy)null, mode);
if (allocHandle == null)
{
throw StandardException.newException(
SQLState.DATA_ALLOC_NTT_CANT_OPEN,