Remote to Local For migrating a remote database, you can dump and pipe the whole database from remote server to local server via ssh tunnel… Read More »How mysqldump Remote to Local
sqlplus, tnsping or lsnrctl Hangs I can't cover all situations in this post, but I have some cases to share with you. Those hanging all… Read More »Why Tnsping Hang
When I retrieved a file from a remote host, ftp aborted the transfer immediately....ftp> get alertORCL.log200 PORT command successful.150 Opening data connection for alertORCL.log (3347200… Read More »426 Transfer aborted. Data connection closed.
Basically, lftp use ftp protocol , if you want to use lftp to connect to the server with sftp protocol underlyingly, you should use the pattern… Read More »How to Use LFTP over SFTP Protocol