Feature request - Blob column tablespace

Pazus

Member²
Hello,

If you create a table like this:

create table xxtest_blob (x number, val blob)
lob (val) store as glob_store(tablespace ST_FILES)

and then open Edit on that table and there are no way to define that special tablespace is set for the blob column.

Even more, if you open "View SQL"
lob (val) store as glob_store(tablespace ST_FILES)
is missed.
 
Last edited:
Back
Top