Too many trace files generated
Hi,
I have trouble with Oracle11g Release 2 (11.2) for Microsoft Windows x64 (64-Bit) on platform Windows Server 2008 R2 Enterprise Server 6.1 (64-bit)
Time to time too many trace files are generated and this error ...
ORA-00600: internal error code, arguments: [17059], ...
I found the only one solution for this trouble :
ALTER SYSTEM FLUSH BUFFER_CACHE;
ALTER SYSTEM FLUSH SHARED_POOL;
It helps, but only for short time. Could you help me?
Time to time too many trace files are generated and this error ...
ORA-00600: internal error code, arguments: [17059], ...
I found the only one solution for this trouble :
ALTER SYSTEM FLUSH BUFFER_CACHE;
ALTER SYSTEM FLUSH SHARED_POOL;
It helps, but only for short time. Could you help me?
0