jcs_odf.drop_lock

on-site-related topic PL/SQL API jcs_odf.drop_lock

Summary

Drop a lock.

Specification

Copy
procedure drop_lock(name in varchar2,
version in number default null,
partition in varchar2 default const.def_str,
force in varchar2 default const.def_str)

Parameters

  • name - the name of the lock
  • version - the version of the lock
  • partition - the partition of the lock
  • force - 'Y' or 'N': disregard that the lock is still in use

See Also