Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-62137

Specified schema and table names are either non-existent or MEMOPTIMIZE FOR READ is not enabled on the table.

Cause

An attempt was made to use the DBMS_MEMOPTIMIZE.POPULATE procedure with invalid information. Either the specified schema and table names are non-existent or MEMOPTIMIZE FOR READ feature is not enabled on the table.


Action

Enable MEMOPTIMIZE FOR READ feature on the table and invoke the procedure with correct schema and table names.