Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Tracing exp
> Untested, unproven, just popped into the head of a
> known-deranged Scotch hound...
>
> How about a logon trigger that checks
> v$session.program and sets the trace if the program
> is 'exp'?
>
> Regards,
> Daniel Fink
>
while you're in the area of a logon trigger, how about cranking up the db_file_multiblock_read_count, e.g.:
alter session set db_file_multiblock_read_count = 128;
to read 1 MB at a time, or whatever the max is that your OS will allow.
I never bothered tracing exp, but it works well for full table scans.
Pd
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jul 27 2004 - 16:39:17 CDT