Hi, I'd like to trace all SQL calls made but also print out the information available from caller(). That will give me good information about why I am accessing the database.
Is there a way to do this with DBI (or DBD::Oracle in particular)? Can I insert my own trace handler somewhere? I am not averse to modifying the source code. Thanks, ER