doubt [message #61368] |
Sat, 17 April 2004 10:35 |
Kapil
Messages: 145 Registered: May 2002
|
Senior Member |
|
|
I was trying to run the runInstaller for Oracle 92020 on linux 8. but its giving me an error, cannot execute .... I copied Disk1,
2, 3 to hard disk to /var/bigspace/ file system as root. is this the problem for cannot execute
|
|
|
Re: doubt [message #61377 is a reply to message #61368] |
Sun, 18 April 2004 21:53 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
If you installing Oracle as "oracle" user, then the problem is that once you copy the files as "root" , "oracle" user cannot execute the runInstaller or some other binary file.
Change the ownership of the files in Disk1, Disk2, Disk3 to oracle:dba :
# cd /var/bigspace
# chown -R oracle:dba Disk1 Disk2 Disk3
Then run the installer as "oracle" user
Hope that helps,
Trifon Anguelov
DBAclick.com | DBA Forums
|
|
|