Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ASMCMD-09374

KFED executable not found at 'string'

Cause

The KFED executable was not found at the indicated location.


Action

Run these commmands if using Oracle 10.2 or later: cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk ikfed

Run these commmands if using Oracle 10.1: cd $ORACLE_HOME/rdbms/lib mv ssskfeded.o sskfeded.o make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/kfed mv kfed ../../bin/

Verify that $ORACLE_HOME/bin/kfed exists and has the execute permission bit set.