[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

5429.0. "Purging exported data...........?" by KERNEL::DAVIES () Wed Aug 04 1993 09:41


	Hi,

	I have a simple question regarding the purging of exported data.

	With the historian you can specify a keep age for collected data
	and it will be automatically purged for you.  If, however, you 
	are exporting to an RDB file, either on-line or from the MIR, how 
	do you purge data then?

	Are there specific RDB tools to do this??

	Any help greatly appreciated.

	Phil Davies.  UK Comms TSC. 
T.RTitleUserPersonal
Name
DateLines
5429.1We do thisGLDOA::KATZFollow your conscienceWed Aug 04 1993 10:146
    You could try
    
    $ define sql$database dka...[blahblah]blah
    $ mc sql$
    set transaction read write;
    delete FROM MCC_SNMP_INTERFACE WHERE TIME_STAMP < '23-JUL-1993' ;
5429.2Ta...............KERNEL::DAVIESTue Sep 07 1993 07:577
    Hi,
    
    Belated thanks for your reply..........
    
    Cheers,
    
    Phil.