To configure workflow history reporting for Oracle, in SQL*Plus or Oracle Management Console, in your BIC database, execute any of the following commands.
-
For documents
exec sp_SetGlobalApplicationSetting ('SysAppHistoryReportingActivatedForDocument', 'True', 1)
-
For fields
exec sp_SetGlobalApplicationSetting ('SysAppHistoryReportingActivatedForField', 'True', 1)
-
For fields and table cells
exec sp_SetGlobalApplicationSetting ('SysAppHistoryReportingActivatedForTableCell', 'True', 1)
-
For classification
exec sp_SetGlobalApplicationSetting ('SysAppHistoryReportingActivatedForClass', 'True', 1)
-
For OCR and document separation
exec sp_SetGlobalApplicationSetting ('SysAppHistoryReportingActivatedForPage', 'True', 1)
-
For learning
exec sp_SetGlobalApplicationSetting ('SysAppHistoryReportingActivatedForLearning', 'True', 1)