Windows stand-alone: Install Oracle or Oracle RAC
We can use Oracle or Oracle RAC as the database software.Before beginning:
Review the Planning for Oracle section.
Considerations:
- Install the Oracle client and any required fix packs.
- Install Oracle JDBC Type 4 drivers or Oracle JDBC OCI Type 2 drivers as appropriate.
To migrate from a previous version of IBM WebSphere Portal using JDBC Type 4 drivers, the target system must use JDBC Type 4 drivers. Once migration is complete, we can continue using JDBC Type 4 drivers or change the driver type to JDBC OCI Type 2 drivers as appropriate. Direct migration from a previous installation of WebSphere Portal using JDBC Type 4 drivers to an installation using JDBC OCI Type 2 drivers is not supported.
See the Oracle documentation for details.
- (Oracle RAC) Ensure the Oracle CRS (Cluster Ready Service) and Oracle RAC databases have been installed and configured on the primary and secondary nodes.
- (Oracle RAC) Start global services daemon (GSD), oracle listeners, and agents.
- $ gsdctl start
- $ lsnrctl start
- $ agentctl start
Parent: Windows stand-alone: Set up a remote Oracle or Oracle RAC database