Avoiding space problems with Oracle Database Free

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 4

  • @liviusandu4379
    @liviusandu4379 2 місяці тому

    As we know, the free 23c database supports 12 GB.
    For the first time it happened on a database to reach 12 gb. I hoped that I could see the database, but I can no longer insert data. Error, no longer loading freepdb1 at all.
    Are there recovery solutions, except for an upgrade?

    • @DatabaseDude
      @DatabaseDude  2 місяці тому +1

      Since you are on 23, you might be able to use shrink tablespace. connor-mcdonald.com/2023/11/09/express-edition-needs-bigfile/

  • @prakash5935
    @prakash5935 2 місяці тому

    Hello, I'm encountering the ORA-01489 error indicating that the result of string concatenation is too long. I've tried several approaches, including using XMLAGG, but the issue persists. Could you please advise on how to resolve this?" That text data contains date, string, number values

    • @DatabaseDude
      @DatabaseDude  2 місяці тому +1

      github.com/connormcd/listagg_clob might help