Home » Fusion Middleware & Colab Suite » WebCenter Suite & Portal » Re: PSP (PL/SQL Server Pages)
Re: PSP (PL/SQL Server Pages) [message #77354] Fri, 19 April 2002 08:13 Go to next message
Srinivasaraghavan
Messages: 1
Registered: April 2002
Junior Member
PSP - in Details with Creation and how to work it out etc.
Re: PSP (PL/SQL Server Pages) [message #77388 is a reply to message #77354] Tue, 03 September 2002 04:34 Go to previous message
d.t.r.prasad
Messages: 1
Registered: September 2002
Junior Member
1)create a psp page
starting with directives
page language="PL/SQL"
plsql procedure="aaaa"
html start
head portion
body start
in which
scriplet start
..........
...........
eligible pl/sql code
scriplet end
body end
html end

2)from command line
c:>loadpsp -user scott/tiger@... -abovefilename-
response will show that a procedure 'aaaa' has been created.
3)if you are already create a dad like scott_dad
after opening a browser
with http://localhost/
and choosing mod_plsql(name your dad give username and password and connect string )
4)invoke the browser
http://localhost/pls/scott_dad/aaaa
you can see the out put.
you can use htp/htf packages of webdb for the code
or owa_util package
Previous Topic: Re: portal30 - proxy log on failed
Next Topic: Re: WWV-08300 When executing a Master\Detail Form
Goto Forum:
  


Current Time: Thu Mar 28 17:14:17 CDT 2024