Hi all,
I am on Oracle 8.1.7, we have all tablespaces locally managed, including the temp tablespace.
Please have a look at the following situation.
SQL> select count(*) from sample_v ;
select count(*) from sample_v
*
ERROR at line 1:
ORA-03232: unable to allocate an extent of 63 blocks from tablespace 1
sample_v is a view , which is a very huge query.
Now my query is ,
1) Why its shown as tablespace 1, there is no tablespace with such name
2) If I say that the query is badly written and using too much temp space, there is more than 2GB temp space
Also the database is not our production DB, so there need not be huge traffic or temp usage .
Please guide
I am on Oracle 8.1.7, we have all tablespaces locally managed, including the temp tablespace.
Please have a look at the following situation.
SQL> select count(*) from sample_v ;
select count(*) from sample_v
*
ERROR at line 1:
ORA-03232: unable to allocate an extent of 63 blocks from tablespace 1
sample_v is a view , which is a very huge query.
Now my query is ,
1) Why its shown as tablespace 1, there is no tablespace with such name
2) If I say that the query is badly written and using too much temp space, there is more than 2GB temp space
Also the database is not our production DB, so there need not be huge traffic or temp usage .
Please guide