If the CISPro installation executable is run from a command line there are several flag options that can be appended to the executable:
Flag | Description |
---|---|
-nobackup | When the installer is updating an Oracle Schema, it will NOT create a backup of the schema before running the Updater, and will not try to revert to this backup if schema updater fails. It is highly recommended that a backup is created before updating a schema. This option is only available for users who want to backup the schema themselves. If schema updater fails, they will have to revert to the backup themselves. |
-updatemultiple | Use this flag if the user has schemas on more than one Oracle server. The user will have to provide sys credentials for each server that is being updated. This flag is only intended to be for environments of the installer that use many schemas. |
-ignorecharset | Makes the installer not require an Oracle instance that has the AL32UTF8 character set. Do not use this flag if the CISPro instance will be used for anything other than a test environment. Certain features may not work without the correct character set. |