How to determine if a table is compressed in 9.2?
Hello,
I want to know how to determine if a table is compressed or not in Oracle 9.2. For partitioned tables there is a COMPRESSION column in DBA_TAB_PARTITIONS and DBA_TAB_SUBPARTITIONS, but I have not found any column in the data dictionary that will tell me this for regular, non-partitioned tables. Any ideas?
Thanks,
Chris Durand