Pular para o conteúdo
  • This topic has 3 replies, 4 voices, and was last updated 9 years ago by Avatar de WenderWender.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107780
    Avatar de AlbertoAlberto
    Participant

      Olá, estou com um problema no Oracle, que é a mensagem seguinte:

      Mon Oct 28 06:41:16 2013
      ORA-1654: unable to extend index ADMWPD.IE_LOGCAD_2 by 128 in tablespace WPDINDICES
      ORA-1654: unable to extend index ADMWPD.IE_LOGCAD_2 by 8192 in tablespace WPDINDICES

      O problema é que a tablespace indicada (WPDINDICES) no meu banco está com apenas 17% de uso.

      Alguém pode me ajudar?

      #107781
      Avatar de Marco BorgesMarco Borges
      Participant
        #107783
        Avatar de rmanrman
        Participant

          @Alberto

          Verifique a QUOTA aplicada no usuário ADMWPD para o TABLESPACE WPDINDICES.

          #107853
          Avatar de WenderWender
          Participant

            @Alberto

            Bom Dia,
            O @rman esta correto, isto seria a quota dentro do Tablespace, cada usuário tem default espaço dentro de um tablespace, é possível verificar a quota através do SQL:

            select tablespace_name,username,max_bytes
            from dba_ts_quotas
            where username='ADMWPD ';

            Para resolver o problema faça um alter user:

            alter user ADMWPD quota 12M on WPDINDICES;

            ou se quiser que fique sem limite.

            alter user ADMWPD quota unlimited on WPDINDICES;

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.
          plugins premium WordPress