2026-03-12 20:23:15
This commit is contained in:
8
vdh/gather_table_stats.sql
Normal file
8
vdh/gather_table_stats.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
begin
|
||||
dbms_stats.gather_table_stats(
|
||||
'&owner','&table_name',
|
||||
degree => 7,
|
||||
method_opt => '&method_opt'
|
||||
);
|
||||
end;
|
||||
/
|
||||
Reference in New Issue
Block a user