oracle drop chain rule

Solutions on MaxInterview for oracle drop chain rule by the best coders in the world

showing results for - "oracle drop chain rule"
Irene
31 Nov 2019
1BEGIN
2  DBMS_SCHEDULER.DROP_CHAIN_RULE (
3   chain_name   =>   'my_chain1',
4   rule_name    =>   'my_rule1',
5   force        =>   TRUE);
6END;
similar questions
queries leading to this page
oracle drop chain rule