Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> EXEC_SQL Question
Hi,
I want to get an estimate on number of rows that will be returned by a Dynamic SELECT statement before the actual rows are fetched.
Someone told me:
Informix reports this estimate in it's sqlca data structure when a
cursor against the query is opened, however, these estimates are
frequently way off. They depend on statistics gathered that may be out
of date.
Estimate is exactly what I want. I will get statistics regularly.
Can EXEC_SQL do this and how? What about I connect to Oracle or non-Oracle DB?
Thanks in advance.
Sue
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Oct 22 1999 - 01:15:58 CDT
![]() |
![]() |