When you are using an Oracle database, set the following properties in install.xml
:
Property | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
install.ora.jdbc.user | Default value: This property specifies the username of the database that the Platform will use during runtime. Note! Make sure that you use the same username in | ||||||||||||||||||||||||||||||||||||
install.ora.jdbc.password | Example value: This property specifies the password of the jdbc user. The password can be changed at a later stage. For further information about changing the database password, see Changing Database Password in the System Administrator's Guide. Note! Make sure that you use the same password in | ||||||||||||||||||||||||||||||||||||
install.ora.owner | Default value: This property specifies the Oracle username of the database owner. The user owns all the data definitions in the Oracle instance to be created. Note!The installation fails if the same username is configured for both the database owner, | ||||||||||||||||||||||||||||||||||||
install.ora.password | Default value: This property specifies the password of the database owner, defined with the | ||||||||||||||||||||||||||||||||||||
install.ora.host | Default value: This property specifies IP address or hostname for the database instance. | ||||||||||||||||||||||||||||||||||||
install.ora.size | Default value: This property specifies the size of the Oracle database instance. Possible values are small, medium, or large.
| ||||||||||||||||||||||||||||||||||||
install.ora.port | Default value: This property specifies the Oracle database port. | ||||||||||||||||||||||||||||||||||||
install.ora.home | Default value: Example value: This property specifies the Oracle home directory. This value must be identical to the value assigned to the environment variable ORACLE_HOME previously described. | ||||||||||||||||||||||||||||||||||||
install.ora.sid | Default value: This property specifies the Oracle SID for the instance to be created. The value must be identical to value assigned to the environment variable ORACLE_SID previously described. | ||||||||||||||||||||||||||||||||||||
install.ora.data | Default value: This property specifies a directory path to be used in other Oracle directory definitions. The variable is used for convenience, when the same directory path is repeated for any of the following definitions. | ||||||||||||||||||||||||||||||||||||
install.ora.data.tab | Default value: Example value: This property specifies the directory where the Oracle table space data files are to be created. | ||||||||||||||||||||||||||||||||||||
install.ora.data.idx | Default value: Example value: This property specifies the directory where the Oracle index data files are to be created. | ||||||||||||||||||||||||||||||||||||
install.ora.data.temp | Default value: Example value: This property specifies the directory where the Oracle temporary table space data files are to be created. | ||||||||||||||||||||||||||||||||||||
install.ora.data.log | Default value: Example value: This property specifies the directory where the Oracle log files are to be created. | ||||||||||||||||||||||||||||||||||||
install.ora.data.roll | Default value: Example value: This property specifies the directory where the Oracle rollback data files are to be created. | ||||||||||||||||||||||||||||||||||||
install.ora.data.ctrl | Default value: Example value: This property specifies the directory where the Oracle control data files are to be created. | ||||||||||||||||||||||||||||||||||||
install.ora.tb.space.tab | Default value: This property specifies the name of the tablespace to use to create the table in. | ||||||||||||||||||||||||||||||||||||
install.ora.tb.space.idx | Default value: This property specifies the name of the tablespace to use for the index. |
If new directories are specified for the Oracle data, these directories must be created by the Oracle user.
Add Comment