web application with plsql [message #76343] |
Tue, 19 March 2002 03:18 |
RamP
Messages: 2 Registered: March 2002
|
Junior Member |
|
|
Hi
I could not able to call a procedure from browser. I am using oracle 8.1.7(with apache 1.3) on win 2000.
1) In wdbsvr.app I made the following changes
...
[[DAD_simpledad]]
connect_string = localhost:1521:ORCL
password = tiger
username = scott
default_page = mydad
...
2) The TNS file is
KUMAR =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = a5p70d166ur4o2e)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = kumar.ad)
)
)
3) The following URL is used to call the procedure:
http://localhost:8000/pls/mydad/helloworld
I will appreciate if anybody gives detailed steps
to call procedures from browser
Thanks
Ram
|
|
|
|
|
|