Perform Server Post-Installation Tasks
To complete the installation of Oracle Clinical database server on a Windows computer, perform the following tasks:
Parent topic: Install Oracle Clinical Database Components on Windows
Limit Permissions on the XMLTEMP Folder
By default, a Windows installation grants read and write privileges to the XMLTEMP database folder to everyone. To reduce security risks, limit permissions on the XMLTEMP folder for all Windows database server installations.
- Use Windows Explorer to locate the XMLTEMP folder in the OPA_HOME directory.
- Right-click on the XMLTEMP folder, and then select Properties from the menu.
- Click the Sharing tab, then click Advanced Sharing.
- Select the Share this folder check box to enable sharing with other users on your network.
- Click Permissions.
- Give Read and Write (Change) permissions to user oracle.
- Click OK to save your changes and close the Permissions dialog box.
- Click OK to save your changes and close the Advanced Sharing dialog box.
- Click Close to close the Properties dialog box.
Parent topic: Perform Server Post-Installation Tasks
Review the opa_settings.bat File
On Windows systems, configurations are defined in the opa_settings.bat file. This file contains the commands to set environment variables at startup and execution of the PSUB service.
Note:
- The db_env_settingrecords in opa_settings.bat define a default value for particular environment variables that are set when the application calls opa_setup. You can override the default values for all databases or for a particular database.
- See Choose a Character Set for important information.
- NLS_DATE_FORMAT must be set to DD-MON-RRRR. It is possible to override this setting for display in RDC Onsite, the Patient Data Report, and Oracle Clinical data entry, but the value in opa_settings must be DD-MON-RRRR.
Parent topic: Perform Server Post-Installation Tasks