I granted myself read and write access for DATA_PUMP_DIR and also logged into super user. I then executed below statement to extract data from oraclr into a dump file
$ORACLE_HOME/bin/expdp claire/claire@orafin1 schemas=finance directory=DATA_PUMP_DIR dumpfile=claire_finance.dmp logfile=claire_finance.log
Here are the error messages.
ORA-39000: bad dump file specification
ORA-31641: unable to create dump file "/proj/backups/db/orafin1/expdp/current/claire_finance.dmp"
ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
Additional information: 3
Please advise and thanks in advance.