Answer the question
In order to leave comments, you need to log in
How to set up data collection from INMEMORY in Oracle 12c?
I have a database where several tables need to be quickly accessed. I upload them to the INMEMORY
section
ALTER TABLE %table_name% PRIORITY CRITICAL MEMCOMPRESS FOR DML;
SELECT * from %table_name%
Autotrace, it reports that all data is taken from the main memory. What am I doing wrong?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question