Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 pl/sql

Author  Topic 

aylin_sk
Starting Member

25 Posts

Posted - 2005-01-18 : 07:53:24
Can we use html script while writing PL/SQL??Like below;

PROCEDURE GO IS
begin
htp.htmlOpen;
htp.headOpen;
htp.title('HTML');
htp.headClose;

If yes, where can i find the source about this subject??

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-01-18 : 08:16:38
An Oracle forum would be a better place, SQL Team is a Microsoft SQL Server forum. Try here:

http://dbforums.com/
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2005-01-18 : 12:58:02
Not to my knowledge...but then I'm not real familiar with 9i

http://otn.oracle.com/pls/tahiti/tahiti.docindex



Brett

8-)
Go to Top of Page
   

- Advertisement -