mahadevan
6th December 2005, 08:45
We found in tmp folder lot of 'qp......' files . what it means. how it is got created . can this be deleted.
bdittmar
6th December 2005, 10:04
We found in tmp folder lot of 'qp......' files . what it means. how it is got created . can this be deleted.
Hello,
we do this :
35 02 * * 1-6 find /daten/tmp -name "qp*" -mtime +2 -exec rm -f {} \;
every day by cron.
Regards
jordimur
6th December 2005, 12:25
qp files are query process files and they are created by Baan when you use a select statement with option "as prepared set", in normal conditions (when process is not aborted) this files are removed, but when session crashes they stay there.