Warning, /L1Trigger/DTTrigger/test/dumpDBscript is written in an unsupported language. File is not indexed.
0001 setenv NRUN $1
0002 setenv FILE conf${NRUN}.db
0003
0004 touch ${FILE}
0005 rm -f ${FILE}
0006 cmscond_export_iov -D CondFormatsDTObjects -P /afs/cern.ch/cms/DB/conddb -s oracle://cms_orcoff_prod/CMS_COND_31X_DT -d sqlite_file:${FILE} -t DT_config_V02 -b ${NRUN} -e ${NRUN}
0007
0008 sqlite3 ${FILE} << ENDOFCOMMANDS
0009 select * from iov;
0010 update iov set firstsince=1;
0011 ENDOFCOMMANDS
0012
0013
0014