Oracle ERP Alert 正確執行 SQL Statement 的要點

若是要透過 Alert 執行 SQL Statement,

有以下幾點須注意 :

1) Alert DetailInstallations 要輸入資料, 這樣 Alert Action 才會執行.


2) Alert SetsMembers 要輸入資料, 這樣 Alert Action 才會執行.


3) SQL Statement 中, 在 "DML、DDL" 之後, "一定不能" 加入 "/", 否則會重複執行.

4) SQL Statement 中, 在 "Begin ... End;" 之後, "一定要" 加入 "/", 且 "該行不能有空白字元", 否則不會執行.


5) SQL Statement 中, 可以有多個 "DML"、"DDL"、"Begin ... End;".

6) SQL Statement 有 2000 字元的限制.

Related Posts Plugin for WordPress, Blogger...