sqlplus dev_soainfra/welcome1@orclDECLARE
FILTER INSTANCE_FILTER := INSTANCE_FILTER();
DELETED_INSTANCES NUMBER;
BEGIN
FILTER.MIN_CREATED_DATE := TO_TIMESTAMP('2001-01-01','YYYY-MM-DD');
FILTER.MAX_CREATED_DATE := SYSDATE;
DELETED_INSTANCES := FABRIC.DELETE_ALL(FILTER, 40000000, true);
END;
/
Applicable Versions:
- Oracle SOA Suite 11g (11.1.1.4)
2 comments:
Do you know if the underlying tables are different between 11.1.1.3 and 11.1.1.4?
This is perfect because it's incredible when we can get versions like those in order to simplify our lives, it has been excellent for me when I'm working at home.
Post a Comment