Configuring Oracle Database
To configure Oracle Database for use with Maximo® Manage, you create table spaces, create a database user, and configure database settings.
Before you begin
For information about installing and deploying Oracle Database, review the Oracle Database product documentation.
For information about supported database versions, generate a Software Product Compatibility Report. For more information, see Software Product Compatibility Report. Search for IBM® Maximo Application Suite and select the suite version to generate the report. Check for the supported database versions on the Supported Software tab of the report.
Configure your database with the following operating system:
- Linux® or UNIX
- Microsoft Windows
For more information about system performance, see Best practices for system performance.
Procedure
What to do next
Gather the following information for your database:
- The host and hostname.
- The port.
- The database name.
- The username and password for the database user. These values are created as part of configuring the database.
- The table space, index space, and schema values. These values are created as part of configuring the database.
If you modified the default role sets assigned to the user ID used to connect to the database,
then you must explicitly grant the role sets to the Maximo
user. If you restricted the default privileges that are granted to user IDs, you must also
explicitly grant the role sets to the Maximo user. For
example, if you do not grant a role such as the select_catalog_role role, you
must explicitly grant that role to the Maximo user. Make
the assignment by running the following SQL*Plus
command:
grant select_catalog_role to maximo