Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SHell programming on NT
This summer MS will finally shipping a real scripting language with the UNIX
Option pack, but if you want to get hold of it now check out the MKS Tool
kit (www.mks.com)
Regards
David Russell
sunita_at_postoffice.worldnet.att.net wrote in message
<35D57BE2.7987_at_postoffice.worldnet.att.net>...
>To all NT database administrator:
>
>1. WHich shell programming tool do you use?
>2. WHich one have you found simple, easy and best?
>
>I am trying to use ksh shell which comes as a part of MKS toolkit.
>I call the script this way:
>c:\mks\mksnt count_objects.ksh username password instance
>
>where count_objects.ksh has the following:
>
>sqlplus $1/$2_at_instance << !EOF!
>
>set heading off
>spool drop_objects_$3.log
>
>blah...
>
>spool off
>exit
>EOF
>
>I am having thsi problem: sqlplus opens and does nothing
>but wait there..what is happening??
Received on Sun Aug 16 1998 - 15:49:35 CDT
![]() |
![]() |