If you change the start date in the Publication settings, you will need to delete the contents in the REPORTDATE table. When you delete the content from the REPORTDATE table, the publication services will refill the table the next time you run the Publish Enterprise Data service.
To delete content from the REPORTDATE table, the database administrator will need to:
DELETE FROM REPORTDATE;
Or
TRUNCATE TABLE REPORTDATE;
Related Topics |
Legal Notices
Copyright © 1999, 2015,
Oracle and/or its affiliates. All rights reserved.
Last Published Wednesday, July 29, 2015