PL/SQL API jcs_odf.create_lock
Summary
Create a lock.
Specification
procedure create_lock(name in varchar2,
description in varchar2 default const.def_str,
comment_text in varchar2 default const.def_str,
application_name in varchar2 default const.def_str,
partition in varchar2 default const.def_str,
application_partition in varchar2 default const.def_str)
Parameters
- name - the name of the lock
- description - a description for the lock
- comment_text - a comment with the lock
- application_name - the name of the application the lock belongs to
- partition - the partition of the lock
- application_partition - the partition of the application the lock belongs to
See Also
plsqlTopic
onsiteTopic