.bash_profile not loading automatically for Oracle user
Error:
.bash_profile not loading automatically for Oracle user
solution:
bash-4.2$ cd /etc/skel -bash-4.2$ pwd /etc/skel -bash-4.2$ ls -a . .. .bash_logout .bash_profile .bashrc .kshrc .mozilla -bash-4.2$ ls -a ~/ . .. .bash_history .bash_profile.bak .bashrc.bak .cache .config .viminfo -bash-4.2$ cp .bash_profile .bashrc ~/ -bash-4.2$ ls -a ~/ . .. .bash_history .bash_profile .bash_profile.bak .bashrc .bashrc.bak .cache .config .viminfo -bash-4.2$ su oracle Password: [oracle@node1 skel]$ cd [oracle@node1 ~]$
1.copy .bash_profile and .bashrc file to ~/ location
2.try tologin with oracle user