I did an import of my database from 8.0.5 to 8.1.6 yesterday, it said import was successful but with warnings.
The following objects were unable to extend, and my system tablespace is full. Each of the objects has max extents unlimited so I assume the error was because the tablespace itself is full.
sys.source$
sys.i_argument1
sys.idl_ub2$
sys.access$
sys.i_dependency2
I'm fairly certain the best thing to do is drop the database, re-create it with a larger system tablespace and redo the import, which is what I will start doing, but if anyone can suggest a better action or maybe tell me more about those objects I'd appreciate it.
Thanks
