Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to save Exchange Email into Oracle Database
I haven't done this but this sounds like a job for a java stored proc. You'd probably load a java based mail program into the db and then call this from your stored proc. Tom Kyte has an example for enhanced SENDING of mail which should give you the idea at asktom.oracle.com
-- Niall Litchfield Oracle DBA Audit Commission UK ***************************************** Please include version and platform and SQL where applicable It makes life easier and increases the likelihood of a good answer ****************************************** "Jane" <sjdamoore_at_yahoo.com> wrote in message news:4e7954ff.0209120355.3b7b05f8_at_posting.google.com...Received on Thu Sep 12 2002 - 07:32:13 CDT
> Hi
> I am trying to come up with a simple way to save email automatically
> into my Oracle Database. The email will be easily identifiable
> because it will all be sent to a separate account and any manipulation
> that is required on the emails can happen on the database side.
>
> I have looked around and haven't found anything appropriate. Any
> suggestions or directions to look would be greatly appreciated.
>
> Jane