The DBMS_INMEMORY
package provides an interface for in-memory column store functionality.
This chapter contains the following topics:
Table 81-1 DBMS_INMEMORY Package Subprograms
Subprogram | Description |
---|---|
Forces population of a given table |
|
Forces repopulation of a given table |
This procedure forces population of a given table.
DBMS_INMEMORY.POPULATE ( schema_name IN VARCHAR2, table_name IN VARCHAR2, subobject_name IN VARCHAR2 DEFAULT NULL);