Upon attaching a bursting control file to a data definition to test the functionality. Now there is no option to get rid of it, unfortunately there is no delete button or anything similar in XML Publisher Administrator. How can I delete the file?
Solution:
There is no option to set any inactive_date or delete the file on the whole. But you can, if you have access to the database the following option, to vanish the file:
DELETE
FROM XDO_LOBS
WHERE LOB_CODE=<DATA_DEFINITION_CODE>
AND LOB_TYPE='BURSTING_FILE';
Solution:
There is no option to set any inactive_date or delete the file on the whole. But you can, if you have access to the database the following option, to vanish the file:
DELETE
FROM XDO_LOBS
WHERE LOB_CODE=<DATA_DEFINITION_CODE>
AND LOB_TYPE='BURSTING_FILE';