Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help:LOB problem
We have a table with a LOB datatype.
COLUMN_NAME SEGMENT_NAME
we did
SQL> alter table test
2 modify lob (SYS_LOB0000022254C00017$$)
3 store as
4 (index (SYS_IL0000022254C00017$$)
5 tablespace (indx));
store as
*
ERROR at line 3:
ORA-00906: missing left parenthesis
SQL> alter table site
2 modify lob (SYS_LOB0000022254C00017$$)
3 store as
4 (tablespace (indx));
store as
*
ERROR at line 3:
ORA-00906: missing left parenthesis
What we did was wrong?
Thanks for your help.
-- Sent by dbadba62 from hotmail within area com This is a spam protected message. Please answer with reference header. Posted via http://www.usenet-replayer.com/cgi/content/newReceived on Wed Mar 13 2002 - 15:39:23 CST
![]() |
![]() |