Hi
I want to MOVE the lobsegment and lobindex of an Oracle spacial object (in 8.1.6.3.4 NT sp6a) to another tablesapce
eg. select table_name, column_name from user_lobs
where table_name ='AQ$_QUEUES'
TABLE_NAME = AQ$_QUEUES
Columns Name = SUBSCRIBERS
alter table AQ$_QUEUES move lob(SUBSCRIBERS) store as (tablespace system);
(I get the following error,
* ERROR at line 1: ORA-22917: use VARRAY to define the storage clause for this column or attribute)
Has anyone any ideas on how to solve this?
Thanks
Louise
I want to MOVE the lobsegment and lobindex of an Oracle spacial object (in 8.1.6.3.4 NT sp6a) to another tablesapce
eg. select table_name, column_name from user_lobs
where table_name ='AQ$_QUEUES'
TABLE_NAME = AQ$_QUEUES
Columns Name = SUBSCRIBERS
alter table AQ$_QUEUES move lob(SUBSCRIBERS) store as (tablespace system);
(I get the following error,
* ERROR at line 1: ORA-22917: use VARRAY to define the storage clause for this column or attribute)
Has anyone any ideas on how to solve this?
Thanks
Louise