dropping datafile leaves .nfs file
Using an application that utilities Oracle partitioning. As part of daily partition rollover, it creates a temp tablespace and then moves that the data intothat partition. Application then proceeds to dump the data into an export file and then drop the data file. Then the application tries to cleanup by removing the file from file system and that is when it fails because file is in use by Oracle. At this point the application fails and errors out on file deletion.
Questions, what is holding the file open from Oracle and can it be told to release on drop? Fuser command shows that it is the oracle holding the file open.
Questions, what is holding the file open from Oracle and can it be told to release on drop? Fuser command shows that it is the oracle holding the file open.
0