Babu, I'm not sure what's causing the error with runInstaller, but the error you're receiving when running RDA sounds like you're specifying the shell when running it. RDA on Unix is written in korn shell (bash on Linux) and will not run properly if you specify a different shell.
Once you've extracted it from the tar file, just execute ./rda.sh HTH, -- Anita --- Janardhana Babu Donga <[EMAIL PROTECTED]> wrote: > I did the setting for LD_LIBRARY_PATH and is not > working. I also executed > rda.sh script (REMOTE DIAGNOSTIC AGENT for UNIX), It > came out with an error > as follows: > > Argument > LD_LIBRARY_PATH=/lib:/usr/local/oracle/817/lib:/usr/lib > not > recognized and was forced to exit. I don't know how > /lib was picked up. When > issued echo $LD_LIBRARY_PATH, it displayed as > follows: > > /usr/local/oracle/817/lib:/usr/lib > > Please let me know how I should proceed with the > error. > > Thanks, > -- Babu > > -----Original Message----- > Sent: Friday, July 26, 2002 2:04 PM > To: Multiple recipients of list ORACLE-L > > > Babu > Try setting LD_LIBRARY_PATH to $ORACLE_HOME/lib > > -----Original Message----- > Sent: Friday, July 26, 2002 3:40 PM > To: Multiple recipients of list ORACLE-L > > > Dear list, > > When I execute runInstaller from /cdrom/disk1, I get > the following error > message: > > Initializing java virtual machine from > /tmp/OraInstall/jre/bin/jre. Please > wait... > Class not found: LD_LIBRARY_PATH=/lib:/usr/lib > > Iam unable to start the installer. > I unset LD_LIBRARY_PATH, and still getting the > error. > Iam installing 8.1.7.0.0(64bit) on Sun Sparc Solaris > 2.8 (64bit). > > Please let me know if anyone has any ideas. > > Thanks, > -- Babu > > -- > Please see the official ORACLE-L FAQ: > http://www.orafaq.com > -- > Author: Janardhana Babu Donga > INET: [EMAIL PROTECTED] > > Fat City Network Services -- (858) 538-5051 FAX: > (858) 538-5051 > San Diego, California -- Public Internet > access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an > E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of > 'ListGuru') and in > the message BODY, include a line containing: UNSUB > ORACLE-L > (or the name of mailing list you want to be removed > from). You may > also send the HELP command for other information > (like subscribing). > -- > Please see the official ORACLE-L FAQ: > http://www.orafaq.com > -- > Author: DENNIS WILLIAMS > INET: [EMAIL PROTECTED] > > Fat City Network Services -- (858) 538-5051 FAX: > (858) 538-5051 > San Diego, California -- Public Internet > access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an > E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of > 'ListGuru') and in > the message BODY, include a line containing: UNSUB > ORACLE-L > (or the name of mailing list you want to be removed > from). You may > also send the HELP command for other information > (like subscribing). > -- > Please see the official ORACLE-L FAQ: > http://www.orafaq.com > -- > Author: Janardhana Babu Donga > INET: [EMAIL PROTECTED] > > Fat City Network Services -- (858) 538-5051 FAX: > (858) 538-5051 > San Diego, California -- Public Internet > access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an > E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of > 'ListGuru') and in > the message BODY, include a line containing: UNSUB > ORACLE-L > (or the name of mailing list you want to be removed > from). You may > also send the HELP command for other information > (like subscribing). __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
