depa Report post Posted March 30, 2007 Hi, just registered and I'm a newbie with this, I've done a search but it returned empty. I'd like to ask if someone is using Oracle pl/sql with the htp package. I'm trying to call a procedure that would return a value for a chart, I'm doing it with dataStreamURL and refreshInterval. Currently it's displaying the initial graph but later it just sits waiting for an answer from the Oracle procedure. If I call this procedure from the browser directly, it shows '&value=27', which is what I'm looking for. Any ideas ? Thank you very much in advance. Share this post Link to post Share on other sites
Pallav Report post Posted April 5, 2007 Can you try &value=27| Also, make sure that this page returns just this - and no HTML or even carriage returns. Share this post Link to post Share on other sites
jasben Report post Posted June 8, 2009 Try this: http://radio.weblogs.com/0137094/2009/05/01.html It's a PL/SQL API for generating the charts and data sets. Share this post Link to post Share on other sites
saptarshi Report post Posted June 8, 2009 Hello Jason, Thank you so much for sharing it here on this forum! Great work. Thank you. Share this post Link to post Share on other sites
Loko Report post Posted June 16, 2009 Personaly, I just use ajax calls (xhr objects) to get XML data from my Oracle mod_plsql server and that's it ! Very simple and easy to tune. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted June 18, 2009 Thank you so much for your inputs. Share this post Link to post Share on other sites