Putty [message #63400] |
Fri, 01 October 2004 18:10 |
mehak
Messages: 3 Registered: October 2003
|
Junior Member |
|
|
how do u use putty to monitore oracle database in unix
urgent help needed please
|
|
|
Re: Putty [message #63414 is a reply to message #63400] |
Mon, 04 October 2004 03:18 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
putty is just a tool to connect to remote machine.
It has nothing to do with monitoring oracle.
PuTTY is a client program for the SSH, Telnet and Rlogin network protocols.
These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs.
In really simple terms: you run PuTTY on a Windows machine, and tell it to connect to (for example) a Unix machine. PuTTY opens a window. Then, anything you type into that window is sent straight to the Unix machine, and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else.
|
|
|