Login  Register

Re: Error message: ORA-48913

Posted by ErmanArslansOracleBlog on May 11, 2018; 3:28pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Error-message-ORA-48913-tp5965p5968.html

First you need to investigate the root cause of those trace files.
Check the contents of one of those trace files.. What do you see?
Is it a regular trace file or is it a trace file that was created because of an error?
if it is a regular trace file, check contents a little bit more deeply.
See if it is related with a debuging action ? (EBS debug, Concurrent Manager trace etc...) then find the switch to turn of that trace generation.
If it is related with an error, then  check that error, try to fix it. If that error is ignorable, check oracle support to find a way to make Oracle not produce those traces.

The general approach that I used for solving this kind of a problem is above.

I hope it will help you.