Pular para o conteúdo

Fóruns Banco de dados Oracle Deletar Tablespace Adicionada Deletar Tablespace Adicionada

#94904
burga
Participante

    Qual mensagem que aparece quando você executa o comando?

    Restrictions on Dropping Tablespaces

    *

    You cannot drop a tablespace that contains a domain index or any objects created by a domain index.
    *

    You cannot drop an undo tablespace if it is being used by any instance or if it contains any undo data needed to roll back uncommitted transactions.
    *

    You cannot drop a tablespace that has been designated as the default tablespace for the database. You must first reassign another tablespace as the default tablespace and then drop the old default tablespace.
    *

    You cannot drop a temporary tablespace if it is part of the database default temporary tablespace group. You must first remove the tablespace from the database default temporary tablespace group and then drop it.
    *

    You cannot drop a tablespace, even with the INCLUDING CONTENTS and CASCADE CONSTRAINTS clauses, if doing so would disable a primary key or unique constraint in another tablespace. For example, if the tablespace being dropped contains a primary key index, but the primary key column itself is in a different tablespace, then you cannot drop the tablespace until you have manually disabled the primary key constraint in the other tablespace.

    http://download.oracle.com/docs/cd/B120 … s_9004.htm