dbms_compression.Get_compression_ratio fails with ora-00933 SQL command not properly ended
I am trying to estimate the effect of using oltp-compression for a table by using dbms_compression.Get_compression_ratio. However, it fails with ora-00933 SQL command not properly ended at sys.dbms_compression", line 214. I have no clue as to what goes wrong. I have all neccessary privileges, I think. The table exists.
I have attached my script. Any ideas?
/Niels Jespersen