Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unix scripts on Windows 2000 after installing MKS tool kit
Carel,
Thank you very much for your response and advise. I have started testing with little problem so far...
Regards
Rafiq
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
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
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: ListGuru_at_fatcity.com (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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: M Rafiq INET: rafiq9857_at_hotmail.com 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: ListGuru_at_fatcity.com (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).Received on Wed Dec 03 2003 - 16:09:36 CST