The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20120222

how to give oracle user home directory and bash history

after installing oracle 11g on ubuntu 11.10, i'm left with an oracle user that doesnt have a home and who forgets all his command line history. to fix this:
* as a normal user (not oracle) with sudo privileges:
sudo mkdir /home/oracle
sudo chown oracle:oinstall /home/oracle
su - oracle
touch .bash_history

No comments:

Post a Comment