Properties for Oracle
When you are using an Oracle database, set the following properties in install.xml
:Â
Property | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 and the runtime (jdbc) user, mz.jdbc.user. If it is necessary to have the same username for both users, then the oracle_user.sql file must be manually updated prior to creation of the database. | ||||||||||||||||||||||||||||||||||||
install.ora.password | Default value: This property specifies the password of the database owner, defined with the install.ora.owner variable described above. Note! When the database is installed in Amazon Web Services, you must set this property to the actual password of the database owner. The database instance is not created during the installation. | ||||||||||||||||||||||||||||||||||||
install.ora.host | Default value: This property specifies IP address or hostname for the database instance. Note! When the database is installed in Amazon Web Services, you must set this property to the endpoint hostname. | ||||||||||||||||||||||||||||||||||||
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. Note! When the database is installed in Amazon Web Services, you must set this property to the port number in the endpoint hostname. | ||||||||||||||||||||||||||||||||||||
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. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
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. Note!  When the database is installed in Amazon Web Services, you must set this property to the actual database name. The database instance is not created during the  installation. | ||||||||||||||||||||||||||||||||||||
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. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.data.tab | Default value: Example value: This property specifies the directory where the Oracle table space data files are to be created. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.data.idx | Default value: Example value: This property specifies the directory where the Oracle index data files are to be created. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
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. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.data.log | Default value: Example value: This property specifies the directory where the Oracle log files are to be created. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.data.roll | Default value: Example value: This property specifies the directory where the Oracle rollback data files are to be created. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.data.ctrl | Default value: Example value: This property specifies the directory where the Oracle control data files are to be created. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.tb.space.tab | Default value: This property specifies the name of the tablespace to use to create the table in. When the database is installed in Amazon Web Services, this property has no effect. | ||||||||||||||||||||||||||||||||||||
install.ora.tb.space.idx | Default value: This property specifies the name of the tablespace to use for the index. When the database is installed in Amazon Web Services, this property has no effect. |
If new directories are specified for the Oracle data, these directories must be created by the Oracle user.