RE: runInstaller Error ....

2002-07-29 Thread Janardhana Babu Donga

Thanks for the reply. I searched metalink and  found couple of relevant
articles, (not the exact ones), but they didn't help much. I raised Tar with
oracle and submitted the error message from rda.sh, .profile, .login, .cshrc
and .kshrc files. I would post the solution if I get any from Oracle.

-- Babu

-Original Message-
Sent: Sunday, July 28, 2002 3:18 PM
To: Multiple recipients of list ORACLE-L


Babu
This problem is confusing to me. Perhaps someone else on the list has an
idea. It seems your problem may have to do with LD_LIBRARY_PATH. I can't
think why /lib would be getting added to the first of your LD_LIBRARY_PATH.
I am not familiar with rda.sh. Usually, in a path like this, the software
simply searches each directory in turn and if it searches all of them
without finding what it is searching for, then it returns an error. A wild
idea would be for you to create an empty /lib directory on your system in
the hope that it would get searched and then the code will move on to the
next (correct) library. Maybe someone Monday morning will see this and have
a better idea. Have you searched Metalink for this error?
Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Friday, July 26, 2002 5:23 PM
To: Multiple recipients of list ORACLE-L


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).
-- 
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 

RE: runInstaller Error ....

2002-07-28 Thread DENNIS WILLIAMS

Babu
This problem is confusing to me. Perhaps someone else on the list has an
idea. It seems your problem may have to do with LD_LIBRARY_PATH. I can't
think why /lib would be getting added to the first of your LD_LIBRARY_PATH.
I am not familiar with rda.sh. Usually, in a path like this, the software
simply searches each directory in turn and if it searches all of them
without finding what it is searching for, then it returns an error. A wild
idea would be for you to create an empty /lib directory on your system in
the hope that it would get searched and then the code will move on to the
next (correct) library. Maybe someone Monday morning will see this and have
a better idea. Have you searched Metalink for this error?
Dennis Williams
DBA
Lifetouch, Inc.
[EMAIL PROTECTED]


-Original Message-
Sent: Friday, July 26, 2002 5:23 PM
To: Multiple recipients of list ORACLE-L


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).
-- 
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).



RE: runInstaller Error ....

2002-07-28 Thread A. Bardeen

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).



RE: runInstaller Error ....

2002-07-26 Thread Janardhana Babu Donga

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).