RE: Strange behavior with dbms_stats...

2003-12-11 Thread Jamadagni, Rajendra
after running the block, do you actually spool the output and run that?? Raj Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having

RE: Strange behavior with dbms_stats...

2003-12-11 Thread Vergara, Michael (TEM)
Um...the PL/SQL script at the bottom of your e-mail doesn't DO anything other than output a line. Do you use this in a subsequent command file? Cheers, Mike -Original Message- Sent: Thursday, December 11, 2003 8:09 AM To: Multiple recipients of list ORACLE-L List... SunOS 5.8,

Re: Strange behavior with dbms_stats...

2003-12-11 Thread anu
The proc generates the 'exec dbms_stats ' statements for all the users. Are yousaving theoutput and running it manually or not.IT would have the same statements that you run one by one. Jose Luis Delgado [EMAIL PROTECTED] wrote: List...SunOS 5.8, Oracle 8.1.6 (and 8.1.7 too).I use the proc at the

Re: Re: Strange behavior with dbms_stats...

2003-12-11 Thread ryan_oracle
: Strange behavior with dbms_stats... The proc generates the 'exec dbms_stats ' statements for all the users. Are you saving the output and running it manually or not. IT would have the same statements that you run one by one. Jose Luis Delgado [EMAIL PROTECTED] wrote:List... SunOS 5.8

RE: Strange behavior with dbms_stats...

2003-12-11 Thread Jose Luis Delgado
Oooppp... Sorry... I sent the testing proc... this is the original... procedure get_statistics as cursor get_users_list is select username from dba_users where username != 'SYS' and username != 'SYSTEM'; begin for i in get_users_list loop dbms_stats.gather_schema_stats(ownname=