SOLVED

ORA-27054: NFS File System Where The File Is Created While Expdp

Asked by OracleDba14 viewsoracle
1
2
3
ORA-27054: NFS File System Where The File Is Created While Expdp

While doing export  the dumpfile to a NFS mount point, you may receive this error.
#oracle#error

Solutions(1)

Accepted Solution
1
2
3
4
5
Run the below statement as sysdba :

SQL> alter system set events '10298 trace name context forever, level 32';

oracle@node1:/data/backup$ expdp parfile=test.par
OracleDba

Post Your Solution