- Mastering Oracle Scheduler in Oracle 11g Databases
- Ronald Rood
- 144字
- 2021-04-01 14:12:55
Steps to create a chain
When creating a chain, there are certain steps that need to be followed:
- List the actions that the chain should perform.
- Create the programs that perform separate actions.
- Enable the programs so that they can be used in the chain.
- Design the rules that the Scheduler must follow to work through the chain.
- Check if a chain step depends on events from outside the chain.
- Create the chain.
- a. Use
evaluation_interval
when a step depends on something outside the chain. - b. Leave
evaluation_interval
undefined when no external dependency exists.
- a. Use
- Create the chain steps by calling the created and enabled programs.
- Create the chain rules for every step with rules (at least) for success and failure.
- Enable the chain.
- Create a job that is going to run the chain.
Let's go through this list of actions in the upcoming sections.
推薦閱讀
- AutoCAD 2018實(shí)用教程(第5版)
- VR、AR與MR項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Visio圖形設(shè)計(jì)從新手到高手(兼容版·第2版)
- Microsoft BizTalk Server 2010 Patterns
- ERP沙盤模擬簡(jiǎn)明教程
- Photoshop 平面廣告設(shè)計(jì)從入門到精通
- Python Text Processing with NLTK 2.0 Cookbook: LITE
- 改變思維:菜鳥也能做出震撼PPT(全彩版)
- Adobe創(chuàng)意大學(xué)Illustrator產(chǎn)品專家認(rèn)證標(biāo)準(zhǔn)教材(CS6修訂版)
- 零基礎(chǔ)學(xué)后期:Photoshop+Lightroom數(shù)碼照片處理從新手到高手
- 中文版AutoCAD 2014高手之道
- 中文版AutoCAD基礎(chǔ)培訓(xùn)教程
- 輕松玩轉(zhuǎn)3D One AI
- Adobe創(chuàng)意大學(xué)Illustrator CS5 產(chǎn)品專家認(rèn)證標(biāo)準(zhǔn)教材
- Linux Shell Scripting Cookbook