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

Home -> Community -> Usenet -> c.d.o.server -> Oracle Website using PL/SQL

Oracle Website using PL/SQL

From: Norman Dunbar <Norman.Dunbar_at_lfs.co.uk>
Date: Tue, 4 Feb 2003 10:06:47 -0000
Message-ID: <E2F6A70FE45242488C865C3BC1245DA7034283DD@lnewton.leeds.lfs.co.uk>


Morning Wayne,

my advice on loadpsp was posted in a previous thread of yours (I believe) however :

If you like, use HTML editing and loadpsp to get the first version of your web pages into the database.
This will create a procedure in the database which writes the web page for you. You'll get a feel for what does what and how. Then you can, if you like - as I do - simply write future procs based on the original coding the HTML bits into calls to htp.prn or htp.print etc. Alternatively, you can use the other htp or htf calls such as htp.htmlopen, htp.htmlclose and so on.

I use TOAD to do all my web stuiff now.

I posted a few examples in the other thread entitled 'Website using Oracle' which you might find useful. I would be happy to send them direct, but I suspect your email is bogus - for obvious reasons - mine is not, so feel free to contact me direct and I'll help out where I can. On this occasion, I'll waive my usual exorbitant consultancy fee :o)

Cheers,
Norman.



Norman Dunbar
Database/Unix administrator
Lynx Financial Systems Ltd.
mailto:Norman.Dunbar_at_LFS.co.uk
Tel: 0113 289 6265
Fax: 0113 289 3146
URL: http://www.Lynx-FS.com

-------------------------------------

-----Original Message-----
From: Wayne Hinch [mailto:a_at_a.com]
Posted At: Monday, February 03, 2003 8:39 PM Posted To: server
Conversation: Oracle Website using PL/SQL Subject: Oracle Website using PL/SQL

Hi ,

I am creating a website using PL/SQL using the DAD connection. I was wondering is there a better way of uploading psp pages other than using the
'loadpsp' command?

Any help would be much appricated.

Wayne Received on Tue Feb 04 2003 - 04:06:47 CST

Original text of this message

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