Files
oracle/mhouri/dropSPM.sql

8 lines
134 B
MySQL
Raw Permalink Normal View History

2026-03-12 21:23:47 +01:00
declare
spm_op pls_integer;
begin
spm_op := dbms_spm.drop_sql_plan_baseline (sql_handle => NULL, plan_name => '&plan_name');
end;
/