It's all about the answers!

Ask a question

CRRRA0208E Cannot find location of oracle 32-bit client when setting up RRDI


Chao Wang (235512) | asked Jun 13 '16, 12:09 p.m.
During RRDI setup on AIX/Linux with Oracle the following error message is observed.
CRRRA0208E Cannot find location of oracle 32-bit client.

2 answers



permanent link
Chao Wang (235512) | answered Jun 13 '16, 12:15 p.m.
Permission(execute) is needed on the inventory folder
Example: /u01/app/oracle/product/11.2.0/client32/inventory/

If running the setup is ran as root or permission is correctly set, check the oracle base property in the oraclehomeproperties.xml.
[root@localhost ContentsXML]# pwd
/u01/app/oracle/product/11.2.0/client32/inventory/ContentsXML
[root@localhost ContentsXML]# cat oraclehomeproperties.xml
<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 1999, 2009, Oracle. All rights reserved. -->
<!-- Do not modify the contents of this file by hand. -->
<ORACLEHOME_INFO>
   <GUID>1704039180#.#361339397</GUID>
   <HOME/>
   <ARU_PLATFORM_INFO>
      <ARU_ID>46</ARU_ID>
      <ARU_ID_DESCRIPTION>Linux x86</ARU_ID_DESCRIPTION>
   </ARU_PLATFORM_INFO>
   <PROPERTY_LIST>
      <PROPERTY NAME="ARCHITECTURE" VAL="32"/>
      <PROPERTY NAME="ORACLE_BASE" VAL="/u01/app/oracle"/>
   </PROPERTY_LIST>
</ORACLEHOME_INFO>
if it is not there:
1) open a command prompt
2) Set ORACLE_HOME at the client location
set ORACLE_HOME=/u01/app/oracle/product/11.2.0/client32
3) Set oracle base with orabase -s run in the client directory
/u01/app/oracle/product/11.2.0/client32/bin/orabase -s /u01/app/oracle
4) Verify that oraclehomeproperties.xml contains
<PROPERTY NAME="ORACLE_BASE" VAL="/u01/app/oracle"/>

In the case "inventory/ContentsXML" does not exist or the orabase -s returns error, try reinstalling the Oracle client.

permanent link
Cheng-Yee Lin (611) | answered Jun 13 '16, 1:23 p.m.
JAZZ DEVELOPER
 There are also some related materials in the following topics of the CLM knowledge center for references:

    http://www.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.rational.rrdi.admin.doc/topics/c_preinstall_OS_ovr.html
    http://www.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.rational.rrdi.admin.doc/topics/c_preinstall_db_oracle.html

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.