Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Did the query return any rows
"Randy Harris" <randy_at_SpamFree.com> wrote in
news:PK9ke.107$l51.44_at_newssvr31.news.prodigy.com:
>
> "IANAL_VISTA" <IANAL_Vista_at_hotmail.com> wrote in message
> news:Xns965EB230B9ADFSunnySD_at_68.6.19.6...
>> "Randy Harris" <randy_at_SpamFree.com> wrote in >> news:1q8ke.90$3V.58_at_newssvr31.news.prodigy.com: >> >> > I'm calling SQL*Plus to run a query from inside a Unix (ksh) >> > script.
>> > can I tell whether the query returned any rows or not? >> > >> > >> >> By making "proper" use of SQL*Plus & the ability to generate a SPOOL >> file, I test for non-zero length of the output file. In other words >> zero rows results in a spool file of length 0. I use this approach >> daily in cron
>>
Not if
SET FEEDBACK NO
Received on Sun May 22 2005 - 19:52:07 CDT
![]() |
![]() |