Re: Need Script!!

2003-07-01 Thread Jose Luis Delgado
Hi Senthil... I think you can get software from the internet... but... if you need to do it at command level... I would try a telnet to the 25 port... If you need assistance, I can create something similar here at work... and send it to you, just for sending mails... HTH JL --- Senthil Kumar D

Re: Need Script!!

2003-07-01 Thread Brian_P_MacLean
For the mail part use... On this page -> http://www.interlog.com/~tcharron/blat.html Download and install his file -> http://www.interlog.com/~tcharron/blat194.zip To send mail from a *.bat script-> blat %myfile.log% -subject "%mysubject%" -to %toaddress% -f %fromaddress%

Re: Need Script!!

2003-07-01 Thread Alex
you can use perl from activestate.com. run your awk script through a2p and see if it works. there are many mail modules... Mime::Lite, Mail::Send to name a couple. On Tue, 1 Jul 2003, Senthil Kumar D wrote: > Hi Group, > > In one of our client place we are having Oracle 8.1.7 (std Ed) on NT. > >

RE: Need Script!!

2003-07-01 Thread Seefelt, Beth
There's great freeware smtp client called BLAT that you can use. You can probably google search for it or find it on www.download.com HTH. -Original Message- Sent: Tuesday, July 01, 2003 11:20 AM To: Multiple recipients of list ORACLE-L Hi Group, In one of our client place we are ha

Re: Need Script to Trigger Archive Log Cleanups

2002-05-16 Thread Steven Lembark
> I need a routine which removes archive logs via RMAN tape backups if the > archive log destination exceeds half full. I already have the RMAN part > which we can kick off manually but I'm looking for something like a basic > cron job monitoring script which triggers this based on the half full

RE: Need script to generate DDL for snapshot/materialized view re

2001-09-13 Thread Glenn Travis
!! Please do not post Off Topic to this List !! quick and dirty; select 'create snapshot '||owner||'.'||name||' as ',query,';' from dba_snapshots where owner = upper('&&ownernm') order by name; Join to dba_tables for storage params... -Original Message- Sent: Thursday, September 13, 2