Action Set :- Summary in Oracle Alert
Action Set :- Summary in Oracle Alert
--==================================================================
Query:-
select EMPNO, ENAME, SAL , sysdate
INTO &EMP_NO,
&EMP_NAME,
&EMP_SAL,
&ALERT_DATE
from scott.emp
where deptno = 10
order by empno;
--==========================
Mail Content :-
hi all,
please find the detail
=**= Enter summary template below this line =**=
** &EMP_NO | &EMP_NAME | &EMP_SAL
=**= Enter summary template above this line =**=
Regards
Oracle team
--==================================================================
Query:-
select EMPNO, ENAME, SAL , sysdate
INTO &EMP_NO,
&EMP_NAME,
&EMP_SAL,
&ALERT_DATE
from scott.emp
where deptno = 10
order by empno;
--==========================
Mail Content :-
hi all,
please find the detail
=**= Enter summary template below this line =**=
** &EMP_NO | &EMP_NAME | &EMP_SAL
=**= Enter summary template above this line =**=
Regards
Oracle team
Comments
Post a Comment