Hi, Thank you for the mail. I tested with by executing a the a script as follows.
---------------------------- export ORACLE_HOME=/as/ora10gr1/OraHome_mid export PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:. export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$PATH export TNS_ADMIN=$ORACLE_HOME/network/admin export LIBPATH=$ORACLE_HOME/lib32:/usr/lib:$ORACLE_HOME/lib:$ORACLE_HOME/jre/ 1.4.1/lib/i386 ------------------------------------ Still I was facing the same problem. But here I didnt test by providing LD_LIBRARY_PATH. So finally, I gave recursive group permissions(r,x) on OraHome_mid directory to the user(eg:user1) who is executing the 'rwconverter.sh' script. But I know it is not the correct way. Regards, Mat. --- In [email protected], pradeep g <[EMAIL PROTECTED]> wrote: > > Hi, > This may be due to your PATH, LD_LIBRARY_PATH environment variables.These variables should have entries to where libjava.a is present. > -Pradeep > > mathewcos <[EMAIL PROTECTED]> wrote: Hi, > > Actually this is a problem I am facing in AIX 5.3. If any one > knows the solution please revertback. > > I Installed OracleAS10G Rel1 on AIX 5.3 as 'ora10gr1' user. > 'ora10gr1' user is a member of oinstall group. > > Some users want to compile reports using > <ORACLE_HOME>/bin/rwconverter.sh shell script. > > ORACLE_HOME is /as/ora10gr1/OraHome_mid > > These are the permissions for <ORACLE_HOME>/bin/rwconverter.sh > > $ ls -ld /as > drwxr-xr-x 7 root system 256 Feb 19 15:20 /as > > $ ls -ld /as/ora10gr1 > drwxr-xr-x 12 ora10gr1 oinstall 4096 Feb 19 21:09 /as/ora10gr1 > > $ ls -ld /as/ora10gr1/OraHome_mid > drwxr-xr-x 76 ora10gr1 oinstall 4096 Feb 17 > 21:15 /as/ora10gr1/OraHome_mid > > $ ls -ld /as/ora10gr1/OraHome_mid/bin > drwxr-xr-x 2 ora10gr1 oinstall 12288 Feb 19 > 19:01 /as/ora10gr1/OraHome_mid/bin > > $ ls -l /as/ora10gr1/OraHome_mid/bin/rwconverter.sh > -rwsr-xr-x 1 ora10gr1 oinstall 79 Jul 24 > 2003 /as/ora10gr1/OraHome_mid/bin/rwconverter.sh > > As you can see I set setuid for rwconverter.sh. > > Now I am executing 'rwconverter.sh' as 'oraaps' user. > > It is showing > $ rwconverter.sh > Unable to dlopen libjava.a: 0509-022 Cannot load module . > 0509-026 System error: A file or directory in the path name > does not exist. > JVMCI114: Cannot obtain system-specific information > Assertion failed: result == utjER_SUCCESS, file utjl.c, line 575 > IOT/Abort trap > > Is it due to permission problem? > > regards, > Mat > > > > > > > --------------------------------- > Looking for last minute shopping deals? Find them fast with Yahoo! Search. > > [Non-text portions of this message have been removed] >
