I was looking through Oracle’s OLTP Table Compression (11g onwards) documentation as well as online resources to find the syntax and came across two different versions:
COMPRESS FOR ALL OPERATIONS
and
COMPRESS FOR OLTP
The documentation I looked through didn’t mention any alternative syntax, so i was wondering if anyone here might know the difference.
Thank you!
COMPRESS FOR ALL OPERATIONSandCOMPRESS FOR OLTPare just synonyms according to Vadzim.On the OTN forums an oracle Ace says it’s just a new name for the same thing.
http://forums.oracle.com/forums/thread.jspa?threadID=1042141&tstart=0
The same is stated here:
http://www.oracle-base.com/articles/11g/TableCompressionEnhancements_11gR1.php
COMPRESSorCOMPRESS FOR DIRECT_LOAD OPERATIONSis part of the regular Oracle EE database, as stated in the PDF APC linked to.