I am using Fedora. When I issue:
-bash-3.2$ source na-profile.conf
I get:
: command not found
: command not found
: command not found
The na-profile.conf file looks like:
KEYTAB=server02 export KEYTAB;
ORACLE_HOME=/home/oracle/app/xxxx/11.2.0.1/yyyyy; export ORACLE_HOME;
TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN;
PATH=$PATH:$ORACLE_HOME/bin
There are no extra lines or spaces in the file.