Results 1 to 2 of 2
Hi all,
I am new user for redhat linux.I tried to install oracle 10g on rhel 5 using vmware
.every time i am getting an error message permission denied
[oracle2 ...
- 11-27-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 2
error
Hi all,
I am new user for redhat linux.I tried to install oracle 10g on rhel 5 using vmware
.every time i am getting an error message permission denied
[oracle2 localhost tmp]$ cd database_10201/
[oracle2 localhost database_10201]$ ls
doc install response runInstaller stage welcome.html
[oracle2 localhost database_10201]$ sh r
response/ runInstaller
[oracle2 localhost database_10201]$ sh runInstaller
runInstaller: line 54: /tmp/database_10201/install/.oui: Permission denied
Could any one plz help me how to give all set of permissions to an user for accessing a folder.....
thanx in advance.
- 11-27-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
To change permissions on a folder and its contents that don't belong to the user in question require root privileges. You need to either su to root, or login as root, and run chmod with the permissions you want to allow. However, to install Oracle as a system service, only root can do that. A user can only install Oracle in their own directory system for their own use, though others can access the database if you provide them an Oracle user ID and password to connect to it once you have it running.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote