Home » SQL & PL/SQL » SQL & PL/SQL » Procedure utl_smtp.write_raw_data (Oracle 10G)
Procedure utl_smtp.write_raw_data [message #422494] Wed, 16 September 2009 19:30 Go to next message
profe_luis
Messages: 1
Registered: September 2009
Location: Chile
Junior Member
I have a Problem with procedure utl_smtp.write_raw_data

I send mesg in format HTML, but i come email, change some character space (chr(32)) for character "!" (chr(33)).

I need your help. Please.


thanks
Re: Procedure utl_smtp.write_raw_data [message #422495 is a reply to message #422494] Wed, 16 September 2009 19:41 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I need your help. Please.
We need your help.

You need to help us by following the Posting Guidelines as stated below.You need to help us by following the Posting Guidelines as stated below.
http://www.orafaq.com/forum/t/88153/0/
Go to the URL above click the link "Posting Guidelines"
Go to the section labeled "Practice" & do as directed.

You have input data. We don't.
You have code. We don't.
You have results. We don't.

I, & most other folks, can't debug code we can't see.
Re: Procedure utl_smtp.write_raw_data [message #422535 is a reply to message #422494] Thu, 17 September 2009 05:48 Go to previous message
JRowbottom
Messages: 5933
Registered: June 2006
Location: Sunny North Yorkshire, ho...
Senior Member
Your requirement is less than clear.

Assuming that you want to Quote:
hange some character space (chr(32)) for character "!" (chr(33))
, you can do:
replace(<string>,chr(32),chr(33))
Previous Topic: Nested table join order - weird behaviour
Next Topic: Transpose single column into a row
Goto Forum:
  


Current Time: Sat Feb 08 20:29:32 CST 2025