Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change from one instance to another.

Status
Not open for further replies.

jayjaybigs

IS-IT--Management
Joined
Jan 12, 2005
Messages
191
Location
CA
Hello,

I have several unix servers which contain several database Instances.

I was wondering if there is an easier way to change from one server to the other as suppose to loging out of one instance and loging back in to another on my secure shell(SSH).

Thanks
 
JayJay, I'm not quite sure what you want to do...Why not just open up a separate window for your other/multiple sessions?

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[ Providing low-cost remote Database Admin services]
Click here to join Utah Oracle Users Group on Tek-Tips if you use Oracle in Utah USA.
 
Thanks for replying.

Opening up different sessions is what I am currently doing and wanted to stop doing. I cal also use SSH command and that will take me to another node/server.

However, I was thinking maybe there is a little nifty application out there that will allow me to transfer from one server to another.

Again thanks, I will continue to use different sessions.
 
JayJay,

From one SQL*Plus window, you can say at the "SQL> " prompt:
Code:
SQL> connect <username>/<password>@<TNS alias>
...but doing so, by definition, disconnects you from the original session. Does that meet your needs? If not, then the additional window is the only SQL*Plus method that I know of.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[ Providing low-cost remote Database Admin services]
Click here to join Utah Oracle Users Group on Tek-Tips if you use Oracle in Utah USA.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top