Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: dbms_job question ??
Hi
use this one, * may case some overhead
select count (1) ,batch_status from remote_outgoing_mail group by batch_status
by
-----Original Message-----
From: Jack van Zanen [mailto:nlzanen1_at_ey.nl]
Sent: Wednesday, April 26, 2000 3:29 PM
To: Multiple recipients of list ORACLE-L
Subject: dbms_job question ??
Hi All,
Our test team wants to run the following select every 5 seconds on our test database to monitor some stuff.
What would be the impact and is it possible using dbms_job (Howto?)
*******************************statement************************
select count (*) ,batch_status from remote_outgoing_mail group by batch_status
TIA Jack
-- Author: Jack van Zanen INET: nlzanen1_at_ey.nl Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You mayReceived on Wed Apr 26 2000 - 05:22:37 CDT
![]() |
![]() |