Re: Performance problem
From: Sanjay D.S. <sanjay_at_fsg.prusec.com>
Date: 1996/03/29
Message-ID: <4jfa7d$bnn_at_prufire4.prusec.com>#1/1
Date: 1996/03/29
Message-ID: <4jfa7d$bnn_at_prufire4.prusec.com>#1/1
-- mda_at_kuwait.net (Information Systems Departement) wrote:Received on Fri Mar 29 1996 - 00:00:00 CET
>
>Our system performs unsatisfactorily especially during peak hours. We observed
>the trace file signals an error ORA-01575 time out waiting for space
>management resource.
>
This is probably because more than one users are continuously requresting for newer extent of blocks. 1. Resize your database objects with proper storage requirement clause. (Less the number of extents, better the performance) 2. Add additional temporary tablespaces and assign them to different group of users. (Reduce the contention on temporary tablespace segments) Sanjay D.S. Oracle Consultant Prudential Securities, Inc.