May 2017
Beginner
416 pages
10h 37m
English
Many of you who have used Oracle in the past might be familiar with the GET DIAGNOSTICS clause. The idea behind the GET DIAGNOSTICS clause is to allow users to see what is going on in the system. While the syntax might appear a bit strange to people who are used to modern code, it is still a valuable tool you can use to make your applications better.
From my point of view, there are two main tasks that the GET DIAGNOSTICS clause can be used for:
Inspecting the row count is definitely something you will need during everyday programming. Extracting context information will be useful if you want to debug applications.
The following example ...
Read now
Unlock full access