DROP_PATH_LIST
Removes an existing pathlist preference.
Syntax
begin
CTX_DDL.DROP_PATH_LIST(
pref_name IN VARCHAR2
);
end;
pref_name
Specify the name of the pathlist preference to drop.
Example
begin
CTX_DDL.DROP_PATH_LIST(
'json_pl',
);
end;
Related Topics