Just read an excellent overview of the new 10gR2 feature of DML Error Logging: 10gR2 New Feature: DML Error Logging by Natalka Roshak on Oracle FAQ’s. It gives a clear overview of the syntax, the steps in setting it up, the results and when to use it. I wish I had written it, since it is really very good.
One thought on “10gR2 New Feature: DML Error Logging”
Comments are closed.
PL/SQL Profiling
Wed Sep 21 , 2005
How do you trace performance issues and bottlenecks in your PL/SQL applications? Since 8i the Oracle database has been equiped with the profiling tool dbms_profiler. It is quite simple to use: start the profiler, execute the code, stop the profiler. The profiler analyzes the execution of PL/SQL statements and stores […]

Hey, thanks! I was googling for something else and found your post. I’m glad to hear you found the article useful!
-Natalka