how to connet without listener ...frank ,mahesh, smartin ,any one...pls help me [message #117156] |
Mon, 25 April 2005 08:38 |
sunil_v_mishra
Messages: 506 Registered: March 2005
|
Senior Member |
|
|
Hi,
to every one my question is as below ....
I want to connect to my database as DBA .... and my listener is not working i m on server on which there are total 5 database including my database suppose database is A , B , C , D, E...... now i want to connect to the database A and my listener is not working and i dont want to create listener ? is it possible if yes then how.
From :-- Sunil
|
|
|
|
|
|
|
Re: how to connet without listener ...frank ,mahesh, smartin ,any one...pls help me [message #117282 is a reply to message #117265] |
Tue, 26 April 2005 05:07 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
In your command prompt
bash-2.03$ set ORACLE_SID=mutation
bash-2.03$ sqlplus scott/tiger
SQL*Plus: Release 9.2.0.4.0 - Production on Tue Apr 26 05:00:58 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production
scott@9i > exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.4.0 - Production
|
|
|