What should I do so that the listener is reading the configuration from the new ORACLE Installation [message #650666] |
Fri, 29 April 2016 02:26 |
|
juniordbanewbie
Messages: 250 Registered: April 2014
|
Senior Member |
|
|
Dear all,
I've a server that is installed with a non OFA architecture
oracle home is as follow
/poznan/oracle/oracle11.2
Next I've installed Oracle 11.2.0.2 XE on this existing machine.
I've set these essentials as follow:
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
export ORACLE_SID=XE
export PATH=$ORACLE_HOME/bin:$PATH
when I do a lsnrctl status
oracle@vmdev:~> lsnrctl status
LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 29-APR-2016 15:15:43
Copyright (c) 1991, 2011, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Start Date 29-APR-2016 15:12:55
Uptime 0 days 0 hr. 2 min. 48 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /poznan/oracle/oracle11.2/network/admin/listener.ora
Listener Log File /poznan/oracle/diag/tnslsnr/vmdev/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vmdev.poznan.com)(PORT=1521)))
The listener supports no services
The command completed successfully
ls -ld /u01/app/oracle/product/11.2.0/xe
if you notice the above the current listener configuration is still reading from old NON OFA listener.ora.
What should I do so that the listener is reading the configuration from the new ORACLE Installation which adheres to OFA.
many thanks in advance
|
|
|
|
|
|
|
|
|
|
|