Migrate outline to sql plan is not working
SQL> variable migrate_out clob SQL> exec :migrate_out :=DBMS_SPM.MIGRATE_STORED_OUTLINE(- attribute_name => 'outline_name', - attribute_value => 'SYS_OUTLINE_10070216402913401',- fixed => 'NO' );> > > PL/SQL procedure successfully completed. SQL> select :migrate_out from dual; :MIGRATE_OUT -------------------------------------------------------------------------------- ------------------------------------------------------------------------------- MIGRATED NAME CATEGORY ------------ ------------------------------ ------------------------------ NOT-MIGRATED SYS_OUTLINE_10070216402913401 ONLINE_PRE And it is not migrated, can someone take a look? Thanks