Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help with connection failure during conversion 9i to 10g
Hello,
Thank you for all your posts. I learn alot from just lurking.
We are a 9.2.0.6 shop looking to upgrade to 10.2.
I have installed the software in a new home and taken my cold backup of the database. Now I want to connect as sysdba via the 10.2 client.
I can not connect to the database with the 10.2 client.
Any advice would be fantastic,
Evan
I try to connect to the database using 9.2 and it works fine. I try to connect to the database using 10.2 and get the following:
$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Dec 14 08:56:28 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
SQL> connect / as sysdba
ERROR:
ORA-01031: insufficient privileges
ORACLE_BASE=/u01/app/oracle
ORACLE_PATH=
.:/u01/app/oracle/product/102/bin:ORACLE_SID=FMQA
/u01/app/oracle/product/102/obackup/bin:
/opt/bin:/bin:/usr/bin:/home/oracle
STAT=/u01/app/oracle/product/102/statistics LD_LIBRARY_PATH=/u01/app/oracle/product/102/lib:/usr/dt/lib ORACLE_HOME=/u01/app/oracle/product/102
LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 14-DEC-2005 09:14:48
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=melpomene.cc.emory.edu)(PORT=1521)))
STATUS of the LISTENER
Alias LISTENER Version TNSLSNR for Solaris: Version 10.2.0.1.0 - Production Start Date 14-DEC-2005 08:39:10 Uptime 0 days 0 hr. 35 min. 37 sec Trace Level off Security ON: Local OS Authentication SNMP OFF
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=melpomene.cc.emory.edu)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=melpomene.cc.emory.edu)(PORT=1526)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=FMTEST)))
Services Summary...
Service "AECTEST.cc.emory.edu" has 1 instance(s).
Instance "FMTEST", status UNKNOWN, has 1 handler(s) for this service... Service "FMQA.CC.EMORY.EDU" has 1 instance(s).
Instance "FMQA", status UNKNOWN, has 1 handler(s) for this service... Service "FMTEST.CC.EMORY.EDU" has 2 instance(s).
Instance "FMTEST", status UNKNOWN, has 1 handler(s) for this service... Instance "FMTEST", status READY, has 1 handler(s) for this service... Service "extproc" has 1 instance(s).
Instance "extproc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully Received on Wed Dec 14 2005 - 08:18:08 CST
![]() |
![]() |