Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oracle 12c runInstaller/oui permission denied

RichardM55Nov 4 2016 — edited Nov 14 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2016
Added on Nov 4 2016
20 comments
19,138 views