jcs_odf.drop_credential

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

Summary

Drop a credential.

Specification

Copy
procedure drop_credential(partition in varchar2,
protocol in varchar2,
system in varchar2,
username in varchar2,
version in number default null)

Parameters

  • partition - the partition of the credential
  • protocol - the protocol of the credential This defines for which 'service' the credential is meant
  • system - the host or domain for the credential
  • username - the user for which this credential is meant
  • version - the version of the credential

See Also