Closed BrandonMathis closed 10 years ago
I would purge your recycle bin.
purge recyclebin;
purge user_recyclebin;
purge dba_recyclebin;
Thanks. My garbage bin is really full. I'll give it a shot when I'm back at the office and let you know. All the Oracle forums were leading me to believe it was an issue with the way the schema was loaded in. On Apr 14, 2014 12:18 PM, "Tim Rock" notifications@github.com wrote:
I would purge your recycle bin.
purge recyclebin; purge user_recyclebin; purge dba_recyclebin;
— Reply to this email directly or view it on GitHubhttps://github.com/rsim/oracle-enhanced/issues/436#issuecomment-40386020 .
That fixed it :) Thanks for the help @hermiti!
My oracle SYSTEM tablespace is growing without limit and I think that this happens when I run
db:drop
anddb:schema:load
. Is there any way to clear this out?This is blocking me from using oracle because I get this error.
This is possibly an issue with the rake tasks? I don't think we should be using SYSTEM tablespace :-/