cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Instalation error (You do not have sufficient permissions to access)

Former Member
0 Kudos

Hi

my enviroment is SAP ECC6/Oracle 10g/ SUN Solaris 10 SPARC

I'm installing SAP but run into the error below. I don't understand why the inventory file is pointing to /home/prodora which does not exist. this directory is owned by root and ownership cannot be changed to user oraq11.

Is it possible to change the location of the inventory ?

kindly assist

regards

****************************************************************************************************************************************************

simbatech:oraq11> ./RUNINSTALLER

oracle_stage is not set (OK)

oracle_base is not set (OK)

oracle_home is not set (OK)

oracle_sid is not set (OK)

oracle_home_name is not set (OK)

oracle_inst_group is not set (OK)

from_location is not set (OK)

tmp_netca_file is not set (OK)

tmp_dbca_file is not set (OK)

Working in /oracle/stage/102_64/database/SAP ...

Oracle SID: Q11

Oracle Home: /oracle/Q11/102_64

Oracle Home Name: Q11_102_64

Oracle Install Group: dba

Installing from: /oracle/stage/102_64/database/stage/products.xml

oracle_stage="/oracle/stage/102_64"

oracle_base="/oracle/Q11"

oracle_version="102_64"

oracle_home="/oracle/Q11/102_64"

oracle_sid="Q11"

oracle_home_name="Q11_102_64"

oracle_inst_group="dba"

from_location="/oracle/stage/102_64/database/stage/products.xml"

tmp_netca_file="/tmp/.orainst_netca.15383"

tmp_dbca_file="/tmp/.orainst_dbca.15383"

ORACLE_BASE="/oracle/Q11"

ORACLE_HOME="/oracle/Q11/102_64"

================================

Preparing response files. Please wait:

======================================

Working on /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

........................................................................

..............................................................

/oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.15383: Done

You do not have sufficient permissions to access the inventory +'/home/prodora/oraInventory'.+ Installation cannot continue. Make sure that you have read/write permissions to the inventory directory and restart the installer.: No such file or directory

simbatech:oraq11>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes, Solution describe in 350251 - Creating a New or 2nd Oracle SID with runInstaller

"THE SOLUTION"

The good news is the solution is very simple and takes a few seconds

First cd /var/opt/oracle

You will find a file called oraInst.loc # cat oraInst.loc

inventory_loc=/oracle/PR1/oraInventory

inst_group=dba

Use vi or emacs to edit the file and change the inventory_loc to the directory of the oracle instance you are currently installing. ie inventory_loc=/oracle/PR2/oraInventory

Restart your oracle installer eg. su - orapr2

cd /oracle/stage/816_64

setenv DISPLAY localhost:0.0

./runInstaller

Regards;

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

I believe you created the ora<SID> users by hand and not by sapinst?

Markus

Former Member
0 Kudos

hi,

With which user ur doing oracle installation ,

regards

babu

Former Member
0 Kudos

oraq11. ie the oracle OS user

Thanks