OXAR icon indicating copy to clipboard operation
OXAR copied to clipboard

Remove images from the database

Open tschf opened this issue 9 years ago • 0 comments

We could consider removing images from the database, since EPG is not used.

declare
begin

    if dbms_xdb.existsresource('/images')
    then
        --todo delete; dbms_xdb.deleteresource('/images', dbms_xdb.delete_recursive);

    end if;
end;
/

tschf avatar Sep 23 '16 07:09 tschf