Go to the FreeLists Home Page Home Signup Help Login
 



Browse oracle-l: This Month's ArchiveMain Archive PageRelated postsPrevious by DateNext by Date

Re: Including special characters in query generation

  • From: David Sharples <davidsharples@xxxxxxxxx>
  • To: chiragdba@xxxxxxxxx
  • Date: Fri, 2 Sep 2005 16:46:45 +0100
I find this way easier
 begin
for i in (select username from dba_users) LOOP
dbms_stats.gather_schema_stats(i.username,estimate_percent=>dbms_stats.auto_sample_size,method_opt=>
for all columns size repeat,degree =>7);
end loop;
end;
/

 On 9/2/05, Chirag DBA <chiragdba@xxxxxxxxx> wrote: 
> 
> I want to generate a script for all users.
>  What is wrong here? There is one set parameter to set special characters 
> off.
>

Other related posts:

  • Including special characters in query generation
  • Re: Including special characters in query generation
  • RE: Including special characters in query generation




  • [ Home | Signup | Help | Login | Archives | Lists ]

    All trademarks and copyrights within the FreeLists archives are owned by their respective owners.
    Everything else ©2008 Avenir Technologies, LLC.