Configuring the Oracle Database In-Memory for PeopleSoft Applications
In PeopleSoft, you require
to designate tables or columns in specific tables to use the In-Memory
feature of the database. Then apply the ALTER IN-MEMORY DDL command to load them in IMCS. This section describes the following
requirements:
-
Design time requirements.
-
Implementation time requirements.
Design Time Requirements
-
You will be able to set TABLES or COLUMNs on TABLES as IN-MEMORY objects in PeopleTools RECORD and FIELD definitions using the Application Designer.
-
You will be able to run queries on compressed columns in the Oracle In-Memory compression format using the keyword MEMCOMPRESS, a subclause of the INMEMORY attribute. Data populated in IMCS is compressed using a set of compression algorithms that not only save space but allow queries to be run directly against the compressed column for faster performance.
You should keep in mind the restrictions related to IMCS that are described in Restrictions Using In-Memory Column Store in PeopleSoft Applications.
Implementation Time Requirements
During installation
or upgrade of PeopleSoft applications, certain ALTER_INMEMORY DDL statements are necessary to make use of the IMCS feature.
For information on Install/Upgrade requirements for IMCS, see PeopleSoft application specific Installation or Upgrade documentation.
For information on installing the Oracle Database, see the product documentation for PeopleSoft 9.2 Application Installation for Oracle.