Short post that hopefully will save you time After patching to QFSDP 2016 jan it looked like dbca wasn’t seeing ASM disks any more. Quickly @vanpupi found that it was related to kfod. apparently on a linux system it uses % instead of $ in $ORACLE_HOME/bin/kfod both in GI as in the DB home change the kfod file to following
OHOME=%ORACLE_HOME%
to
OHOME=$ORACLE_HOME
did the trick good find pieter