Hello,
I have Oracle 11g set up in my personal system and it is not allowing me to connect to DB when I give user id/password along with SID. It allows me to connect when not giving the SID. For ex
1. connecting with SID (orcl )
------------------------
C:\Users\ctsuser1>sqlplus calypso/****@orcl
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jan 30 13:56:41 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
-------------------
the command prompt hangs at this point and no response comes even if I wait for more than 5-6 hours and I have to ultimately kill the session by pressing Ctrl+C.
2. without SID
---------------
C:\Users\ctsuser1>sqlplus calypso/****
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jan 30 14:14:16 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
-----------------
I would like to know what is the reason of not able to connect to db without specifying SID.
I don't want to install another DB as the current DB with SID (ORCL) already has 3-4 users on which I have some important data placed.
Regards,
Ramakant