Making a RSS feed conditional
Hi, I;ve got an RSS feed on my app. The problem is that whenever the site the feed is coming from is down, my program refuses to load(the RSS feed is on the 1st page after the login). What code do I add to make the RSS region conditional.
The error I get is:
ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-12535: TNS:operation timed out
Any ideas?