Carel,

Thank you very much for your response and advise. I have started testing with little problem so far...

Regards
Rafiq




Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Date: Wed, 03 Dec 2003 00:59:26 -0800

> Hi
>
> Has anybody experience with using unix scripts on Windows 2000 after
> installing MKS toolkit?
> Are those scripts run without major modification (after changing
> path/folder
> related info).
>
> My client wants to run their unix shell scripts on their Windows platform
> after installing MKS toolkit version 8.6.
>
> Regards
> Rafiq
>
Hi,


Last week I installed my dataguard scripts with a customer using MKS. I
developed them on Linux and Solaris. No serious problems, except with
dynamic generation of pathnames from database views (replace '\' by '/')
and some colon-related problems when using rcp/scp (e.g.
rcp ${SHOST}:D:\ORACLE\ORADATA\SID\SYSTEM01.ORA \
${DHOST}:D:\ORACLE\ORADATA\SID\SYSTEM01.ORA )
doesn't work. replace D: by D= (and replace backslashes, of course), and
all's fine.

I got ssh to work, although setting passwordless authentication didn't
work. Because the customer has a closed environment, rsh/rcp was
sufficient. Be aware that NTFS is needed to set protection for .rhosts and
rsa/dsa private key files.

Success, Carel-Jan

-- There will allways be another last 10 bugs --
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Carel-Jan Engel
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

_________________________________________________________________
Get holiday tips for festive fun. http://special.msn.com/network/happyholidays.armx


--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: M Rafiq
 INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to