Hi Experts,
I am getting below error when run the "sqlplus" after upgraded the oracle from 10.2.0.1 to 10.2.0.5. Of course, during the installation, got stuck with one error which was skipped by click on "continue" and finally completed the upgrade. I checked so many threads which is related to this error but no one was helped. I am attaching below errors and sqlnet.ora and listener.ora file. please suggest how to resolve..
RTSOPS01:orabt2 20% sqlplus -version
SQL*Plus: Release 10.2.0.5.0 - Production
RTSOPS01:orabt2 21% sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Wed Mar 5 18:07:45 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
ERROR:
ORA-12560: TNS:protocol adapter error
Enter user-name:
tnsnames.ora:
################
# Filename......: tnsnames.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#4 $
################
BT2.WORLD=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = RTSOPS01)
(PORT = 1527)
)
)
(CONNECT_DATA =
(SID = BT2)
(GLOBAL_NAME = BT2.WORLD)
)
)
listener.ora:
################
# Filename......: listener.ora
# Created.......: created by SAP AG, R/3 Rel. >= 6.10
# Name..........:
# Date..........:
# @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#4 $
################
ADMIN_RESTRICTIONS_LISTENER = on
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = BT2.WORLD)
)
(ADDRESS=
(PROTOCOL = IPC)
(KEY = BT2)
)
(ADDRESS =
(COMMUNITY = SAP.WORLD)
(PROTOCOL = TCP)
(HOST = 10.8.54.129)
(PORT = 1527)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = BT2)
(ORACLE_HOME = /oracle/BT2/102_64)
)
)
================
Below is the error during installation phage which i skipped by press "Continue", Remaining process worked fine.
Please tell me which logs still need to publish...
Error (orainventory logs)
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: chmod 755 /oracle/BT2/102_64/bin
INFO:
INFO: - Linking Oracle
/
INFO: /oracle/BT2/102_64/lib//libserver10.a(vsnf.o)
INFO:
INFO: ld:
INFO: fatal:
INFO: symbol referencing errors. No output written to
INFO: /oracle/BT2/102_64/rdbms/lib/oracle
INFO:
INFO: *** Error code 1
INFO: make: Fatal error: Command failed for target `/oracle/BT2/102_64/rdbms/lib/oracle'
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ioracle' of makefile '/oracle/BT2/102_64/rdbms/lib/ins_rdbms.mk'. See '/oracle/oraInventory/logs/i
nstallActions2014-03-04_07-24-32PM.log' for details.
Exception Severity: 1
INFO: The output of this make operation is also available at: '/oracle/BT2/102_64/install/make.log'
INFO:
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: chmod 755 /oracle/BT2/102_64/bin
INFO:
INFO: - Linking Oracle
INFO: rm -f /oracle/BT2/102_64/rdbms/lib/oracle
@
@
@
Regards
Santosh K