DBA Hub

📋Steps in this guide1/1

.bash_profile not loading automatically for Oracle user

1.copy .bash_profile  and .bashrc file to ~/ location

oracle configurationintermediate
by OracleDba
12 views
1

Overview

1.copy .bash_profile and .bashrc file to ~/ location 2.try tologin with oracle user

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 ~]$

Comments (0)

Please to add comments

No comments yet. Be the first to comment!