Database Administration (MOSC)

MOSC Banner

run a procedure in database frequently for 2 minutes

edited Dec 12, 2013 7:16AM in Database Administration (MOSC) 5 commentsAnswered ✓
 Hello ,
THe below script needs to be run in a database very frequently say in a gap of 1 sec in 2 mins 


begin
Utl_Mail.Send(
Sender => 'vishal_m@t.com',
Recipients => 'vishal_m@t.com',
subject => 'testing',
MESSAGE => 'Hi there.' );
end; 



Please suggest how can we do this
Best regards,
Vishal

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center