Hi all ;
i cannot dropĀ users tablespace.
SQL> drop tablespace users including contents and datafiles;
drop tablespace users including contents and datafiles
*
ERROR at line 1:
ORA-22868: table with LOBs contains segments in different tablespace
SQL> drop table cibel.tab1;
Table dropped.
SQL> drop table cibel.tab2;
Table dropped.
SQL> drop tablespace users including contents and datafiles;
drop tablespace users including contents and datafiles
* ERROR at line 1:
ORA-22868: table with LOBs contains segments in different tablespaces