Hi guys!
I'm trying to install Oracle 10g Release 2 on Fedora Core 4.
I followed this very good guide:
http://www.oracle-base.com/articles/...nOnFedora4.php
and everything went good... till I rebooted the box!
At reboot Oracle seems to start correctly but when I try to reach Enterprise Manager with browser (
http://192.168.2.101:1158/em) it answers that connection has been refused while trying to connect to IP address.
in my opinion there is some active process that causes troubles to Oracle... question is: what process?
Both firewall and SELInux are disabled.
When I run
/etc/init.d/dbora start
I get
Quote:
########################
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 11-APR-2006 20:51:43
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /home/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /home/oracle/product/10.2.0/db_1/network/admin/listener.ora
Log messages written to /home/oracle/product/10.2.0/db_1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.101)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 11-APR-2006 20:51:43
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /home/oracle/product/10.2.0/db_1/network/admin/listener.ora
Listener Log File /home/oracle/product/10.2.0/db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.101)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
Processing Database instance "orcl": log file /home/oracle/product/10.2.0/db_1/startup.log
########################
|
in startup.log I read:
Quote:
########################
/home/oracle/product/10.2.0/db_1/bin/dbstart: Starting up database "orcl"
mar apr 11 20:51:44 CEST 2006
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Apr 11 20:51:44 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> Connected to an idle instance.
SQL> ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 1218992 bytes
Variable Size 75499088 bytes
Database Buffers 205520896 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
/home/oracle/product/10.2.0/db_1/bin/dbstart: Database instance "orcl" warm started.
########################
|
Because I made a Fedora complete installation (all 4 cds) I suppose it has benn installed also some strange (to me) service that I don't need and that is a trouble for Oracle.
How can I find such process-service-daemon?
Do you know any other good manual to install Oracle 10g on Fedora core 4?
Excuse me for my long post.
I thank you all in advance for any suggestion (my box is a test box so, if necessary, I can also do the installation again from start, even trying fedora core 5, if necessary).
Bye!