Star supports multiple P6 data sources. If you just want to populate multiple data sources with filtered project data, you will need to do the following:
CREATE OR REPLACE FORCE VIEW STAR_PROJECT_VIEW_1
AS
SELECT OBJECTID FROM project WHERE OBJECTID NOT IN (4514,4564,4664);
commit;
For example:
For example:
staretl.bat “-s1” would apply to the filter for ds1.
When you run the staretl and multiple data sources are specified in the configuration file, the staretl populates the data sources with "filtered" project data as per the properties above.
Related Topics |
Legal Notices
Copyright © 1999, 2014,
Oracle and/or its affiliates. All rights reserved.
Last Published Friday, January 31, 2014