RECOVER
The RECOVER procedure cleans up the Text data dictionary, deleting objects such as leftover preferences.
Syntax
CTX_ADM.RECOVER;
Example
begin
ctx_adm.recover;
end;
The RECOVER procedure cleans up the Text data dictionary, deleting objects such as leftover preferences.
CTX_ADM.RECOVER;
begin
ctx_adm.recover;
end;