RE: Unable to connect to OMS on Redhat 8.0 server.

2003-03-26 Thread Jesse, Rich
Good luck.  We've had nothing but problems trying to use that config.  As
far as we could tell, the DB was fine.  It was the external Java stuff that
didn't work, specifically OMS.  It would be fine for a connect or two, then
crash, then not want to restart.

And of course, since there are no FREE Linuxes supported (That has GOT to
change -- what's the point of going to Linux if I have to pay for it, Oracle
Corp???  I'd rather stick with Solaris, which ironically is free on Sun's
hardware.) for 9iR2, you're probably S.O.L., like us.

sigh  Is 8:50 AM too early for beer???


Rich

Rich JesseSystem/Database Administrator
[EMAIL PROTECTED]   Quad/Tech International, Sussex, WI USA


-Original Message-
Sent: Tuesday, March 25, 2003 5:54 PM
To: Multiple recipients of list ORACLE-L


I have installed oracle 9.2.0.3 on Redhat 8.0. 
Then I used the emca to create the oem database and repository. 
I started oms (oemctl start oms user/pass) 
I can connect to the console from the Linux box but when I try to launch the
console from my 2000 laptop. (version 9.2.0)
I get the following. java.lang.NullPointerException 
Any help would be great. 
Thanks, 
Bill Jonte 
IT - Technical Services 
[EMAIL PROTECTED] 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jesse, Rich
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: Unable to connect to OMS on Redhat 8.0 server.

2003-03-26 Thread Farnsworth, Dave
-Is 8:50 AM too early for beer?

Not in Wisconsin!!

-Original Message-
Sent: Wednesday, March 26, 2003 8:54 AM
To: Multiple recipients of list ORACLE-L


Good luck.  We've had nothing but problems trying to use that config.  As
far as we could tell, the DB was fine.  It was the external Java stuff that
didn't work, specifically OMS.  It would be fine for a connect or two, then
crash, then not want to restart.

And of course, since there are no FREE Linuxes supported (That has GOT to
change -- what's the point of going to Linux if I have to pay for it, Oracle
Corp???  I'd rather stick with Solaris, which ironically is free on Sun's
hardware.) for 9iR2, you're probably S.O.L., like us.

sigh  Is 8:50 AM too early for beer???


Rich

Rich JesseSystem/Database Administrator
[EMAIL PROTECTED]   Quad/Tech International, Sussex, WI USA


-Original Message-
Sent: Tuesday, March 25, 2003 5:54 PM
To: Multiple recipients of list ORACLE-L


I have installed oracle 9.2.0.3 on Redhat 8.0. 
Then I used the emca to create the oem database and repository. 
I started oms (oemctl start oms user/pass) 
I can connect to the console from the Linux box but when I try to launch the
console from my 2000 laptop. (version 9.2.0)
I get the following. java.lang.NullPointerException 
Any help would be great. 
Thanks, 
Bill Jonte 
IT - Technical Services 
[EMAIL PROTECTED] 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jesse, Rich
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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.net
-- 
Author: Farnsworth, Dave
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: Unable to connect to OMS on Redhat 8.0 server.

2003-03-26 Thread Gogala, Mladen
Title: Unable to connect to OMS on Redhat 8.0 server.



Very 
simple. $ORACLE_HOME/bin/dbsnmp is s..wed up. It's owned by oracle while it 
should be owned 
by 
root. Do this:
chown root:dba $ORACLE_HOME/bin/dbsnmp 

chmod 6750 $ORACLE_HOME/bin/dbsnmp 


It wil 
work afterwards. Here is the source:


The ST Alert team 
publishedNote:232938.1 
ALERT: 9.2.0.3 Patchset Install on Unix Does Not Set Permission of dbsnmp 
Correctly BUG:2858326 today.
If you have comments 
or questions regarding this alert please post a WebIV Remark, or, contact the author directly.




Article-ID: Note:232938.1Circulation: PUBLISHED (EXTERNAL)Folder: 
server.DBA.AdminTopic: 
AlertsTitle: 
ALERT: 9.2.0.3 Patchset Install on Unix Does Not SetPermission of dbsnmp 
Correctly BUG:2858326Document-Type: 
ALERTServer-Version: 
09.02.00.03Updated-Date: 25-MAR-2003 

Keywords: 
ALERTINFO; Products: 
5/RDBMS; 662/PATCH; 
Platforms: 
UNIX; 
Patchset Install 9.2.0.3 on Unix does 
not set permissions of dbsnmp correctly~~ 
Versions Affected ~  This problem affects any 
Oracle database that the 9.2.0.3 patchset has been applied 
to.Platforms Affected ~~  
UnixDescription ~~~  The Oracle Intelligent 
Agent support of the Enterprise Manager job system's capability of 
running jobs as different OS users requires its binary to be created 
with specific OS permissions. During the install process, these 
permissions are usually set up while running the root.sh script as the 
root user. The released 9.2.0.3 patchset install is missing the 
instructions to set this up correctly. Instead the 9.2.0.3 
patchset sets $ORACLE_HOME/bin/dbsnmp with permissions 755, owned by 
oracle owner/dba group.  It should be owned by 
root and have 6750 permissions.Likelihood of Occurrence 
  Every installation of 9.2.0.3 on a Unix 
platform. Possible Symptoms ~  
Symptoms may vary depending upon theapplication which uses the 
agent.Workaround ~~ To allow the agent to run 
jobs, you will need to run the following commands manually as root 
: chown root 
ORACLE_HOME/bin/dbsnmp chmod 6750 
ORACLE_HOME/bin/dbsnmpPatches~~~ Not 
applicable.References~~ ROOT.SH BUILD BY THE 
PATCHSET DOES NOT CHANGE DBSNMP OWNERSHIP/PRIVILEGES Bug:2858326 
__ 
Oracle Support Services-Original Message-From: Bill Jonte 
[mailto:[EMAIL PROTECTED]Sent: Tuesday, March 25, 2003 6:54 
PMTo: Multiple recipients of list ORACLE-LSubject: Unable 
to connect to OMS on Redhat 8.0 server.

  I have installed oracle 9.2.0.3 on Redhat 
  8.0. Then I used the emca to create the oem 
  database and repository. 
  I started oms (oemctl start oms user/pass) 
  
  I can connect to the console from the Linux box but 
  when I try to launch the console from my 2000 laptop. (version 
  9.2.0)
  I get the following. java.lang.NullPointerException 
  
  Any help would be great. 
  Thanks, 
  Bill Jonte IT - 
  Technical Services [EMAIL PROTECTED] 



Unable to connect to OMS on Redhat 8.0 server.

2003-03-25 Thread Bill Jonte
Title: Unable to connect to OMS on Redhat 8.0 server.





I have installed oracle 9.2.0.3 on Redhat 8.0.
Then I used the emca to create the oem database and repository.


I started oms (oemctl start oms user/pass)


I can connect to the console from the Linux box but when I try to launch the console from my 2000 laptop. (version 9.2.0)

I get the following. java.lang.NullPointerException 


Any help would be great.


Thanks,


Bill Jonte
IT - Technical Services
[EMAIL PROTECTED]









RedHat 8.0

2003-03-04 Thread Odland, Brad
Anyone messing with RedHat 8.0 and Oracle 9.2..?

I've got 9.2.0.2.0 database running on  8.0, most of the Java utilities
don't work. (not that that is new)

Oracle OMS crashes when discovering or refreshing nodes. (segmentation
faults)

I am wondering if it is JRE version related.

I know Oracle is not supporting this version at all right now but if any one
has any thoughts


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Odland, Brad
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: RedHat 8.0

2003-03-04 Thread Joseph S Testa
I run that config pretty successfully but I dont believe in java(its a 
religious thing, bwahahaha) and really only use that config for 
backup/recovery RMAN testing.

joe


 Anyone messing with RedHat 8.0 and Oracle 9.2..?
 
 I've got 9.2.0.2.0 database running on  8.0, most of the Java 
utilities
 don't work. (not that that is new)
 
 Oracle OMS crashes when discovering or refreshing nodes. (segmentation
 faults)
 
 I am wondering if it is JRE version related.
 
 I know Oracle is not supporting this version at all right now but if 
any one
 has any thoughts
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Odland, Brad
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 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).
 
 

Joseph S Testa
Chief Technology Officer
Data Management Consulting
p: 614-791-9000
f: 614-791-9001
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Joseph S Testa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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: RedHat 8.0

2003-03-04 Thread Lyndon Tiu
Oracle use it's own jre. Comes with the install package and installs
as part of the software package.

You probably have an unrelated DISPLAY or X server problem.

-- 
Lyndon Tiu


Quoting Odland, Brad [EMAIL PROTECTED]:

 Anyone messing with RedHat 8.0 and Oracle 9.2..?
 
 I've got 9.2.0.2.0 database running on  8.0, most of the Java
 utilities
 don't work. (not that that is new)
 
 Oracle OMS crashes when discovering or refreshing nodes.
 (segmentation
 faults)
 
 I am wondering if it is JRE version related.
 
 I know Oracle is not supporting this version at all right now but
 if any one
 has any thoughts
 
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Odland, Brad
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051
 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting
 services
 -
 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.net
-- 
Author: Lyndon Tiu
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
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).