If I am right, there are two fundamental differences in both
the approaches:
UTL writes the information during run-time that is it is written as these statements are encountered where as spooling waits for the entire program execution to complete and then writes to a file.
Happy coding !!!




Reply With Quote