Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Howto execute stored procedure from sqlplus & webserver integration

Howto execute stored procedure from sqlplus & webserver integration

From: Mark Hamlin <mark.c2.hamlin_at_bt.com>
Date: Tue, 5 Dec 2000 20:31:59 -0000
Message-ID: <90jg1m$fpp$1@pheidippides.axion.bt.co.uk>

I am playing with embedding more of my (web) application into Oracle. I am able to write simple PL*SQL and insert it into the database from the SQL*PLUS command line using create procedure ..... syntax. Unfortunately I am not able to run the damn thing let alone debug it. Whats the execute syntax, assuming I'm the same user. Do I have to give any permissions (to the creator and owner) to run it?

Once I eliminate this minor difficulty the next task will be to integrate it with http access. I would like to try/consider all of the following (I know Oracle has at least one variant of an http listener, but am unsure regarding specific products. Right after sending this I'm will start reading the Oracle WebDB documentation - 8.1.6 WebDB Tutorial Guide documentation): 1) Wrapping pl*sql/stored procedures with perl emmbedded in database and Oracle web server.
2) Pure pl*sql/stored procedures CGI using Oracle web server. 3) Wrapping pl*sql/stored procedures with standard perl scripts called by Apache.
4) Calling pure pl*sql/stored procedures from Apache.

Any good web sites, Oracle Documentation bookmarks, general or step by step advice is much apreciated. I have all the Oracle docs (I think), my opinion of it is very high, once I can find what I'm looking for!!!!!!!

Regards,
Mark Hamlin Received on Tue Dec 05 2000 - 14:31:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US