DBA GENESIS
Courses
Contact
Members
More
expdp backup on NFS mount point hangs due to Direct NFS: please check that oradism is setuid
Check alert log :
DM00 started with pid=23, OS id=23757, job SYSTEM.SYS_EXPORT_SCHEMA_01 Direct NFS: please check that oradism is setuid
Check permissions for oradism binary
ls -la $ORACLE_HOME/bin/oradism -rwxr-x--- 1 oracle oinstall 123456 Nov 21 2022 /u01/app/oracle/DB/19.0.0.3/bin/oradism
As the permission is incorrect, change the permission and start again
chown root:root /u01/app/oracle/DB/19.0.0.3/bin/oradism chmod 4755 /u01/app/oracle/DB/19.0.0.3/bin/oradism ls -la $ORACLE_HOME/bin/oradism -rwsr-xr-x 1 root root 123456 Nov 21 2022 /u01/app/oracle/DB/19.0.0.3/bin/oradism
Check alert log :
DM00 started with pid=23, OS id=23757, job SYSTEM.SYS_EXPORT_SCHEMA_01 Direct NFS: please check that oradism is setuid
Check permissions for oradism binary
ls -la $ORACLE_HOME/bin/oradism -rwxr-x--- 1 oracle oinstall 123456 Nov 21 2022 /u01/app/oracle/DB/19.0.0.3/bin/oradism
As the permission is incorrect, change the permission and start again
chown root:root /u01/app/oracle/DB/19.0.0.3/bin/oradism chmod 4755 /u01/app/oracle/DB/19.0.0.3/bin/oradism ls -la $ORACLE_HOME/bin/oradism -rwsr-xr-x 1 root root 123456 Nov 21 2022 /u01/app/oracle/DB/19.0.0.3/bin/oradism