Oracle Logbook

August 14, 2007

Script to create plustrace role

Filed under: Uncategorized — heliodias @ 4:50 pm

create role plustrace;

grant select on v_$sesstat to plustrace;
grant select on v_$statname to plustrace;
grant select on v_$mystat to plustrace;
grant plustrace to dba with admin option;

Oracle Database 11g Release 1 (11.1) Documentation

Filed under: Uncategorized — heliodias @ 2:15 pm

Gather fast statistics

Filed under: Uncategorized — heliodias @ 1:22 am

One alternative almost immediate is create anytime statistics over TEST enviroment, and then transfer it to production enviroment, i did it last week and help me a lot

How to find value of bind variables used by SQLs (10g)

Filed under: Uncategorized — heliodias @ 12:54 am

Join over histograms

Filed under: Uncategorized — heliodias @ 12:51 am

Blog at WordPress.com.