I have a large PHP program that interacts with an Oracle DB. There are obviously view pages and pages that are more for program logic. Some of my logical pages need to be debugged.
I have Oracle queries being executed from some of these pages. How can you see what queries are being sent to Oracle? Printing queries from these types of pages doesn't seem to work i.e. nothing is printed. Is there some sort of Oracle log file that I can look at?
Thanks very much :).