If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > How to run a PL/SQL Server page through a URL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-11, 14:41
vbishnoi vbishnoi is offline
Registered User
 
Join Date: Oct 2011
Posts: 24
How to run a PL/SQL Server page through a URL

Hi Folks,

I have loaded employees.psp page into the database using the loadpsp utility.
It got stored as show_employees procedure. Now I want to run the PL/SQL Server Page through the URL to access & view the web application in HTML form.

Can you pls suggest & guide me through this.

I'm using Oracle HTTP server : http://vikrant:7777
Pls let me know what configuration is required in this.

Regards,
Vikrant Bishnoi
Reply With Quote
  #2 (permalink)  
Old 11-29-11, 16:02
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,415
why do you prefer to read answer here when already document in URL below?

Let me google that for you
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #3 (permalink)  
Old 11-30-11, 13:14
vbishnoi vbishnoi is offline
Registered User
 
Join Date: Oct 2011
Posts: 24
Hi,

I have a confusion that need clarification, kindly guide me through :

I have installed Oracle HTTP server :http://vikrant:7777/
and I also have installed Apache Tomcat server :http://localhost:7778/

I have used the METHOD=POST, for executing the PSP page as following :
http://sitename/schemaname/procname

on both servers :
http://localhost:7778/pls/show_employees
http://vikrant:7777//pls/show_employees

But on both occasion I got the following error:

For 1st one :
HTTP Status 404 - /pls/show_employees
type Status report
message /pls/show_employees
description The requested resource (/pls/show_employees) is not available.
Apache Tomcat/7.0.22

For 2nd one :
Oops! Google Chrome could not connect to vikrant:7777


My concern is on which server should I execute, and why I'm getting these errors ?

Best Regards,
Vikrant
Reply With Quote
  #4 (permalink)  
Old 11-30-11, 13:42
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,415
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On