{"id":1304,"date":"2009-08-19T08:07:45","date_gmt":"2009-08-19T12:07:45","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/"},"modified":"2017-12-18T03:36:03","modified_gmt":"2017-12-18T07:36:03","slug":"how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/","title":{"rendered":"File Attachment in Linux using MAIL\/SENDMAIL &#8211; How to Send eBusiness 11i\/r12 DB Status on Daily Basis"},"content":{"rendered":"<p><span style=\"color: #0000ff;font-family: Times New Roman\"><u>Assumption<\/u><\/span><\/p>\n<ul>\n<li><span style=\"font-family: Times New Roman\">The rpm <span style=\"color: #0000ff\">sharutils-4.2.1-17.i386.rpm<\/span> is already there. <\/span>\n<ul>\n<li><span style=\"font-family: Times New Roman\">Verify the same, as followed: rpm \u2013qa sharutil*\u00a0<\/span><\/li>\n<li><span style=\"font-family: Times New Roman\">If not, download and install sharutils-4.2.1-17.i386.rpm by the following, as it is mandatory: rpm -ivh sharutils-4.2.1-17.i386.rpm.<\/span><\/li>\n<\/ul>\n<\/li>\n<li><span style=\"font-family: Times New Roman\">DB Check Script is already implemented and scheduled.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-family: Times New Roman\"><u><span style=\"color: #0000ff\">As root user, schedule the following script:<\/span><\/u><\/span><\/p>\n<p><span style=\"font-family: Times New Roman\">#!\/bin\/bash<br \/>\nFILE=dbchk.doc<br \/>\nFILE2=output.html<br \/>\n<\/span><a href=\"mailto:RECIPIENT=rawishsiddiqui@yahoo.ca\"><span style=\"font-family: Times New Roman\">RECIPIENT=rawishsiddiqui@yahoo.ca<\/span><\/a><br \/>\n<span style=\"font-family: Times New Roman\">RECIPIENTCC=oracle@******.com<\/span><br \/>\n<span style=\"font-family: Times New Roman\">RECIPIENTBCC=rsiddiqui@*****.com<\/span><\/p>\n<blockquote><p><span style=\"font-family: Times New Roman\">(<br \/>\necho &#8220;Dear Concern! Review the enclosed and take the requisite Action, if needed.&#8221;<br \/>\nfor i in `ls -1 $FILE`<br \/>\ndo<br \/>\nfile_name=`basename $i`<br \/>\nuuencode $i $file_name<br \/>\ndone<br \/>\nfor i in `ls -1 $FILE2`<br \/>\ndo<br \/>\nfile_name=`basename $i`<br \/>\nuuencode $i $file_name<br \/>\ndone<br \/>\n) | mail -s &#8220;eBusiness 11i\/r12 &#8211; Database Status&#8221; &#8220;$RECIPIENT&#8221; -c $RECIPIENTCC -b $RECIPIENTBCC<\/span><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Assumption The rpm sharutils-4.2.1-17.i386.rpm is already there. Verify the same, as followed: rpm \u2013qa sharutil*\u00a0 If not, download and install [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[424,35,134],"tags":[],"class_list":["post-1304","post","type-post","status-publish","format-standard","hentry","category-database","category-r12","category-unix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>File Attachment in Linux using MAIL\/SENDMAIL - How to Send eBusiness 11i\/r12 DB Status on Daily Basis -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"File Attachment in Linux using MAIL\/SENDMAIL - How to Send eBusiness 11i\/r12 DB Status on Daily Basis -\" \/>\n<meta property=\"og:description\" content=\"Assumption The rpm sharutils-4.2.1-17.i386.rpm is already there. Verify the same, as followed: rpm \u2013qa sharutil*\u00a0 If not, download and install [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/\" \/>\n<meta property=\"article:published_time\" content=\"2009-08-19T12:07:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-18T07:36:03+00:00\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/\",\"name\":\"File Attachment in Linux using MAIL\/SENDMAIL - How to Send eBusiness 11i\/r12 DB Status on Daily Basis -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"datePublished\":\"2009-08-19T12:07:45+00:00\",\"dateModified\":\"2017-12-18T07:36:03+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"File Attachment in Linux using MAIL\/SENDMAIL &#8211; How to Send eBusiness 11i\/r12 DB Status on Daily Basis\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"File Attachment in Linux using MAIL\/SENDMAIL - How to Send eBusiness 11i\/r12 DB Status on Daily Basis -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/","og_locale":"en_US","og_type":"article","og_title":"File Attachment in Linux using MAIL\/SENDMAIL - How to Send eBusiness 11i\/r12 DB Status on Daily Basis -","og_description":"Assumption The rpm sharutils-4.2.1-17.i386.rpm is already there. Verify the same, as followed: rpm \u2013qa sharutil*\u00a0 If not, download and install [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/","article_published_time":"2009-08-19T12:07:45+00:00","article_modified_time":"2017-12-18T07:36:03+00:00","author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/","url":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/","name":"File Attachment in Linux using MAIL\/SENDMAIL - How to Send eBusiness 11i\/r12 DB Status on Daily Basis -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"datePublished":"2009-08-19T12:07:45+00:00","dateModified":"2017-12-18T07:36:03+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2009\/08\/19\/how-to-send-db-status-on-daily-basis-as-file-attachment-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"File Attachment in Linux using MAIL\/SENDMAIL &#8211; How to Send eBusiness 11i\/r12 DB Status on Daily Basis"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=1304"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/1304\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}