rdbms trace file - filling up with 10046
Oracle database Enterprise Edition 19.18 on Oracle Liunx 7
RAC= 2 nodes
One of of our database is filling up the rdbms/trace directory. it appears that someone may have started the 10046 trace.
I tried to stop it on the PDB level but it has not stopped. I ran the following syntax but it did not stop.
alter system set events '10046 trace name context off';
Trace file name: phxdev2_p000_261378_10046_Trace_phxrac_load_proc.trc
How could I stop this 10046 trace or how I could find out what all DB or Session traces are running?
thank you
Jack