REMOVE_CDCG_CLEARANCE_SETTINGΒΆ

Remove a clearance setting.

Parameter Name

Required

DefaultValue

Description

p_cdc_group

yes

name of CDC group

p_bdomain

yes

bdomain of CDC group

p_requestor_id

yes

requestor ID (e.g. Email address)

Example

EXECUTE SCRIPT api_dbiadm.remove_cdcg_clearance_setting
           ( 'cdcGroupName'      -- p_cdc_group
           , 'bDomain'           -- p_bdomain
           , 'test@company.at'   -- p_requestor_id
           );