Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Trace files for a running process

Trace files for a running process

From: Duncan Hodson <jernau_at_tronze.demon.co.uk>
Date: Tue, 17 Aug 1999 13:14:31 +0100
Message-ID: <934892072.22556.0.nnrp-09.c2debfb5@news.demon.co.uk>


Greetings,

I have been given the task of converting a company's data from their old system to our new system, and the main part of the processing to achieve this is written in PL/SQL (the process imports using SQL*LOADER, creates indexes, and then fills missing values and creates missing records in PL/SQL). The problem is that it runs slowly - too slow for our customer's liking. I can turn on oracle trace using TOAD (an essential application!), run tkprof on the trace file that is generated, and see which parts of the process are running slowly - i can then either modify the processing and tweak indexes in an attempt to speed things along.

The problem is that i set the maximum dump file size to 10 meg in the database initialisation file, and that limit has been reached. Is there a way to increase the allowed size of a trace file whilst a session is running? Is there a way to specify a different log filename for a session which is still running?

My alternative is to stop the process and restart it (it carries on from where it got to) but that takes a couple of hours which i can't afford at the mo.

Cheers all

Duncan

Received on Tue Aug 17 1999 - 07:14:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US