DBAsupport.com Forums - Powered by vBulletin
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: temporary tablespace --sorting

  1. #11
    Join Date
    Jan 2001
    Posts
    60
    I dont know i am correct or not

    we can specify it in init.ora (SORT_AREA_SIZE) ,we can increase it by looking into the perfomance by

    select name, value
    from v$sysstat
    where name like `sort%

    Obviously, the lower the value of the sorts to disk, the better the sort is performing. However, having many sorts to disk does not necessarily mean that the database is not sorting optimally

    based on this criteria i can change it i think

    If i am wrong please correct me .

    Thanks
    lnreddy



    html code is off

  2. #12
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    You are confusing seems with sorting in Memory and in temp tablespace. Two different concepts.

    [url]http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76956/tspaces.htm#9566[/url]

    [url]http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76992/ch19_mem.htm#2130[/url]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width