Crystal reports runs fine if we connect to the Oracle 8i database as user SYSTEM. If we change the connection to any other user (such as TEST) we get the subject error. Tablespace #3 is TEMP, and it has 10 GB free space, so I don't think that's the problem. Users SYSTEM and TEST both have default tablespace TOOLS and temporary tablespace TEMP.
The only differences between these are:
1. SYSTEM has the DBA role, but TEST has CONNECT role plus SELECT on all data tables.
2. SYSTEM has unlimited tablespace quota on TOOLS, but TEST has 0 quota.
Other thing to consider, TEMP is a locally managed tablespace with a single 200 MB datafile set to autoextend unlimited on a disk with 10 GB free space. There is currently 100 MB free space in the TEMP tablespace.
-Mark
The only differences between these are:
1. SYSTEM has the DBA role, but TEST has CONNECT role plus SELECT on all data tables.
2. SYSTEM has unlimited tablespace quota on TOOLS, but TEST has 0 quota.
Other thing to consider, TEMP is a locally managed tablespace with a single 200 MB datafile set to autoextend unlimited on a disk with 10 GB free space. There is currently 100 MB free space in the TEMP tablespace.
-Mark