Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQLPlus, SQLPlusW crash after login

Re: SQLPlus, SQLPlusW crash after login

From: G Quesnel <dbaguy_ott_at_yahoo.com>
Date: 22 Nov 2006 10:49:34 -0800
Message-ID: <1164221374.648855.256460@b28g2000cwb.googlegroups.com>


Did you try the following:
sqlplus /nolog
set instance <what ever the SID is>
connect <someuser>

if the instance is on another server, then you might need to... set TWO_TASK=<what ever the SID is>
sqlplus /nolog
connect <someuser>

The other two machines where it works, are they client only also ? Received on Wed Nov 22 2006 - 12:49:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US