If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > automation on informix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-12-02, 09:54
gody75 gody75 is offline
Registered User
 
Join Date: Jul 2002
Posts: 1
Thumbs up automation on informix

hi
all
I am new in informix which run on NT 4.0 server
I want automate some task so that I can alert if at all some critical issues which needs to be taken care occur while I am not aware for example a table has reached certain number of records and i want to get say an email as an alert to this. please help me on this
Reply With Quote
  #2 (permalink)  
Old 08-02-02, 07:45
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Hi there;

Windows offers something like the crontab on unix; It's calles winat.
I think it is available in the resource kit. So far for our scheduler.

In this scheduler you can check your databases using sql scripts.

your command line looks something like:
dbaccess <database-name> sql-script

test.sql
unload to test.unl
select nrows from systables where tabname = 'customer'

test.cmd
dbaccess stores7 test.sql

You can store your results in a different database too. In that case you could create graphs on the database growth...
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On