Decrease SQL database size [Oracle] - ORA-12953

Asked

Viewed 448 times

2

I am working on a local Oracle XE database. But it has reached the 11 GB limit.

ORA-12953: The request exceeds the maximum size allowed for the database, which is 11 GB.

erro descrito

It turns out I deleted several table records and still when I try to make one update in another table gives the same error, even having already deleted several things. I read some things that Oracle has already allocated this space, ie even without data it is keeping the allocated space.

Do you have a command that can fix this?

  • Buying the full Oracle license solves this, this is the limit of Express.

  • I cannot clean up this allocated data ?

1 answer

0


  • Saved me ! Thank you very much.

  • People may affect the performance of the application. I used it for my work, but the tables that excludes did not make any transaction with other tables. Caution. Read through this question which already helps https://stackoverflow.com/questions/19430145/what-is-the-impact-of-enabling-disabling-row-movement-in-oracle-10g

Browser other questions tagged

You are not signed in. Login or sign up in order to post.