I am trying to run runInstaller for oracle 12.0.1.0.2.
I googled the problem and tried several of the solutions:
chmod 777 -R .../database
cp -R .../database /xxx/stage/
neither worked.
Here's my environment:
Install files:
linuxamd64_12102_database_1of2.zip
linuxamd64_12102_database_2of2.zip
Red Hat 6.26
uname -a
Linux bobcatstb2.xxxxxxx.com 2.6.32-642.6.1.el6.x86_64 #1 SMP Thu Aug 25 12:42:19 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
ls -l /app/oracle/stage/database/runInstaller
-rwxrwxrwx. 1 oracle oinstall 8533 Jul 7 2014 runInstaller
ls -la /app/oracle/stage/database/install/.oui
-rwxrwxrwx. 1 oracle oinstall 172028 Jun 18 2014 .oui
objdump -a .oui
.oui:
file format elf64-x86-64 .oui
Error:
[oracle@bobcatstb2 database]$ ./runInstaller
-bash: ./runInstaller: Permission denied
If I try:
[oracle@bobcatstb2 database]$ . ./runInstaller
dirname: invalid option -- 'b'
-bash: /app/oracle/stage/database/install/.oui: Permission denied
Can someone please help