Overwriting tsv file

f_rana

Member
Hi ,
I am using Winrunner to automate the process of running a bunch of SQL for validation of our data migration process . I am having a problem where if I try to store the output of the SQL in a .tsv format the first time it functions correctly , but when I run it agaian and it is overwriting the previous.tsv ( same name) I get an I/O 32 error .
 
It seems that the file is still open (I/O error 32). Maybe winrunner doesn't give PL/SQL Developer the time to finish the query, or maybe the file is opened in another tool?

------------------
Marco Kalter
Allround Automations
 
Back
Top