The rpm that is required to install uucp in Redhat is sharutils:
root# rpm -ihv sharutils-4.2.1-22.2.x86_64.rpm
Preparing… ########################################### [100%]
1:sharutils ########################################### [100%]
Once you have uuencode installed and configured, you can attach file using the example code below:
uuencode rman_backup.ksh rman_backup.ksh |mailx -s “Attached rman backup shell script” oradba@dbaexpert.com
Posted by: Charles Kim @ DBAExpert.com
