Database Administration (MOSC)

MOSC Banner

Problem reclaiming unused LOB Space

edited Apr 16, 2015 10:29AM in Database Administration (MOSC) 1 commentAnswered ✓

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center