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
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%
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.
>
>
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
> 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
!! 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