way to shrink temporary tablespace ?? 2006-01-19 - By Paul Drake
On 1/19/06, Joseph Amalraj <joseph@(protected)> wrote: > > > Probably 2 temporary tablespaces can be created. Users writing poor queries could be assigned to one of them, and critical applications use the other temporary tablespace. > > Unfortunately Oracle does not allow quotas on temporary tablespace. > > Regards > > Joseph Amalraj
Joseph,
It "allows" quotas on temporary tablespaces, it just pays no attention to them. :)
Paul
me@(protected)> select * From user_ts_quotas;
TABLESPACE_NAME BYTES MAX_BYTES BLOCKS MAX_BLOCKS -- ---- ---- ---- -- -- ---- -- -- ---- -- -- ---- -- -- ---- -- TEMP 0 1073741824 0 131072 TS1 0 268435456 0 32768 TS2 21168128 268435456 2584 32768
On 1/19/06, Joseph Amalraj <<a href="mailto:joseph@(protected)">joseph @(protected)</a>> wrote:<br>> <br>> <br>> Probably 2 temporary tablespaces can be created. Users writing poor queries could be assigned to one of them, and critical applications use the other temporary tablespace. <br>> <br> > Unfortunately Oracle does not allow quotas on temporary tablespace. <br>> <br>> Regards <br>> <br>> Joseph Amalraj <br><br>Joseph,<br><br>It "allows " quotas on temporary tablespaces, it just pays no attention to them. :) <br><br>Paul<br><br><span style="font-family: courier new,monospace;">me@(protected) > select * From user_ts_quotas;</span><br style="font-family: courier new ,monospace;"><br style="font-family: courier new,monospace;"><span style="font -family: courier new,monospace;"> TABLESPACE_NAME BYTES MAX_BYTES BLOCKS MAX_BLOCKS</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">-- ---- ---- ---- -- -- ---- -- -- ---- -- -- ---- -- -- ------ -</span><br style="font-family: courier new,monospace;"> <span style="font-family: courier new,monospace;">TEMP 0 1073741824 0 131072</span><br style="font-family: courier new,monospace;"><span style="font -family: courier new,monospace;">TS1 0 268435456 0 32768</span><span style="font-family: courier new,monospace;"></span><br style="font-family: courier new,monospace;"> <span style="font-family: courier new,monospace;">TS2 21168128 268435456 2584 32768<br> <br> <br> </span>
|
|