The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: cant send email
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-16-2008
adzuanamir adzuanamir is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 40
cant send email

Hi
I run this script. See below

sqlplus "/as sysdba" @tb.sql > /ek_ora/script/tb.log

mailx -r oraadm@juwpkl.gov.my -c "adzuan@nc.com.my"\
-s "TABLESPACE ALERT" adzuan@nc.com.my i < /ek_ora/script/tb.log

in linux, i can send mail and got the email body content after tb.sql is spool to tb.log

Why in solaris i cant run this??