jcs_registry.key_path

on-site-related topic PL/SQL API jcs_registry.key_path

Summary

Returns the full path name (in a Unix or HTML like fashion) of the key.

Specification

Copy
function key_path(key_id in number,
max_len in number default 2000,
quoted in varchar2 default const.jcs_no,
with_creator in varchar2 default const.jcs_no)
    return varchar2

Parameters

  • key_id - the key id
  • max_len - specifies the maximum number of characters returned
  • quoted - 'Y' or 'N': specifies whether additional quoting is used in the output
  • with_creator - argument is obsolete
  • returns varchar2 -