viernes, 5 de junio de 2009

ORA-20000: ORA-20000: Content of the tablespace specified is not permanent or tablespace name is invalid

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.
free counters

No hay comentarios:

Publicar un comentario