INFO:
Problem
===========
During install database 19c we have the below error.
========================================
/bin/sh: line 2: /usr/bin/as: Permission denied
INFO:
mv: cannot stat ‘ntcontab.o’: No such file or directory
INFO:
/usr/bin/ar: /u01/install/DWH/19.0.0/lib/ntcontab.o: No such file or directory
INFO:
make: *** [ntcontab.o] Error 1
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile '/u01/install/DWH/19.0.0/network/lib/ins_net_client.mk'. See '/opt/oracle/oraInventory/logs/InstallActions2020-11-09_12-04-12PM/installActions2020-11-09_12-04-12PM.log' for details.
Exception Severity: 1
Solution:
==========
login by root user the run the below command
chmod 777 /usr/bin/as
No comments:
Post a Comment