After new installation of AHF user oracle cannot run tfactl command
I noticed that after the installation the user oracle cannot run the tfactl command and getting permission denied error.
I removed the oracle user with below command.
As root I run:
--------------------------------------------------------
# tfactl access remove -user oracle
Successfully removed 'oracle' from TFA Access list.
No Users in TFA Access Manager list
--------------------------------------------------------
# tfactl access add -user oracle
Unable to add user 'oracle'. User does not have access to JAVA_HOME
--------------------------------------------------------
Can you help me solve this problem?