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
> 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). Received on Wed Dec 03 2003 - 02:59:26 CST