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 -> Re: SHell programming on NT

Re: SHell programming on NT

From: rok <rthumsi_at_cncx.com>
Date: 15 Aug 1998 08:08:51 PDT
Message-ID: <01bdc85e$b0da00c0$97b59bcf@thumsi95.cncx.com>


It is waiting you to type !EOF!. So replace EOF with !EOF!, it might work.

raghuvir

sunita_at_postoffice.worldnet.att.net wrote in article <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 Sat Aug 15 1998 - 10:08:51 CDT

Original text of this message

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