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 -> Re: Sending mail from Oracle On Solaris

Re: Sending mail from Oracle On Solaris

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 5 Mar 2002 10:12:00 -0800
Message-ID: <ba03e2c.0203051011.4483e846@posting.google.com>


There's more than 1 way to skin this cat. Heres an example:

Step 1: Learn UNIX. How do you expect to maintain an Oracle system w/o knowing UNIX ;)

Step 2: You can spool to a file of your choice. In this example, it will be myspool.txt

Step 3:

cat myspool.txt | mailx -s "Here's my Oracle Stuff!" dbateam_at_mydomain.com

*The -s and the quoted text following it is the Subject. Received on Tue Mar 05 2002 - 12:12:00 CST

Original text of this message

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