Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Apex to find out if an IP address is up

AntillesJun 10 2009 — edited Jun 16 2009
Is there any way to ping an IP address using Apex and check for a response?

My application has a requirement to display a list of IP addresses (routers) and periodically check that they are still active.

I thought about an Oracle table to hold a list of the IP addresses, then a PL/SQL cursor to run through the list, ping each one, then check for a response. I could then pass this info back to Apex somehow and display an alert if an IP address doesn't respond.

Any thoughts on how to accomplish this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2009
Added on Jun 10 2009
7 comments
976 views