Sorry I forgot to mention that I already tried that fix but it didn't work for me so I have raised a TAR. Apart from the error, have you installed OWB? What steps did you follow?
R.
Main Topics
Browse All TopicsPlease advise on the steps required to install OWB 10.2.0.1
My database is 10.2.0.4 on Red Hat AS4
I would like a client/server build.
I am struggling to install the software with the error "Error in invoking target 'isqlldr' of makefile '<ORACLE_HOME>/rdbms/lib/i
After installing the software, then what do I do? I believe I need to run reposinst.sh to create a repository. I can't find this file. Where should it be?
Please help urgently.
R.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The steps I was asking for are as follows:
1. Install the software on the server
2. Build the repository by running reposinst.sh in $OWB_HOME/owb/bin/unix folder
3. Install client software on a client machine
4. Configure tnsnames.ora on client
5. Connect from client by running owbclient.sh
Before you do any of the above, ensure to upgrade to 10.2.0.5 which contains fixes to many of the bugs in 10.2.01
R.
Business Accounts
Answer for Membership
by: schwertnerPosted on 2009-07-10 at 01:08:41ID: 24821187
When installing the OWB in the location under database ORACLE_HOME, it will use the already existing oraInventory folder containing database installation information and sharing the same oraInventory fails sometime.
e/product/ owb
E/oraInven tory" > oraInst.loc
Create a seperate oraInventory folder and oraInst.loc file for OWB and specify the file oraInst.loc as parameter while invoking the installer.
Re-install the OWB in a new ORACLE_HOME i.e altogether in a new location and don't install on top of database ORACLE_HOME.
In addition to new location(ORACLE_HOME), create a new Inventory and inventory location file as follows.
1. Set the new location for installing OWB like
export ORACLE_HOME=/u01/app/oracl
ensure that the location /u01/app/oracle/product/ exists.
2. Create a directory oraInventory inside the ORACLE_HOME
3. Create a file oraInst.loc pointing to oraInventory in $ORACLE_HOME by doing:
echo "inventory_loc=$ORACLE_HOM
Note: the directory oraInventory and file oraInst.loc will be present under ORACLE_HOME
4. Invoke the installer by providing the parmater as
./runInstaller -invPtrLoc $ORACLE_HOME/oraInst.loc