Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQLPlus, SQLPlusW crash after login
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
![]() |
![]() |