How to call a stored procedure using a web browser?
Date: Sun, 06 May 2001 03:55:05 -0700
Message-ID: <5jaaft44tk5gpv9u8o33fa1rjj33i7fr2e_at_4ax.com>
Hello,
I am using Personal Oracle 8i on Windows 2000 SP1.
I am having a hard time following the book I am reading and asking for your help. I have a stored procedure called tokensize. I am trying to call this from a web browser using the html file below ("form action" syntax is probably incorrect).
<html>
<title>Test tokenizer procedure</title>
<body>
Enter the text to tokenize:
<form action="http://webserv/pls/simpledad/tokensize.htm">
<textarea name=tokensize>Enter sentence here</textarea> <p> <input type=submit>
</form>
</body>
</html>
Following the syntax from the book below, my Oracle has a default DAD named simpledad.
http://webDB_server:port/dad_name/package.procedure?parm1=foo
QUESTION: Is there a FAQ or general guidelines on the internet on how to setup and make this work? I need a step-by-step guide on where to put the html file, any configurations involved, and an explanation on what to type in the browser.
If I am not making any sense, it is because I don't have a clue how all this works. Thanks for your help. Received on Sun May 06 2001 - 12:55:05 CEST