DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Poerformance Issue

  1. #1
    Join Date
    Sep 2003
    Posts
    49

    Poerformance Issue

    hi
    Our oracle reports application uses 150 temporary tables. Temp tables impact database performance? Am i right?

    Kindly suggest or give some alternative solution for global temporary tables.

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Are they "global temporary tables"?

    Tamil

  3. #3
    Join Date
    Feb 2005
    Posts
    158
    "Temp tables impact database performance?"
    Yes. By dropping all your temporary tables before you query them, the query ends very quickly. The only drawback is that is ends with an error saying the table does not exist.

    Seriously, temporary table do a job. You use them when they are appropriate, and don't use them when they are not appropriate. What performance problems are you having, and why do you think temporary tables are causing them ?

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