ORA-20000: ORA-20000: Content of the tablespace specified is not permanent or tablespace name is invalid
en mi caso esto me paso porque habia borrado un tablespace y cuando se ejecutaba el asesor me daba ese error
Solucion!!!
SQL> select distinct tablespace_name from DBA_AUTO_SEGADV_CTL;
TABLESPACE_NAME
------------------------------
SYSAUX
TBL_VIEJO
USERS_REORG0
SQL> delete from DBA_AUTO_SEGADV_CTL where tablespace_name='TBL_VIEJO';
1 fila suprimida.
SQL> commit;
Confirmaci�n terminada.
No hay comentarios:
Publicar un comentario