Configure Dictionary Loader on the Web Server
- On the server where integrations component has been installed, navigate to the Oracle Argus Safety Windows Service folder.
- To configure Windows Service for the Dictionary Loader feature, in the
RelsysWindowsService.exe.configfile,DatabaseConfigurationsection, edit the following attributes :- DBName - TNS of the database to which the RelsysWindowsService should connect to. Example:
DBName="GOLDDEMO" - DBUser - AGService Username. The RelsysWindowsService logs into the database using this login name. This has to be a user of type AGSERVICE. Example:
DBUser="agservice_user1"
- DBName - TNS of the database to which the RelsysWindowsService should connect to. Example:
- To configure separate database tablespaces or indexes for dictionary loads, in
the
Service.configfile,DictionaryLoaderservice node, edit the Metadata attribute, and add the tablespaces or indexes.
Parent topic: Post-installation Tasks