1.mailx -s "$ORACLE_SID Dynamic Pin ERROR" "thirupal.boreddy@thiru.com"
2.cat xy.log xy.html | mailx -s "Objects list" "Thirupal.Boreddy@thiru.com"
3.cat /tmp/thiru/xy.log | mailx -s "Objects list" "Thirupal.Boreddy@thiru.com"
4.uuencode /tmp/thiru/tally_objects_6.log xx.txt| mailx -s "Objects list" "Thirupal.Boreddy@thiru.com"
5.uuencode pwmb1s_ora_23076.trc pwmb1s_ora_23076.txt |mailx -s "Result" "Thirupal.Boreddy@thiru.com"
6.uuencode alert_psaf1.log alert_psaf1.txt |mailx -s "Alertlogfile" "Thirupal.Boreddy@thiru.com"
7.uuencode psaf1_j000_13854.trc psaf1_j000_13854.txt |mailx -s "tracefile" "Thirupal.Boreddy@thiru.com"
Random Posts
Blog Archive
ORACLE DBA
Search This Blog
Blog Archive
-
▼
2011
(101)
-
▼
August
(17)
- Active Session History (ASH)
- Setting up Flash Recovery Area (FRA) and flashback db
- Job scheduling from Oracle 10g with dbms_scheduler
- OCRCHECK utility
- CRSCTL CheatSheet
- UNIX COMMANDS1 and find
- TAR COMMANDS
- mailx Command
- UNIX Commands(rcp,awk,paste,egrep)
- Physical RAM size
- Operating System commands
- raw file system commands
- Frequently Used sql queries
- Finding Locks in a oracle database
- Archivelog space usage query
- Agent management in 10g
- TABLESPACE MONITORING
-
▼
August
(17)
Thirupal Boreddy. Powered by Blogger.
My Blog List
Followers
Lorem 1
Technology
Circle Gallery
‹
›
Shooting
Racing
News
Lorem 4
Tagged with: mailx Command
About Oracle DBA World
WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
Subscribe to:
Post Comments (Atom)
QUERY FOR CPU USAGE
select a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...


No comments