How to change the permission of dmp files created by data pump export ?
Got some problems to change the dmp file permission created by data pump export. As those dmp files are created by "oracle" with 660 permission, we cannot rmove those existing dmp files with applicaiton user account. However, granting the DBA group to application user cannot meet the audit requirement. Also, we have many batch jobs to export and rerun. It will return errors if there are existing same dmp files.
Any ideas can share ?
Thank !