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: TKPROF - No Row Counts?

Re: TKPROF - No Row Counts?

From: Steven <abrokenframe_at_depechemode.com>
Date: Sun, 13 Feb 2000 20:02:21 GMT
Message-ID: <38a71021.263979@news.teleweb.at>


increase your max_dump_file_size entry in init.ora

hope this helps

On Sun, 13 Feb 2000 11:17:32 -0800, "Steve Halko" <steveh_at_redshift.com> wrote:

>Oracle 8.0.5.1 on Solaris 2.6
>
>From SQL*Plus, when calling a PL/SQL packaged procedure,
>
>SQL> exec package.procedure;
>
>TKPROF with the explain plan option always shows 0 (zero) for the # of rows
>returned from each step of the explain plan. All the other statistics are
>shown, only the row counts are missing.
>
>When executing a SQL statement directly,
>
>SQL> select * from table;
>
>TKPROF does return row counts.
>
>
>How can we get TKPROF to generate row counts for packaged procedures??
>
>
Received on Sun Feb 13 2000 - 14:02:21 CST

Original text of this message

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