[evlatests] Level settings

Barry Clark bclark at aoc.nrao.edu
Wed Oct 12 15:42:03 EDT 2005


> As for a script to populate the parameter database, I propose a slightly 
> more general solution -- one that takes as input a text file with lines 
> consisting of:
> 
> <entity> <band> <parameter> <value>

If you want such a tool, it is
 awk '{printf ( "insert into parameters values (current_timestamp,'%s','%s','%s','%s',sysdate);\n", $1, $2, $3, $4 ) }' <filename> | sqlplus <user>/<password>@evlaparm

The entity is EA14, not just 14.



More information about the evlatests mailing list