After Installing Oracle Database 12c

The Oracle Database version that is installed on your database server must match the one on your Oracle Database Client. Oracle Client Installation contains more information about installing Oracle Database Clients.

Creating Oracle Database Tablespaces

When using an Oracle database, ensure that the Simphony database Tablespaces are created on your sever.

Create the following Oracle database Tablespaces on the database server or servers:
  • MCRSPOS

  • MCRSCACHE

Appendix A: Sample Script for Creating Oracle Tablespaces contains a sample script to create the database Tablespaces. The Oracle Database Platform Guide for Microsoft Windows and the Oracle Database Administrator's Reference for Linux and UNIX-Based Operating Systems contain more information about creating database Tablespaces.

Increasing Database Process Count

Run the ALTER SYSTEM SET processes=300 SCOPE=SPFILE; command on the Oracle Database and restart the Oracle Database Service. If you are using the Oracle Linux operating system, run the shutdown immediate; command and then run the STARTUP pfile=init.ora; command to restart the service. The Oracle Database Platform Guide for Microsoft Windows and the Oracle Database Administrator's Reference for Linux and UNIX-Based Operating Systems contain more information about restarting the Oracle Database Service.

If you are using a Microsoft Windows Server, restart the OracleServiceSIMPHONY service using the Windows Services dialog. The Platform Guide for Microsoft Windows contains more information about restarting the Oracle Database Service on Microsoft Windows Servers.