Hi,
As a part of Oracle Dbase 10gR2 pre-installation tasks on in SUSE Enterprise Server 10, I’m trying to update oracle’s user shell startup file. Oracle’s procedure for that is here:
http://download-east.oracle.com/docs...102/b28052.pdf
on page 13.
I open the file for editing in vi:
$ vi .profile
and added one line ther as
umask 022
but when I try to save file with command :wq I’m getting a message:
“.profile” E212: can’t open file for writing
when I try to exit vi with command :q the message becomes:
Can't write viminfo file in /home/oracle/.viminfo
while acc to Oracle instructions everything should work OK of course.
Can anyone help me understand what is going on? I’m new to Linux, and I don’t even know the name of the file I’m trying to edit [is it really .profile?], let alone its location.
Sergei