Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: determine num rows in a table without doing a count(*)
If you happen to do full exports regularly, you can parse the export's output to get rows per table. Kludgy, yes, and more programming for you, but it's a way to get counts with no additional overhead on the database side. Received on Fri Mar 30 2001 - 06:00:45 CST
![]() |
![]() |