Problem reclaiming unused LOB Space
Hi
I have a table with the BLOB datatype for storing PDF files. I have removed some records in the table. When I run comment ALTER TABLE BLOBSTORE MODIFY LOB (BLOBFILE) (SHRINK SPACE); to reclaiming unused LOB Space, I got following error:
SQL Error: ORA-00406: COMPATIBLE parameter needs to be 10.0.0.0.0 or greater
00406. 00000 - "COMPATIBLE parameter needs to be %s or greater"
*Cause: The COMPATIBLE initialization parameter is not high
enough to allow the operation. Allowing the command would make
the database incompatible with the release specified by the
current COMPATIBLE parameter.
*Action: Shutdown and startup with a higher compatibility setting.