]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Thu, 31 May 2001 12:52:28 +0000 (12:52 +0000)
committerhades <hades>
Thu, 31 May 2001 12:52:28 +0000 (12:52 +0000)
allParam/test/bin/cleanup.sql [new file with mode: 0644]
allParam/test/bin/post_ora_test.sh

diff --git a/allParam/test/bin/cleanup.sql b/allParam/test/bin/cleanup.sql
new file mode 100644 (file)
index 0000000..ac8b105
--- /dev/null
@@ -0,0 +1,12 @@
+DELETE FROM daq.store_int WHERE setup IN (
+    'i_store',
+    'i_store_existing',
+    'i_store_multiple'
+);
+DELETE FROM daq.store_string WHERE setup IN (
+    's_store',
+    's_store_existing',
+    's_store_multiple',
+    's_store_whitespace'
+);
+QUIT
index 975b3488c057afc1459a00aa4d2e4304d3081ca3..eb76940789557b1a3507ab4618183d5177856ab4 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/sh
 
+sqlplus daq_oper/daqall@db-hades.gsi.de @bin/cleanup.sql
 echo "Cleaned up after ora_test."