relstorage.adapters.oracle.locker – Locker implementations¶ Locker implementations. class OracleLocker(options, driver, inputsize_NUMBER, batcher_factory)[source]¶ Bases: AbstractLocker hold_pack_lock(cursor)[source]¶ Try to acquire the pack lock. Raise an exception if packing or undo is already in progress. release_pack_lock(cursor)[source]¶ Release the pack lock.