15:39:06 SQL> select global_name from global_name;
GLOBAL_NAME
-------------------------------------------------------
SRIRAM
15:39:14 SQL> select name from v$database;
NAME
---------
SRIRAM
15:40:28 SQL> select instance_name from v$instance;
INSTANCE_NAME
----------------
sriram
and my problem is
15:42:33 SQL> conn scott/appowner123
Connected.
15:42:59 SQL> disconnect
Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
15:43:06 SQL> conn scott/appowner123@sriram
ERROR:
ORA-12500: TNS:listener failed to start a dedicated server process
why it is an error while connecting using identifier? i have some old tns entries in my computer in a different directory.
Thanks
SRIRAM