Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SHell programming on NT

SHell programming on NT

From: <sunita_at_postoffice.worldnet.att.net>
Date: 15 Aug 1998 12:05:18 GMT
Message-ID: <35D57BE2.7987@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 Sat Aug 15 1998 - 07:05:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US