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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yaff1e

  1. yaff1e

    problem with ssh not returning

    The solution seems to have been to add the -n flag to the ssh call, so presumably it was the input channel that was still deemed open.
  2. yaff1e

    NLS_LANG setting on client

    The problem is probably character conversion. I've seen this before when data is transferred between databases running different character sets. Your multi-byte Ñ character is coming through as 2 bytes whereas your database only expects 1. Have you tried the following change in the database...
  3. yaff1e

    problem with ssh not returning

    I am currently porting some legacy code into a new scheduling system. It runs on a number of source servers and invokes the following on a number of target servers. All servers are running Solaris 10. The command at issue is: ssh -o "BatchMode=yes" ${TARGET_USER}@${TARGET_HOST} "${TEST_SCRIPT}...

Part and Inventory Search

Back
Top