| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Error 1659
Andrew Clark wrote:
> DA Morgan <damorgan_at_x.washington.edu> wrote in
> news:1109866942.93326_at_yasure:
>
>
>>Your original hunch seems valid on its face. >> >>Try the following query: >> >>SELECT df.tablespace_name, SUM(df.bytes) TOTAL_SPACE, >>SUM(fs.bytes) FREE_SPACE, >>ROUND(((NVL(SUM(fs.bytes),0)/SUM(df.bytes))*100),2) PCT_FREE >>FROM dba_free_space fs, dba_data_files df >>WHERE df.tablespace_name = fs.tablespace_name (+) >>GROUP BY df.tablespace_name >>ORDER BY df.tablespace_name; >> >>These and other queries are available at http://www.psoug.org >>click on Morgan's Library
Free space does necessarily equate to usable. Any chance the extent size be requested is larger than the free space available? And is that free space fragmented such that no continguous space is as large as what is being requested?
My guess is that if you solve the problem with SFIDX you will be fine. But why the separation of tablespaces for data and index? Hopefully not following some mythological nonsense published a decade ago. Also ... is this LMT or DMT?
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Thu Mar 03 2005 - 14:20:16 CST
![]() |
![]() |