matches operator causes files to be written to /tmp
The application I am working on uses Oracle 10.2.0.4 - Solaris. The application makes use of the Oracle Text operator matches(). I have noticed that files, which begin with the letters "dr", are written to /tmp. However, I am not seeing these files being deleted. I asked our DBA to set TMPDIR to a location where we had more storage, but we maxed out that location since the "dr" files are not being deleted. Does anyone know what causes the files to be deleted?
0