emca with segmentation fault [message #98817] |
Tue, 25 February 2003 06:58 |
Nicolette Verdugt
Messages: 2 Registered: August 2002
|
Junior Member |
|
|
I know I am on a not certified platform, but I have installed Oracle 9i on RedHat 8.0.
When I run emca I get the message 'Segmentation fault'.
On www.dbaclick.com the suggestion was to go back to RedHat 7.3, but that is not possible. Does anyone know if it is possible to configure the Enterprise Manager with SQL scripts in stead of emca. I once did it on another platform for dbca, so why not for emca??
Bye,
Nicolette
|
|
|
Re: emca with segmentation fault [message #98819 is a reply to message #98817] |
Wed, 26 February 2003 05:58 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Download the new jre118_v3 (special version for glibc 2.1.3) available on www.blackdown.org and install this version in $ORACLE_BASE/jre/1.1.8 directory.
To launch OMS ("oemctrl start oms" command),
modify the first line of $ORACLE_BASE/jre/1.1.8/bin/jre script as follows.
Replace: THREADS_TYPE=${THREADS_FLAG:-green}_threads
By: THREADS_TYPE=${THREADS_FLAG:-native}_threads
|
|
|