Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Tracing exp
We have a third party application which does some replication by doing
a series of exports (Oracle exp) from the source database and using
the generated files to import into the target database. Since the performance
of this process is becoming a concern, I would like to put a 10046 trace on one
of these exports to see if there is anything that we can do to make the
underlying SQL more efficient.
Is there a parameter in the exp command which I could use to trigger a 10046 trace?
The userid under which these exp's run is used for other purposes, so I would prefer not to use a login trigger for this purpose.
Thanks,
Peter Schauss