How to clean out database? ORA-12953..maximum allowed database size of 11GB
Hello All,
I use Oracle XE 11.2.0.2.0 as a local development platform and am having issues for running integration tests.
I wiped out all my schemas (with cascade) and get:
ORA-12953: The request exceeds the maximum allowed database size of 11 GB
How can I fix? Is there a way to clean it out or recreate the database?
I am trying to import a 1GB dump file.
I no longer am storing any personal data...it's all overhead in system tables and such by my guess.
Thanks,
Steven