I need some help. When I run a stored procedure (Oracle 8i on Solaris 8.0), the temp tablespace fills up and so much so, that the entire file system gets full.
The stored proc does a series of inserts only in one table.
df -k shows 0 bytes free.
The same procedure in the same DB on NT gives no such problem.
Any ideas?