Kayıtlar

Mayıs, 2014 tarihine ait yayınlar gösteriliyor

Oracle BI EE 11.1.1.7.0 - Catalog Manager Command Line Options

Some of my customers want to see detailed Usage Tracking Report with  all objects created in the repository whether not been clicked once. For this I'm planning to do:    - export the whole objects list with required columns from repository to csv file,    - then import it to DB as a table ,   - and then outer join this table to my Usage Tracking report table as required.   - Finally  every night ODI triggers the command line below  on the BI server : ./runcat.sh -cmd report -offline /u01/mw_home/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/SampleAppLite/ -outputFile /media/sf_expdp/CATALOG/export_object_names.csv -delimiter ";" -distinct -type "Analysis" "Name" "Created" "Creator" "Modified" "Modifier" "Owner" "Subject Area" "Path"